Pull request #3974 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 51b350114f6705d15ab81270aeec2b1fe6b3b9b3+b0d4cebb59bfc21350c181e75d596a60ac717096 (298703acc33ab9ae6c13bd793812f822f5f70d5f) 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-ssh1252695178714133116.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-ssh13586429371984323854.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3974/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3974/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8225092910057339004.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3974/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6828506044290966468.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1778365055976178045.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3974/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3974/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5385310752498828882.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-21075 in /w/workspace/edgexfoundry_edgex-go_PR-3974 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit b0d4cebb59bfc21350c181e75d596a60ac717096 into PR head commit 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 Merge succeeded, producing 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 Checking out Revision 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 (PR-3974) > 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/3974/head:refs/remotes/origin/PR-3974 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b0d4cebb59bfc21350c181e75d596a60ac717096 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-15T19:05:55.223Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-15T19:05:55.389Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-15T19:05:55.477Z] ========================================================= [2022-04-15T19:05:55.477Z] EdgeX Global Pipelines Version Info [2022-04-15T19:05:55.477Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-15T19:05:56.262Z] ------------------- [2022-04-15T19:05:56.262Z] stable info: [2022-04-15T19:05:56.262Z] ------------------- [2022-04-15T19:05:56.262Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-15T19:05:56.262Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-15T19:05:56.262Z] Message: update stable to v1.0.221 [2022-04-15T19:05:56.836Z] ------------------- [2022-04-15T19:05:56.836Z] experimental info: [2022-04-15T19:05:56.836Z] ------------------- [2022-04-15T19:05:56.836Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-15T19:05:56.836Z] Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d [2022-04-15T19:05:56.836Z] Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-15T19:05:57.085Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-15T19:05:57.129Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-15T19:05:57.170Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-15T19:05:57.208Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-15T19:05:57.247Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-15T19:05:57.289Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-15T19:05:57.329Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-15T19:05:57.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-15T19:05:57.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-15T19:05:57.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-15T19:05:57.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-15T19:05:57.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-15T19:05:57.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-15T19:05:57.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-15T19:05:57.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-15T19:05:57.691Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-15T19:05:57.733Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-15T19:05:57.773Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-15T19:05:57.812Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-15T19:05:57.860Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-15T19:05:57.901Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-15T19:05:57.939Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-15T19:05:57.980Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3974 [Pipeline] echo [2022-04-15T19:05:58.016Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3974 [Pipeline] echo [2022-04-15T19:05:58.053Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3974 [Pipeline] echo [2022-04-15T19:05:58.092Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [Pipeline] echo [2022-04-15T19:05:58.135Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 51b3501 [Pipeline] echo [2022-04-15T19:05:58.172Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-15T19:05:58.283Z] provisioning config files... [2022-04-15T19:05:58.298Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6728787891974819061tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-15T19:05:58.648Z] ---> docker-login.sh [2022-04-15T19:05:58.649Z] nexus3.edgexfoundry.org:10001 [2022-04-15T19:05:58.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T19:05:58.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T19:05:58.912Z] Configure a credential helper to remove this warning. See [2022-04-15T19:05:58.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T19:05:58.912Z] [2022-04-15T19:05:58.912Z] Login Succeeded [2022-04-15T19:05:58.912Z] nexus3.edgexfoundry.org:10002 [2022-04-15T19:05:59.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T19:05:59.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T19:05:59.173Z] Configure a credential helper to remove this warning. See [2022-04-15T19:05:59.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T19:05:59.173Z] [2022-04-15T19:05:59.173Z] Login Succeeded [2022-04-15T19:05:59.173Z] nexus3.edgexfoundry.org:10003 [2022-04-15T19:05:59.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T19:05:59.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T19:05:59.173Z] Configure a credential helper to remove this warning. See [2022-04-15T19:05:59.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T19:05:59.173Z] [2022-04-15T19:05:59.173Z] Login Succeeded [2022-04-15T19:05:59.173Z] nexus3.edgexfoundry.org:10004 [2022-04-15T19:05:59.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T19:05:59.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T19:05:59.434Z] Configure a credential helper to remove this warning. See [2022-04-15T19:05:59.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T19:05:59.434Z] [2022-04-15T19:05:59.434Z] Login Succeeded [2022-04-15T19:05:59.434Z] docker.io [2022-04-15T19:05:59.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T19:06:00.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T19:06:00.007Z] Configure a credential helper to remove this warning. See [2022-04-15T19:06:00.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T19:06:00.007Z] [2022-04-15T19:06:00.007Z] Login Succeeded [2022-04-15T19:06:00.007Z] ---> docker-login.sh ends [Pipeline] } [2022-04-15T19:06:00.034Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-15T19:06:00.461Z] + 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-15T19:06:00.461Z] + dirname cmd/core-command/Dockerfile [2022-04-15T19:06:00.461Z] + cut -d/ -f2 [2022-04-15T19:06:00.461Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-15T19:06:00.461Z] + dirname cmd/core-data/Dockerfile [2022-04-15T19:06:00.461Z] + cut -d/ -f2 [2022-04-15T19:06:00.461Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-15T19:06:00.461Z] + dirname cmd/core-metadata/Dockerfile [2022-04-15T19:06:00.461Z] + cut -d/ -f2 [2022-04-15T19:06:00.461Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-15T19:06:00.461Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-04-15T19:06:00.461Z] + cut -d/ -f2 [2022-04-15T19:06:00.461Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-15T19:06:00.461Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-15T19:06:00.461Z] + cut -d/ -f2 [2022-04-15T19:06:00.461Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-15T19:06:00.461Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-15T19:06:00.461Z] + cut -d/ -f2 [2022-04-15T19:06:00.461Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-15T19:06:00.461Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-15T19:06:00.461Z] + cut -d/ -f2 [2022-04-15T19:06:00.461Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-15T19:06:00.461Z] + + dirname cmd/security-spire-agent/Dockerfilecut [2022-04-15T19:06:00.461Z] -d/ -f2 [2022-04-15T19:06:00.461Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-15T19:06:00.461Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-15T19:06:00.461Z] + cut -d/ -f2 [2022-04-15T19:06:00.461Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-15T19:06:00.461Z] + dirname cmd/security-spire-server/Dockerfile [2022-04-15T19:06:00.461Z] + cut -d/ -f2 [2022-04-15T19:06:00.461Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-15T19:06:00.461Z] + dirname cmd/support-notifications/Dockerfile+ [2022-04-15T19:06:00.461Z] cut -d/ -f2 [2022-04-15T19:06:00.461Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-15T19:06:00.461Z] + cut -d/ -f2 [2022-04-15T19:06:00.461Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-15T19:06:00.461Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-15T19:06:00.461Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-15T19:06:00.461Z] + cut -d/ -f2 [2022-04-15T19:06:00.461Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-15T19:06:00.632Z] 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-15T19:06:01.167Z] + git rev-list -1 --merges 51b350114f6705d15ab81270aeec2b1fe6b3b9b3~1..51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [Pipeline] echo [2022-04-15T19:06:01.203Z] -----------> git rev-list -1 --merges 51b350114f6705d15ab81270aeec2b1fe6b3b9b3~1..51b350114f6705d15ab81270aeec2b1fe6b3b9b3 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [false] [Pipeline] sh [2022-04-15T19:06:01.521Z] + git log --format=format:%s -1 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [Pipeline] echo [2022-04-15T19:06:01.559Z] ========================================================= [2022-04-15T19:06:01.559Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-15T19:06:01.559Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-15T19:06:02.169Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-15T19:06:02.169Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-15T19:06:02.169Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-15T19:06:02.169Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-15T19:06:02.169Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-15T19:06:02.169Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-15T19:06:02.169Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:06:02.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-15T19:06:02.640Z] [2022-04-15T19:06:02.640Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:06:02.988Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-15T19:06:02.988Z] latest: Pulling from edgex-devops/git-semver [2022-04-15T19:06:02.988Z] a0d0a0d46f8b: Pulling fs layer [2022-04-15T19:06:02.988Z] 3e5f54012d9b: Pulling fs layer [2022-04-15T19:06:02.988Z] 4c7163046ea9: Pulling fs layer [2022-04-15T19:06:02.988Z] 0c2d73faf560: Pulling fs layer [2022-04-15T19:06:02.988Z] 0c2d73faf560: Waiting [2022-04-15T19:06:02.988Z] 3e5f54012d9b: Verifying Checksum [2022-04-15T19:06:02.988Z] 3e5f54012d9b: Download complete [2022-04-15T19:06:02.988Z] a0d0a0d46f8b: Verifying Checksum [2022-04-15T19:06:02.988Z] a0d0a0d46f8b: Download complete [2022-04-15T19:06:02.988Z] 0c2d73faf560: Verifying Checksum [2022-04-15T19:06:02.988Z] 4c7163046ea9: Verifying Checksum [2022-04-15T19:06:02.988Z] 4c7163046ea9: Download complete [2022-04-15T19:06:03.250Z] a0d0a0d46f8b: Pull complete [2022-04-15T19:06:03.250Z] 3e5f54012d9b: Pull complete [2022-04-15T19:06:03.513Z] 4c7163046ea9: Pull complete [2022-04-15T19:06:03.775Z] 0c2d73faf560: Pull complete [2022-04-15T19:06:03.775Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-15T19:06:03.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-15T19:06:03.775Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-15T19:06:03.875Z] prd-ubuntu20.04-docker-8c-8g-21075 does not seem to be running inside a container [2022-04-15T19:06:03.917Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-15T19:06:04.693Z] $ docker top 9956620841aca5ce5c737334324d59a1398b7ed7e983a4aa1c65c3e45a92c848 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-15T19:06:04.887Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-15T19:06:04.887Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-15T19:06:05.023Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-15T19:06:05.032Z] $ docker exec 9956620841aca5ce5c737334324d59a1398b7ed7e983a4aa1c65c3e45a92c848 ssh-agent [2022-04-15T19:06:05.152Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXAikEmn/agent.15 [2022-04-15T19:06:05.152Z] SSH_AGENT_PID=21 [2022-04-15T19:06:05.163Z] Running ssh-add (command line suppressed) [2022-04-15T19:06:05.305Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5801162764531359496.key (/w/workspace/edgex-go/1@tmp/private_key_5801162764531359496.key) [2022-04-15T19:06:05.323Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-15T19:06:05.657Z] + git tag --points-at HEAD [Pipeline] } [2022-04-15T19:06:05.688Z] $ docker exec --env ******** --env ******** 9956620841aca5ce5c737334324d59a1398b7ed7e983a4aa1c65c3e45a92c848 ssh-agent -k [2022-04-15T19:06:05.811Z] unset SSH_AUTH_SOCK; [2022-04-15T19:06:05.812Z] unset SSH_AGENT_PID; [2022-04-15T19:06:05.812Z] echo Agent pid 21 killed; [2022-04-15T19:06:05.819Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-15T19:06:05.907Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-15T19:06:05.907Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-15T19:06:06.055Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-15T19:06:06.064Z] $ docker exec 9956620841aca5ce5c737334324d59a1398b7ed7e983a4aa1c65c3e45a92c848 ssh-agent [2022-04-15T19:06:06.191Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBiBbEH/agent.53 [2022-04-15T19:06:06.191Z] SSH_AGENT_PID=59 [2022-04-15T19:06:06.196Z] Running ssh-add (command line suppressed) [2022-04-15T19:06:06.345Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6374546590021562393.key (/w/workspace/edgex-go/1@tmp/private_key_6374546590021562393.key) [2022-04-15T19:06:06.355Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-15T19:06:06.691Z] + git semver init [2022-04-15T19:06:06.691Z] # -> Open(): unable to determine branch for HEAD [2022-04-15T19:06:06.691Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-04-15T19:06:06.691Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-04-15T19:06:06.691Z] # $SEMVER_REMOTE_NAME = origin [2022-04-15T19:06:06.691Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-15T19:06:06.691Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-15T19:06:06.691Z] # $SEMVER_BRANCH = PR-3974 [2022-04-15T19:06:06.691Z] # $SEMVER_TEMP = /tmp/semver-905708773 [2022-04-15T19:06:06.691Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-15T19:06:21.648Z] # '/tmp/semver-905708773' -> '/w/workspace/edgex-go/1/.semver' [2022-04-15T19:06:21.648Z] # -> Force: false [2022-04-15T19:06:21.648Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-04-15T19:06:21.681Z] $ docker exec --env ******** --env ******** 9956620841aca5ce5c737334324d59a1398b7ed7e983a4aa1c65c3e45a92c848 ssh-agent -k [2022-04-15T19:06:21.809Z] unset SSH_AUTH_SOCK; [2022-04-15T19:06:21.809Z] unset SSH_AGENT_PID; [2022-04-15T19:06:21.809Z] echo Agent pid 59 killed; [2022-04-15T19:06:21.813Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-15T19:06:22.233Z] + git semver [Pipeline] } [2022-04-15T19:06:22.271Z] $ docker stop --time=1 9956620841aca5ce5c737334324d59a1398b7ed7e983a4aa1c65c3e45a92c848 [2022-04-15T19:06:24.077Z] $ docker rm -f 9956620841aca5ce5c737334324d59a1398b7ed7e983a4aa1c65c3e45a92c848 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-15T19:06:24.506Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-15T19:06:24.835Z] Stashed 1 file(s) [Pipeline] echo [2022-04-15T19:06:24.852Z] [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-15T19:06:25.323Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-15T19:06:25.349Z] ========================================================= [2022-04-15T19:06:25.349Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-15T19:06:25.349Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-15T19:06:25.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-15T19:06:25.692Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-15T19:06:25.692Z] 59bf1c3509f3: Pulling fs layer [2022-04-15T19:06:25.692Z] 666ba61612fd: Pulling fs layer [2022-04-15T19:06:25.692Z] 8ed8ca486205: Pulling fs layer [2022-04-15T19:06:25.692Z] 4fe6c5a15a65: Pulling fs layer [2022-04-15T19:06:25.692Z] 22a0e8bec74d: Pulling fs layer [2022-04-15T19:06:25.692Z] 640e595b4fbd: Pulling fs layer [2022-04-15T19:06:25.692Z] 763cafe07f6e: Pulling fs layer [2022-04-15T19:06:25.692Z] 0c0b528cf693: Pulling fs layer [2022-04-15T19:06:25.692Z] 10935f4eaf8b: Pulling fs layer [2022-04-15T19:06:25.692Z] 4fe6c5a15a65: Waiting [2022-04-15T19:06:25.692Z] 22a0e8bec74d: Waiting [2022-04-15T19:06:25.692Z] 763cafe07f6e: Waiting [2022-04-15T19:06:25.692Z] 10935f4eaf8b: Waiting [2022-04-15T19:06:25.692Z] 640e595b4fbd: Waiting [2022-04-15T19:06:25.692Z] 0c0b528cf693: Waiting [2022-04-15T19:06:25.692Z] 8ed8ca486205: Verifying Checksum [2022-04-15T19:06:25.692Z] 8ed8ca486205: Download complete [2022-04-15T19:06:25.692Z] 666ba61612fd: Download complete [2022-04-15T19:06:25.692Z] 22a0e8bec74d: Verifying Checksum [2022-04-15T19:06:25.692Z] 22a0e8bec74d: Download complete [2022-04-15T19:06:25.692Z] 640e595b4fbd: Verifying Checksum [2022-04-15T19:06:25.692Z] 640e595b4fbd: Download complete [2022-04-15T19:06:25.692Z] 59bf1c3509f3: Verifying Checksum [2022-04-15T19:06:25.692Z] 763cafe07f6e: Verifying Checksum [2022-04-15T19:06:25.692Z] 763cafe07f6e: Download complete [2022-04-15T19:06:25.953Z] 0c0b528cf693: Verifying Checksum [2022-04-15T19:06:25.953Z] 0c0b528cf693: Download complete [2022-04-15T19:06:25.953Z] 59bf1c3509f3: Pull complete [2022-04-15T19:06:26.217Z] 666ba61612fd: Pull complete [2022-04-15T19:06:26.217Z] 8ed8ca486205: Pull complete [2022-04-15T19:06:26.477Z] 10935f4eaf8b: Verifying Checksum [2022-04-15T19:06:26.477Z] 10935f4eaf8b: Download complete [2022-04-15T19:06:26.477Z] 4fe6c5a15a65: Verifying Checksum [2022-04-15T19:06:26.477Z] 4fe6c5a15a65: Download complete [2022-04-15T19:06:30.680Z] 4fe6c5a15a65: Pull complete [2022-04-15T19:06:30.939Z] 22a0e8bec74d: Pull complete [2022-04-15T19:06:30.939Z] 640e595b4fbd: Pull complete [2022-04-15T19:06:30.939Z] 763cafe07f6e: Pull complete [2022-04-15T19:06:31.199Z] 0c0b528cf693: Pull complete [2022-04-15T19:06:33.736Z] 10935f4eaf8b: Pull complete [2022-04-15T19:06:33.736Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-15T19:06:33.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-15T19:06:33.736Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-15T19:06:34.099Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-15T19:06:34.099Z] WORKDIR /edgex [2022-04-15T19:06:34.099Z] COPY go.mod . [2022-04-15T19:06:34.099Z] RUN go mod download [2022-04-15T19:06:34.099Z] + docker build -t ci-base-image-x86_64 -f - . [2022-04-15T19:06:35.480Z] Sending build context to Docker daemon 334.9MB [2022-04-15T19:06:35.480Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-15T19:06:35.480Z] ---> 99d49a6021b9 [2022-04-15T19:06:35.480Z] Step 2/4 : WORKDIR /edgex [2022-04-15T19:06:38.032Z] ---> Running in 5762861b353e [2022-04-15T19:06:38.032Z] Removing intermediate container 5762861b353e [2022-04-15T19:06:38.032Z] ---> 7dc49ca298a7 [2022-04-15T19:06:38.032Z] Step 3/4 : COPY go.mod . [2022-04-15T19:06:38.032Z] ---> 8f208dba9263 [2022-04-15T19:06:38.032Z] Step 4/4 : RUN go mod download [2022-04-15T19:06:38.032Z] ---> Running in 415818cb07f8 [2022-04-15T19:06:40.148Z] Still waiting to schedule task [2022-04-15T19:06:40.148Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-15T19:07:00.016Z] Removing intermediate container 415818cb07f8 [2022-04-15T19:07:00.016Z] ---> cc13851163d8 [2022-04-15T19:07:00.016Z] Successfully built cc13851163d8 [2022-04-15T19:07:00.016Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:07:00.348Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-15T19:07:00.348Z] . [Pipeline] withDockerContainer [2022-04-15T19:07:00.443Z] prd-ubuntu20.04-docker-8c-8g-21075 does not seem to be running inside a container [2022-04-15T19:07:00.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-15T19:07:00.977Z] $ docker top fe64b2171f8c9b5ff02ec03be05666d0730ed5d96cbf96622fe941662941421c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T19:07:01.395Z] + go version [2022-04-15T19:07:01.395Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-15T19:07:01.432Z] $ docker stop --time=1 fe64b2171f8c9b5ff02ec03be05666d0730ed5d96cbf96622fe941662941421c [2022-04-15T19:07:02.739Z] $ docker rm -f fe64b2171f8c9b5ff02ec03be05666d0730ed5d96cbf96622fe941662941421c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:07:03.396Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-15T19:07:03.396Z] . [Pipeline] withDockerContainer [2022-04-15T19:07:03.496Z] prd-ubuntu20.04-docker-8c-8g-21075 does not seem to be running inside a container [2022-04-15T19:07:03.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-15T19:07:03.934Z] $ docker top 36198876a86567e29f85f1749c1829a9eb2db890e548edca4d1b4ee07e638b03 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-15T19:07:04.061Z] ========================================================= [2022-04-15T19:07:04.061Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-15T19:07:04.061Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-15T19:07:04.404Z] + make test [2022-04-15T19:07:04.404Z] go mod tidy -compat=1.17 [2022-04-15T19:07:04.664Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-15T19:07:11.258Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-15T19:07:23.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-15T19:07:24.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.092s coverage: 28.7% of statements [2022-04-15T19:07:24.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-15T19:07:24.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-15T19:07:25.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.104s coverage: 98.5% of statements [2022-04-15T19:07:25.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-15T19:07:25.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.091s coverage: 53.4% of statements [2022-04-15T19:07:25.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-15T19:07:25.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.835s coverage: 89.2% of statements [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.064s coverage: 84.4% of statements [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.448s coverage: 95.6% of statements [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.088s coverage: 72.2% of statements [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.095s coverage: 60.0% of statements [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.097s coverage: 0.9% of statements [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.102s coverage: 24.0% of statements [2022-04-15T19:07:27.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements [2022-04-15T19:07:27.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2022-04-15T19:07:37.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.065s coverage: 94.4% of statements [2022-04-15T19:07:37.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2022-04-15T19:07:40.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.208s coverage: 82.5% of statements [2022-04-15T19:07:40.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.101s coverage: 92.9% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.044s coverage: 65.1% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.071s coverage: 58.8% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.0% of statements [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 85.4% of statements [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.2% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 64.4% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 89.4% of statements [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.428s coverage: 65.4% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.196s coverage: 43.8% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.083s coverage: 17.7% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.155s coverage: 92.3% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 63.2% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-15T19:07:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.124s coverage: 97.7% of statements [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-15T19:07:50.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-15T19:07:50.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.076s coverage: 28.9% of statements [2022-04-15T19:07:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-15T19:07:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-15T19:07:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-15T19:07:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-15T19:07:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-15T19:07:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-15T19:07:50.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2022-04-15T19:07:50.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 96.9% of statements [2022-04-15T19:07:50.192Z] 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-15T19:08:08.298Z] GO111MODULE=on go vet ./... [2022-04-15T19:08:13.577Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-15T19:08:13.577Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-15T19:08:13.577Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-15T19:08:14.180Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-15T19:08:14.490Z] + ls -al . [2022-04-15T19:08:14.490Z] total 672 [2022-04-15T19:08:14.490Z] drwxrwxr-x 10 1001 1001 4096 Apr 15 19:08 . [2022-04-15T19:08:14.490Z] drwxr-xr-x 4 root root 4096 Apr 15 19:07 .. [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 11 Apr 15 19:05 .dockerignore [2022-04-15T19:08:14.490Z] drwxrwxr-x 8 1001 1001 4096 Apr 15 19:05 .git [2022-04-15T19:08:14.490Z] drwxrwxr-x 3 1001 1001 4096 Apr 15 19:05 .github [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 879 Apr 15 19:05 .gitignore [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 42 Apr 15 19:05 .golangci.yml [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 87 Apr 15 19:05 .hadolint.yml [2022-04-15T19:08:14.490Z] drwx------ 3 1001 1001 4096 Apr 15 19:06 .semver [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 166 Apr 15 19:05 .sonarcloud.properties [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 1171 Apr 15 19:05 ADOPTERS.md [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 10086 Apr 15 19:05 Attribution.txt [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 51732 Apr 15 19:05 CHANGELOG.md [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 3804 Apr 15 19:05 CONTRIBUTING.md [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 677 Apr 15 19:05 GOVERNANCE.md [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 850 Apr 15 19:05 Jenkinsfile [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 10775 Apr 15 19:05 LICENSE [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 10389 Apr 15 19:05 Makefile [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 582 Apr 15 19:05 OWNERS.md [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 9120 Apr 15 19:05 README.md [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 6912 Apr 15 19:05 SECURITY.md [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 5 Apr 15 19:06 VERSION [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 4131 Apr 15 19:05 ZMQWindows.md [2022-04-15T19:08:14.490Z] drwxrwxr-x 2 1001 1001 4096 Apr 15 19:05 bin [2022-04-15T19:08:14.490Z] drwxrwxr-x 18 1001 1001 4096 Apr 15 19:05 cmd [2022-04-15T19:08:14.490Z] -rw-r--r-- 1 root root 434743 Apr 15 19:07 coverage.out [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 3256 Apr 15 19:05 go.mod [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 35162 Apr 15 19:07 go.sum [2022-04-15T19:08:14.490Z] drwxrwxr-x 8 1001 1001 4096 Apr 15 19:05 internal [2022-04-15T19:08:14.490Z] drwxrwxr-x 3 1001 1001 4096 Apr 15 19:05 openapi [2022-04-15T19:08:14.490Z] drwxrwxr-x 4 1001 1001 4096 Apr 15 19:05 snap [2022-04-15T19:08:14.490Z] -rw-rw-r-- 1 1001 1001 204 Apr 15 19:05 version.go [Pipeline] sh [2022-04-15T19:08:14.799Z] + '[' -e coverage.out ] [2022-04-15T19:08:14.799Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-15T19:08:14.921Z] Stashed 1 file(s) [Pipeline] sh [2022-04-15T19:08:15.220Z] + make build [2022-04-15T19:08:15.220Z] 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-15T19:08:16.277Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21076 in /w/workspace/edgexfoundry_edgex-go_PR-3974 [Pipeline] { [Pipeline] ws [2022-04-15T19:08:16.324Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-04-15T19:08:16.830Z] The recommended git tool is: git [2022-04-15T19:08:23.651Z] using credential edgex-jenkins-ssh [2022-04-15T19:08:23.670Z] Cloning the remote Git repository [2022-04-15T19:08:23.798Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-15T19:08:23.894Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-04-15T19:08:23.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-15T19:08:23.981Z] > git --version # timeout=10 [2022-04-15T19:08:23.998Z] > git --version # 'git version 2.25.1' [2022-04-15T19:08:23.999Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-15T19:08:24.161Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-15T19:08:30.123Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-15T19:08:40.109Z] 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-15T19:08:40.109Z] 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-15T19:08:40.892Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-15T19:08:40.913Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-15T19:08:40.935Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-15T19:08:40.970Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-15T19:08:40.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-15T19:08:40.984Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3974/head:refs/remotes/origin/PR-3974 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-15T19:08:41.777Z] Merging remotes/origin/main commit b0d4cebb59bfc21350c181e75d596a60ac717096 into PR head commit 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:08:42.138Z] Merge succeeded, producing 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:08:42.139Z] Checking out Revision 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 (PR-3974) [2022-04-15T19:08:41.801Z] > git config core.sparsecheckout # timeout=10 [2022-04-15T19:08:41.815Z] > git checkout -f 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 # timeout=10 [2022-04-15T19:08:42.051Z] > git remote # timeout=10 [2022-04-15T19:08:42.067Z] > git config --get remote.origin.url # timeout=10 [2022-04-15T19:08:42.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-15T19:08:42.095Z] > git merge b0d4cebb59bfc21350c181e75d596a60ac717096 # timeout=10 [2022-04-15T19:08:42.119Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-15T19:08:42.152Z] > git config core.sparsecheckout # timeout=10 [2022-04-15T19:08:42.166Z] > git checkout -f 51b350114f6705d15ab81270aeec2b1fe6b3b9b3 # timeout=10 [2022-04-15T19:08:46.455Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-04-15T19:08:46.519Z] > git --version # timeout=10 [2022-04-15T19:08:46.531Z] > git --version # 'git version 2.25.1' [2022-04-15T19:08:46.544Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-15T19:08:46.690Z] 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-15T19:08:46.690Z] 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-15T19:08:46.951Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-15T19:08:47.685Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-15T19:08:47.686Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-15T19:08:47.686Z] Dload Upload Total Spent Left Speed [2022-04-15T19:08:47.962Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 25305 0 --:--:-- --:--:-- --:--:-- 25305 [Pipeline] sh [2022-04-15T19:08:48.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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-15T19:08:48.513Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-15T19:08:48.919Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-15T19:08:48.919Z] + sudo tee /etc/docker/daemon.new [2022-04-15T19:08:48.919Z] { [2022-04-15T19:08:48.919Z] "registry-mirrors": [ [2022-04-15T19:08:48.919Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-15T19:08:48.919Z] ], [2022-04-15T19:08:48.919Z] "bip": "10.250.0.254/24", [2022-04-15T19:08:48.919Z] "hosts": [ [2022-04-15T19:08:48.919Z] "tcp://0.0.0.0:5555", [2022-04-15T19:08:48.919Z] "unix:///var/run/docker.sock" [2022-04-15T19:08:48.919Z] ], [2022-04-15T19:08:48.919Z] "mtu": 1458, [2022-04-15T19:08:48.919Z] "selinux-enabled": true, [2022-04-15T19:08:48.919Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-15T19:08:48.919Z] } [Pipeline] sh [2022-04-15T19:08:49.272Z] 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-15T19:08:49.283Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-15T19:08:49.642Z] + sudo service docker restart [2022-04-15T19:08:50.210Z] 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-15T19:08:51.151Z] 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-15T19:08:51.724Z] 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-15T19:08:53.638Z] 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-15T19:08:54.614Z] $ docker stop --time=1 36198876a86567e29f85f1749c1829a9eb2db890e548edca4d1b4ee07e638b03 [2022-04-15T19:08:57.062Z] $ docker rm -f 36198876a86567e29f85f1749c1829a9eb2db890e548edca4d1b4ee07e638b03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:08:58.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-15T19:08:58.674Z] [2022-04-15T19:08:58.674Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:08:59.008Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-15T19:08:59.008Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-15T19:08:59.008Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-15T19:08:59.008Z] ca9280d653b3: Pulling fs layer [2022-04-15T19:08:59.008Z] 7e9c9ca2126c: Pulling fs layer [2022-04-15T19:08:59.008Z] cbdbe7a5bc2a: Download complete [2022-04-15T19:08:59.268Z] ca9280d653b3: Verifying Checksum [2022-04-15T19:08:59.268Z] ca9280d653b3: Download complete [2022-04-15T19:08:59.268Z] cbdbe7a5bc2a: Pull complete [2022-04-15T19:08:59.527Z] 7e9c9ca2126c: Download complete [2022-04-15T19:08:59.787Z] ca9280d653b3: Pull complete [2022-04-15T19:09:03.083Z] 7e9c9ca2126c: Pull complete [2022-04-15T19:09:03.083Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-15T19:09:03.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-15T19:09:03.083Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-15T19:09:03.206Z] prd-ubuntu20.04-docker-8c-8g-21075 does not seem to be running inside a container [2022-04-15T19:09:03.255Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-15T19:09:04.746Z] $ docker top 5ed32df2a0f2345b415b73b5d9710b282eb5e288300743b9c07fb680d9aede85 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T19:09:05.154Z] + docker-compose build --help [2022-04-15T19:09:05.154Z] + grep parallel [2022-04-15T19:09:05.728Z] --parallel Build images in parallel. [Pipeline] } [2022-04-15T19:09:05.766Z] $ docker stop --time=1 5ed32df2a0f2345b415b73b5d9710b282eb5e288300743b9c07fb680d9aede85 [2022-04-15T19:09:07.035Z] $ docker rm -f 5ed32df2a0f2345b415b73b5d9710b282eb5e288300743b9c07fb680d9aede85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:09:07.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-15T19:09:07.587Z] . [Pipeline] withDockerContainer [2022-04-15T19:09:07.684Z] prd-ubuntu20.04-docker-8c-8g-21075 does not seem to be running inside a container [2022-04-15T19:09:07.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-15T19:09:08.082Z] $ docker top afc2c38bb644c2b25e34493b8671bc3832df3a104eefcfe52e29f193974c6912 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2022-04-15T19:09:08.286Z] provisioning config files... [2022-04-15T19:09:08.316Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3912969514374623890tmp [Pipeline] { [2022-04-15T19:09:08.514Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] libraryResource [Pipeline] sh [2022-04-15T19:09:08.880Z] ---> docker-login.sh [2022-04-15T19:09:08.880Z] nexus3.edgexfoundry.org:10001 [2022-04-15T19:09:09.084Z] Building core-command ... [2022-04-15T19:09:09.084Z] Building core-data ... [2022-04-15T19:09:09.084Z] Building core-metadata ... [2022-04-15T19:09:09.084Z] Building security-bootstrapper ... [2022-04-15T19:09:09.084Z] Building security-proxy-setup ... [2022-04-15T19:09:09.084Z] Building security-secretstore-setup ... [2022-04-15T19:09:09.084Z] Building security-spiffe-token-provider ... [2022-04-15T19:09:09.084Z] Building security-spire-agent ... [2022-04-15T19:09:09.084Z] Building security-spire-config ... [2022-04-15T19:09:09.084Z] Building security-spire-server ... [2022-04-15T19:09:09.084Z] Building support-notifications ... [2022-04-15T19:09:09.084Z] Building support-scheduler ... [2022-04-15T19:09:09.084Z] Building sys-mgmt-agent ... [2022-04-15T19:09:09.084Z] Building security-spire-agent [2022-04-15T19:09:09.084Z] Building core-metadata [2022-04-15T19:09:09.084Z] Building sys-mgmt-agent [2022-04-15T19:09:09.084Z] Building security-bootstrapper [2022-04-15T19:09:09.084Z] Building security-spire-server [2022-04-15T19:09:09.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T19:09:09.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T19:09:09.748Z] Configure a credential helper to remove this warning. See [2022-04-15T19:09:09.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T19:09:09.748Z] [2022-04-15T19:09:09.748Z] Login Succeeded [2022-04-15T19:09:09.748Z] nexus3.edgexfoundry.org:10002 [2022-04-15T19:09:10.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T19:09:10.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T19:09:10.303Z] Configure a credential helper to remove this warning. See [2022-04-15T19:09:10.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T19:09:10.303Z] [2022-04-15T19:09:10.303Z] Login Succeeded [2022-04-15T19:09:10.303Z] nexus3.edgexfoundry.org:10003 [2022-04-15T19:09:10.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T19:09:10.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T19:09:10.576Z] Configure a credential helper to remove this warning. See [2022-04-15T19:09:10.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T19:09:10.576Z] [2022-04-15T19:09:10.576Z] Login Succeeded [2022-04-15T19:09:10.909Z] nexus3.edgexfoundry.org:10004 [2022-04-15T19:09:11.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T19:09:11.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T19:09:11.185Z] Configure a credential helper to remove this warning. See [2022-04-15T19:09:11.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T19:09:11.185Z] [2022-04-15T19:09:11.185Z] Login Succeeded [2022-04-15T19:09:11.185Z] docker.io [2022-04-15T19:09:11.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T19:09:12.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T19:09:12.059Z] Configure a credential helper to remove this warning. See [2022-04-15T19:09:12.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T19:09:12.059Z] [2022-04-15T19:09:12.059Z] Login Succeeded [2022-04-15T19:09:12.059Z] ---> docker-login.sh ends [Pipeline] } [2022-04-15T19:09:12.088Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-15T19:09:12.456Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-15T19:09:12.491Z] ========================================================= [2022-04-15T19:09:12.491Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-15T19:09:12.491Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-15T19:09:12.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-15T19:09:13.143Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-15T19:09:13.143Z] 9b3977197b4f: Pulling fs layer [2022-04-15T19:09:13.143Z] 1a89e8eeedd5: Pulling fs layer [2022-04-15T19:09:13.143Z] 94645a83ff95: Pulling fs layer [2022-04-15T19:09:13.143Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-15T19:09:13.143Z] 0c92f367c5e7: Pulling fs layer [2022-04-15T19:09:13.143Z] f7c0051592d6: Pulling fs layer [2022-04-15T19:09:13.143Z] a227ed2f7395: Pulling fs layer [2022-04-15T19:09:13.143Z] 7b1c46037f91: Pulling fs layer [2022-04-15T19:09:13.143Z] f7c0051592d6: Waiting [2022-04-15T19:09:13.143Z] a227ed2f7395: Waiting [2022-04-15T19:09:13.143Z] 7b1c46037f91: Waiting [2022-04-15T19:09:13.143Z] 0c92f367c5e7: Waiting [2022-04-15T19:09:13.143Z] 3f3a8bcf1eab: Waiting [2022-04-15T19:09:13.143Z] 94645a83ff95: Verifying Checksum [2022-04-15T19:09:13.143Z] 94645a83ff95: Download complete [2022-04-15T19:09:13.143Z] 1a89e8eeedd5: Verifying Checksum [2022-04-15T19:09:13.143Z] 1a89e8eeedd5: Download complete [2022-04-15T19:09:13.143Z] 0c92f367c5e7: Verifying Checksum [2022-04-15T19:09:13.143Z] 0c92f367c5e7: Download complete [2022-04-15T19:09:13.143Z] f7c0051592d6: Verifying Checksum [2022-04-15T19:09:13.143Z] f7c0051592d6: Download complete [2022-04-15T19:09:13.143Z] 9b3977197b4f: Verifying Checksum [2022-04-15T19:09:13.143Z] 9b3977197b4f: Download complete [2022-04-15T19:09:13.143Z] a227ed2f7395: Verifying Checksum [2022-04-15T19:09:13.143Z] a227ed2f7395: Download complete [2022-04-15T19:09:14.137Z] 9b3977197b4f: Pull complete [2022-04-15T19:09:14.416Z] 1a89e8eeedd5: Pull complete [2022-04-15T19:09:15.014Z] 94645a83ff95: Pull complete [2022-04-15T19:09:15.292Z] 7b1c46037f91: Verifying Checksum [2022-04-15T19:09:15.292Z] 7b1c46037f91: Download complete [2022-04-15T19:09:15.889Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-15T19:09:15.889Z] 3f3a8bcf1eab: Download complete [2022-04-15T19:09:27.196Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:09:27.196Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:09:27.196Z] ---> cc13851163d8 [2022-04-15T19:09:27.196Z] Step 3/23 : WORKDIR /edgex-go [2022-04-15T19:09:27.196Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:09:27.196Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:09:27.196Z] ---> cc13851163d8 [2022-04-15T19:09:27.196Z] Step 3/25 : WORKDIR /edgex-go [2022-04-15T19:09:27.196Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:09:27.196Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:09:27.196Z] ---> cc13851163d8 [2022-04-15T19:09:27.196Z] Step 3/26 : WORKDIR /edgex-go [2022-04-15T19:09:27.196Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:09:27.196Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:09:27.196Z] ---> cc13851163d8 [2022-04-15T19:09:27.196Z] Step 3/31 : WORKDIR /edgex-go [2022-04-15T19:09:27.196Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:09:27.196Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:09:27.196Z] ---> cc13851163d8 [2022-04-15T19:09:27.196Z] Step 3/23 : WORKDIR /edgex-go [2022-04-15T19:09:28.314Z] 3f3a8bcf1eab: Pull complete [2022-04-15T19:09:28.314Z] 0c92f367c5e7: Pull complete [2022-04-15T19:09:28.314Z] f7c0051592d6: Pull complete [2022-04-15T19:09:29.296Z] a227ed2f7395: Pull complete [2022-04-15T19:09:30.495Z] ---> Running in 9ac012d6a5bd [2022-04-15T19:09:30.495Z] ---> Running in 95b7e654d937 [2022-04-15T19:09:30.495Z] ---> Running in b646106a223a [2022-04-15T19:09:30.495Z] ---> Running in 138d239eba9e [2022-04-15T19:09:30.495Z] ---> Running in 56f6e7e2df84 [2022-04-15T19:09:30.495Z] Removing intermediate container 95b7e654d937 [2022-04-15T19:09:30.495Z] ---> 16fbf18a9b01 [2022-04-15T19:09:30.495Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:09:30.495Z] Removing intermediate container 56f6e7e2df84 [2022-04-15T19:09:30.495Z] ---> 0a30b80a30f8 [2022-04-15T19:09:30.495Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:09:30.495Z] Removing intermediate container b646106a223a [2022-04-15T19:09:30.495Z] ---> e1c43123c2a7 [2022-04-15T19:09:30.495Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:09:30.495Z] Removing intermediate container 9ac012d6a5bd [2022-04-15T19:09:30.495Z] ---> 29d7e42af47d [2022-04-15T19:09:30.495Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:09:30.495Z] Removing intermediate container 138d239eba9e [2022-04-15T19:09:30.495Z] ---> 2918c49b7139 [2022-04-15T19:09:30.495Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:09:30.495Z] ---> Running in ce040ce3fb61 [2022-04-15T19:09:30.495Z] ---> Running in 17514bcf6065 [2022-04-15T19:09:30.495Z] ---> Running in 18d87121b2da [2022-04-15T19:09:30.495Z] ---> Running in 2f15321c9534 [2022-04-15T19:09:30.495Z] ---> Running in 2058d2a79c19 [2022-04-15T19:09:31.432Z] Removing intermediate container ce040ce3fb61 [2022-04-15T19:09:31.432Z] ---> 75bcf4bf016e [2022-04-15T19:09:31.432Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-15T19:09:31.432Z] ---> Running in 35ee6d221166 [2022-04-15T19:09:31.693Z] Removing intermediate container 17514bcf6065 [2022-04-15T19:09:31.693Z] ---> 4e1a38242955 [2022-04-15T19:09:31.693Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-15T19:09:31.693Z] ---> Running in 3f9aa864a5d2 [2022-04-15T19:09:31.693Z] Removing intermediate container 18d87121b2da [2022-04-15T19:09:31.693Z] ---> e3ed3812fbec [2022-04-15T19:09:31.693Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-15T19:09:31.693Z] ---> Running in e60fb278d72d [2022-04-15T19:09:31.693Z] Removing intermediate container 2f15321c9534 [2022-04-15T19:09:31.693Z] ---> 52840dca4823 [2022-04-15T19:09:31.693Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-15T19:09:31.953Z] ---> Running in 5edc355afc4c [2022-04-15T19:09:31.953Z] Removing intermediate container 2058d2a79c19 [2022-04-15T19:09:31.953Z] ---> 4b38d171a9f3 [2022-04-15T19:09:31.953Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-15T19:09:31.953Z] ---> Running in e7316c59212d [2022-04-15T19:09:32.215Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:09:32.477Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:09:32.477Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:09:32.477Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:09:32.477Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:09:33.049Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:09:33.049Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:09:33.310Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:09:33.311Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:09:33.311Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:09:33.571Z] OK: 221 MiB in 52 packages [2022-04-15T19:09:33.571Z] OK: 221 MiB in 52 packages [2022-04-15T19:09:33.571Z] OK: 221 MiB in 52 packages [2022-04-15T19:09:33.831Z] OK: 221 MiB in 52 packages [2022-04-15T19:09:33.831Z] OK: 221 MiB in 52 packages [2022-04-15T19:09:34.093Z] Removing intermediate container 35ee6d221166 [2022-04-15T19:09:34.093Z] ---> 77e92dc6abf0 [2022-04-15T19:09:34.093Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-15T19:09:34.093Z] Removing intermediate container e60fb278d72d [2022-04-15T19:09:34.093Z] ---> 63cee15d43bb [2022-04-15T19:09:34.093Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-15T19:09:34.093Z] Removing intermediate container 3f9aa864a5d2 [2022-04-15T19:09:34.093Z] ---> 3ad1398b370e [2022-04-15T19:09:34.093Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-15T19:09:34.352Z] ---> 8ec35b47d9f5 [2022-04-15T19:09:34.352Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:09:34.352Z] ---> e9faa666ae11 [2022-04-15T19:09:34.352Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:09:34.352Z] ---> 72230af8df6b [2022-04-15T19:09:34.352Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:09:34.352Z] ---> Running in 04a3bbb7202c [2022-04-15T19:09:34.352Z] Removing intermediate container e7316c59212d [2022-04-15T19:09:34.352Z] ---> 84a3a02c18e2 [2022-04-15T19:09:34.352Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-15T19:09:34.352Z] ---> Running in c8798656d3ae [2022-04-15T19:09:34.352Z] Removing intermediate container 5edc355afc4c [2022-04-15T19:09:34.352Z] ---> 56e83242bb28 [2022-04-15T19:09:34.352Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-15T19:09:34.352Z] ---> Running in 3c15ab4a5856 [2022-04-15T19:09:34.612Z] ---> 020ba84f5eb1 [2022-04-15T19:09:34.612Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:09:34.612Z] ---> c958a6599604 [2022-04-15T19:09:34.612Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:09:34.612Z] ---> Running in adeca48fe462 [2022-04-15T19:09:34.612Z] ---> Running in 88dc6c628626 [2022-04-15T19:09:35.554Z] Removing intermediate container 04a3bbb7202c [2022-04-15T19:09:35.554Z] ---> 6e4653ca02ca [2022-04-15T19:09:35.554Z] Step 8/26 : COPY . . [2022-04-15T19:09:35.554Z] Removing intermediate container c8798656d3ae [2022-04-15T19:09:35.554Z] ---> 12728efacf2f [2022-04-15T19:09:35.554Z] Step 8/23 : COPY . . [2022-04-15T19:09:35.815Z] Removing intermediate container 3c15ab4a5856 [2022-04-15T19:09:35.815Z] ---> 3ed3e3298453 [2022-04-15T19:09:35.815Z] Step 8/25 : COPY . . [2022-04-15T19:09:37.599Z] 7b1c46037f91: Pull complete [2022-04-15T19:09:37.599Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-15T19:09:37.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-15T19:09:37.599Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-15T19:09:38.000Z] + + echodocker build -t ci-base-image-arm64 FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-15T19:09:38.000Z] WORKDIR /edgex [2022-04-15T19:09:38.000Z] COPY go.mod . [2022-04-15T19:09:38.000Z] RUN go mod download -f [2022-04-15T19:09:38.000Z] - . [2022-04-15T19:09:40.632Z] Sending build context to Docker daemon 169.2MB [2022-04-15T19:09:40.632Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-15T19:09:40.632Z] ---> f79e39bc4007 [2022-04-15T19:09:40.632Z] Step 2/4 : WORKDIR /edgex [2022-04-15T19:09:41.105Z] Removing intermediate container 88dc6c628626 [2022-04-15T19:09:41.105Z] ---> c8b3b8395a15 [2022-04-15T19:09:41.105Z] Step 8/23 : COPY . . [2022-04-15T19:09:41.105Z] Removing intermediate container adeca48fe462 [2022-04-15T19:09:41.105Z] ---> 44b0436970bc [2022-04-15T19:09:41.105Z] Step 8/31 : COPY . . [2022-04-15T19:09:41.105Z] ---> 95c49c900815 [2022-04-15T19:09:41.105Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-15T19:09:41.105Z] ---> f0676f174f0f [2022-04-15T19:09:41.105Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-15T19:09:41.105Z] ---> 40a6b6701620 [2022-04-15T19:09:41.105Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-15T19:09:42.071Z] ---> Running in 9b03e9944327 [2022-04-15T19:09:42.678Z] Removing intermediate container 9b03e9944327 [2022-04-15T19:09:42.678Z] ---> 7a0401a160be [2022-04-15T19:09:42.678Z] Step 3/4 : COPY go.mod . [2022-04-15T19:09:42.954Z] ---> 8f73727e8284 [2022-04-15T19:09:42.954Z] Step 4/4 : RUN go mod download [2022-04-15T19:09:43.228Z] ---> Running in 895d7bbd881f [2022-04-15T19:09:44.438Z] ---> Running in 7a49dec36bc9 [2022-04-15T19:09:44.438Z] ---> Running in 5f95fdc6a466 [2022-04-15T19:09:44.438Z] ---> Running in 1220a897cf6a [2022-04-15T19:09:44.438Z] Removing intermediate container 1220a897cf6a [2022-04-15T19:09:44.438Z] ---> e213741ddc6b [2022-04-15T19:09:44.438Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-15T19:09:44.699Z] 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-15T19:09:44.699Z] Removing intermediate container 5f95fdc6a466 [2022-04-15T19:09:44.699Z] ---> a304fef99208 [2022-04-15T19:09:44.699Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-15T19:09:44.699Z] ---> Running in 45fd7151e4e6 [2022-04-15T19:09:44.699Z] ---> Running in 9db913c4f2f9 [2022-04-15T19:09:46.620Z] ---> e77c2fbb0bc0 [2022-04-15T19:09:46.620Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-15T19:09:46.620Z] ---> Running in a99303cff838 [2022-04-15T19:09:46.620Z] Removing intermediate container 9db913c4f2f9 [2022-04-15T19:09:46.620Z] ---> 875fef10600a [2022-04-15T19:09:46.620Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-15T19:09:46.620Z] Removing intermediate container 45fd7151e4e6 [2022-04-15T19:09:46.620Z] ---> 83670f9b3219 [2022-04-15T19:09:46.620Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-15T19:09:46.620Z] ---> Running in 58bd9052e577 [2022-04-15T19:09:46.620Z] ---> 80fb1710a4c7 [2022-04-15T19:09:46.620Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-15T19:09:46.620Z] ---> Running in bd9481800469 [2022-04-15T19:09:46.620Z] ---> Running in 88ce9e9de3f7 [2022-04-15T19:09:46.620Z] Removing intermediate container 58bd9052e577 [2022-04-15T19:09:46.620Z] ---> bcdaa99d1c6e [2022-04-15T19:09:46.620Z] 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-15T19:09:46.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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-15T19:09:46.620Z] Removing intermediate container bd9481800469 [2022-04-15T19:09:46.620Z] ---> c2045fdad6d7 [2022-04-15T19:09:46.620Z] 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-15T19:09:46.881Z] ---> Running in c840c8657bdb [2022-04-15T19:09:46.881Z] ---> Running in c33b4107da4c [2022-04-15T19:09:46.881Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-15T19:09:47.824Z] spire-1.2.1/ [2022-04-15T19:09:47.824Z] spire-1.2.1/.data/ [2022-04-15T19:09:47.824Z] spire-1.2.1/.data/.file [2022-04-15T19:09:47.824Z] spire-1.2.1/.dockerignore [2022-04-15T19:09:47.824Z] spire-1.2.1/.gitattributes [2022-04-15T19:09:47.824Z] spire-1.2.1/.githooks/ [2022-04-15T19:09:47.824Z] spire-1.2.1/.githooks/pre-commit [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/ [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/dependabot.yml [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/ [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-15T19:09:47.824Z] spire-1.2.1/.gitignore [2022-04-15T19:09:47.824Z] spire-1.2.1/.go-version [2022-04-15T19:09:47.824Z] spire-1.2.1/.golangci.yml [2022-04-15T19:09:47.824Z] spire-1.2.1/ADOPTERS.md [2022-04-15T19:09:47.824Z] spire-1.2.1/CHANGELOG.md [2022-04-15T19:09:47.824Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-15T19:09:47.824Z] spire-1.2.1/CODEOWNERS [2022-04-15T19:09:47.824Z] spire-1.2.1/CONTRIBUTING.md [2022-04-15T19:09:47.824Z] spire-1.2.1/Dockerfile [2022-04-15T19:09:47.824Z] spire-1.2.1/Dockerfile.devspire-1.2.1/ [2022-04-15T19:09:47.824Z] [2022-04-15T19:09:47.824Z] spire-1.2.1/Dockerfile.scratch [2022-04-15T19:09:47.824Z] spire-1.2.1/LICENSE [2022-04-15T19:09:47.824Z] spire-1.2.1/MAINTAINERS.md [2022-04-15T19:09:47.824Z] spire-1.2.1/Makefile [2022-04-15T19:09:47.824Z] spire-1.2.1/README.md [2022-04-15T19:09:47.824Z] spire-1.2.1/ROADMAP.md [2022-04-15T19:09:47.824Z] spire-1.2.1/SECURITY.md [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/validate/spire-1.2.1/.data/ [2022-04-15T19:09:47.824Z] spire-1.2.1/.data/.file [2022-04-15T19:09:47.824Z] spire-1.2.1/.dockerignore [2022-04-15T19:09:47.824Z] spire-1.2.1/.gitattributes [2022-04-15T19:09:47.824Z] spire-1.2.1/.githooks/ [2022-04-15T19:09:47.824Z] spire-1.2.1/.githooks/pre-commit [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/ [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/dependabot.yml [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/ [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-15T19:09:47.824Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-15T19:09:47.824Z] spire-1.2.1/.gitignore [2022-04-15T19:09:47.824Z] spire-1.2.1/.go-version [2022-04-15T19:09:47.824Z] spire-1.2.1/.golangci.yml [2022-04-15T19:09:47.824Z] spire-1.2.1/ADOPTERS.md [2022-04-15T19:09:47.824Z] spire-1.2.1/CHANGELOG.md [2022-04-15T19:09:47.824Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-15T19:09:47.824Z] spire-1.2.1/CODEOWNERS [2022-04-15T19:09:47.824Z] spire-1.2.1/CONTRIBUTING.md [2022-04-15T19:09:47.824Z] spire-1.2.1/Dockerfile [2022-04-15T19:09:47.824Z] spire-1.2.1/Dockerfile.dev [2022-04-15T19:09:47.824Z] spire-1.2.1/Dockerfile.scratch [2022-04-15T19:09:47.824Z] spire-1.2.1/LICENSE [2022-04-15T19:09:47.824Z] spire-1.2.1/MAINTAINERS.md [2022-04-15T19:09:47.824Z] spire-1.2.1/Makefile [2022-04-15T19:09:47.824Z] spire-1.2.1/README.md [2022-04-15T19:09:47.824Z] spire-1.2.1/ROADMAP.md [2022-04-15T19:09:47.824Z] spire-1.2.1/SECURITY.md [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-15T19:09:47.824Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/ [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/agent/ [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/agent/agent.conf [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/server/ [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/server/server.conf [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/server/server_full.conf [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/ [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/SPIRE101.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/auditlog.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/ [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-15T19:09:47.825Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/ [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/agent/ [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/agent/agent.conf [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/server/ [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/server/server.conf [2022-04-15T19:09:47.825Z] spire-1.2.1/conf/server/server_full.conf [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/ [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/SPIRE101.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/auditlog.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/ [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-15T19:09:47.825Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/scaling_spire.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/spire_agent.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/spire_server.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/supported_integrations.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/telemetry.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/telemetry_config.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/upgrading.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/using_spire.md [2022-04-15T19:09:47.826Z] spire-1.2.1/examples/ [2022-04-15T19:09:47.826Z] spire-1.2.1/examples/README.md [2022-04-15T19:09:47.826Z] spire-1.2.1/go.mod [2022-04-15T19:09:47.826Z] spire-1.2.1/go.sum [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/agent.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/client/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/common/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/config.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/scaling_spire.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/spire_agent.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/spire_server.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/supported_integrations.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/telemetry.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/telemetry_config.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/upgrading.md [2022-04-15T19:09:47.826Z] spire-1.2.1/doc/using_spire.md [2022-04-15T19:09:47.826Z] spire-1.2.1/examples/ [2022-04-15T19:09:47.826Z] spire-1.2.1/examples/README.md [2022-04-15T19:09:47.826Z] spire-1.2.1/go.mod [2022-04-15T19:09:47.826Z] spire-1.2.1/go.sum [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/agent.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-15T19:09:47.826Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/client/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/common/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/config.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-15T19:09:47.827Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/svid/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/common/ [2022-04-15T19:09:48.093Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/names.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/auth/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/health/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/health/config.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/health/context.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/health/health.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/svid/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/names.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/auth/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-15T19:09:48.094Z] [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/idutil/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/log/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/log/log.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/log/options.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-15T19:09:48.094Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/health/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/health/config.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/health/context.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/health/health.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/idutil/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/log/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/log/log.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/log/options.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/profiling/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/profiling/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/uptime/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/util/ [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-15T19:09:48.095Z] spire-1.2.1/pkg/common/util/task.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/version/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/version/version.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/api.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/uptime/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/task.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/version/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/version/version.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/health/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/id.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/api.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/status.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/health/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/id.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/bundle/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/status.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/cache/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/catalog/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/config.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-15T19:09:48.096Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/bundle/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/cache/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/catalog/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-15T19:09:48.097Z] [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/config.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-15T19:09:48.097Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/registration/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/server.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/server_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/svid/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/ [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/private/ [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/private/server/ [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/private/server/journal/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/ [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/common/ [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/plugin/ [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-15T19:09:48.098Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-15T19:09:48.098Z] spire-1.2.1/release/ [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire-extras/ [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire-extras/README.md [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire/ [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire/README.md [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire/conf/ [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire/conf/server/ [2022-04-15T19:09:48.098Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-15T19:09:48.098Z] spire-1.2.1/script/ [2022-04-15T19:09:48.098Z] spire-1.2.1/script/build-artifact.sh [2022-04-15T19:09:48.098Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-15T19:09:48.098Z] spire-1.2.1/support/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-15T19:09:48.098Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-15T19:09:48.098Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-15T19:09:48.098Z] spire-1.2.1/test/ [2022-04-15T19:09:48.098Z] spire-1.2.1/test/clock/ [2022-04-15T19:09:48.098Z] spire-1.2.1/test/clock/clock.go [2022-04-15T19:09:48.098Z] spire-1.2.1/test/fakes/ [2022-04-15T19:09:48.098Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-15T19:09:48.098Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-15T19:09:48.098Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-15T19:09:48.098Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-15T19:09:48.098Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-15T19:09:48.098Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-15T19:09:48.098Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-15T19:09:48.098Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-15T19:09:48.099Z] [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.confspire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/fixture.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/registration/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-15T19:09:48.099Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/README.md [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/common [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/registration/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/server.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/server_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/svid/ [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-15T19:09:48.099Z] spire-1.2.1/proto/ [2022-04-15T19:09:48.099Z] spire-1.2.1/proto/private/ [2022-04-15T19:09:48.099Z] spire-1.2.1/proto/private/server/ [2022-04-15T19:09:48.099Z] spire-1.2.1/proto/private/server/journal/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-15T19:09:48.099Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/ [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/common/ [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/plugin/ [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-15T19:09:48.100Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-15T19:09:48.100Z] spire-1.2.1/release/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire-extras/ [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire-extras/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire/ [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire/conf/ [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire/conf/server/ [2022-04-15T19:09:48.100Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/script/ [2022-04-15T19:09:48.100Z] spire-1.2.1/script/build-artifact.sh [2022-04-15T19:09:48.100Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-15T19:09:48.100Z] spire-1.2.1/support/ [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/ [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-15T19:09:48.100Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-15T19:09:48.100Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-15T19:09:48.101Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/clock/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/clock/clock.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/config/ [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-15T19:09:48.101Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/fixture.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/registration/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-15T19:09:48.102Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/test-one.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/test.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/plugintest/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/plugintest/config.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/plugintest/load.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/plugintest/option.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/spiretest/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/common [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/spiretest/dir.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/spiretest/logs.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/spiretest/suite.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/spiretest/x509.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/testca/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/testca/ca.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/testkey/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/testkey/generate.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/testkey/keys.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/testkey/new.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/tpmsimulator/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/util/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/util/cert_generation.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/util/io_redirection.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/util/race.go [2022-04-15T19:09:48.102Z] spire-1.2.1/test/util/util.go [2022-04-15T19:09:48.102Z] building spire from source... [2022-04-15T19:09:48.102Z] [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-15T19:09:48.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/test-one.sh [2022-04-15T19:09:48.103Z] spire-1.2.1/test/integration/test.sh [2022-04-15T19:09:48.103Z] spire-1.2.1/test/plugintest/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/plugintest/config.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/plugintest/load.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/plugintest/option.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/spiretest/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/spiretest/dir.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/spiretest/logs.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/spiretest/suite.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/spiretest/x509.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/testca/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/testca/ca.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/testkey/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/testkey/generate.sh [2022-04-15T19:09:48.103Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/testkey/keys.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/testkey/new.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/tpmsimulator/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/util/ [2022-04-15T19:09:48.103Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/util/cert_generation.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/util/io_redirection.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/util/race.go [2022-04-15T19:09:48.103Z] spire-1.2.1/test/util/util.go [2022-04-15T19:09:48.103Z] building spire from source... [2022-04-15T19:09:48.103Z] Installing go1.17.7... [2022-04-15T19:09:48.103Z] Installing go1.17.7... [2022-04-15T19:09:54.682Z] Building bin/spire-server... [2022-04-15T19:09:54.682Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-15T19:09:54.682Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-15T19:09:54.682Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-15T19:09:54.682Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-15T19:09:54.682Z] Building bin/spire-server... [2022-04-15T19:09:54.682Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-15T19:09:54.682Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-15T19:09:54.682Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-15T19:09:54.682Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-15T19:09:54.682Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-15T19:09:54.682Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-15T19:09:54.682Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-15T19:09:54.682Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-15T19:09:54.682Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-15T19:09:54.682Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-15T19:09:54.682Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-15T19:09:54.682Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-15T19:09:54.682Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-15T19:09:54.682Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-15T19:09:54.682Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-15T19:09:54.682Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-15T19:09:54.682Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-15T19:09:54.682Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-15T19:09:54.682Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-15T19:09:54.682Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-15T19:09:54.682Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-15T19:09:54.682Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-15T19:09:54.682Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-15T19:09:54.682Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-15T19:09:54.682Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-15T19:09:54.682Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-15T19:09:54.682Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-15T19:09:54.682Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-15T19:09:54.682Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-15T19:09:54.682Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-15T19:09:54.682Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-15T19:09:54.682Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-15T19:09:54.682Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-15T19:09:54.942Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-15T19:09:54.942Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-15T19:09:54.942Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-15T19:09:54.942Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-15T19:09:54.942Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-15T19:09:54.942Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-15T19:09:54.942Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-15T19:09:54.942Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-15T19:09:54.942Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-15T19:09:54.942Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-15T19:09:54.942Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-15T19:09:54.942Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-15T19:09:54.942Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-15T19:09:54.942Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-15T19:09:54.942Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-15T19:09:54.942Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-15T19:09:54.942Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-15T19:09:54.942Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-15T19:09:54.942Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-15T19:09:54.942Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-15T19:09:55.204Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-15T19:09:55.204Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-15T19:09:55.204Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-15T19:09:55.204Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-15T19:09:55.204Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-15T19:09:55.204Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-15T19:09:55.204Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-15T19:09:55.204Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-15T19:09:55.204Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-15T19:09:55.204Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-15T19:09:55.204Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-15T19:09:55.204Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-15T19:09:55.204Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-15T19:09:55.204Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-15T19:09:55.204Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-15T19:09:55.204Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-15T19:09:55.204Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-15T19:09:55.204Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-15T19:09:55.204Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-15T19:09:55.204Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-15T19:09:55.204Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-15T19:09:55.204Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-15T19:09:55.204Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-15T19:09:55.204Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-15T19:09:55.464Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-15T19:09:55.464Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-15T19:09:55.464Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-15T19:09:55.464Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-15T19:09:55.464Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-15T19:09:55.464Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-15T19:09:55.464Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-15T19:09:55.464Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-15T19:09:55.464Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-15T19:09:55.464Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-15T19:09:55.464Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-15T19:09:55.464Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-15T19:09:55.464Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-15T19:09:55.464Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-15T19:09:55.724Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-15T19:09:55.724Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-15T19:09:55.724Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-15T19:09:55.724Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-15T19:09:55.724Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-15T19:09:55.724Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-15T19:09:55.724Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-15T19:09:55.984Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-15T19:09:55.984Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-15T19:09:56.553Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-15T19:09:56.553Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-15T19:09:59.093Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-15T19:09:59.093Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-15T19:09:59.093Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-15T19:09:59.093Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-15T19:09:59.093Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-15T19:09:59.093Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-15T19:09:59.093Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-15T19:09:59.093Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-15T19:09:59.093Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-15T19:09:59.093Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-15T19:10:03.298Z] go: downloading google.golang.org/api v0.70.0 [2022-04-15T19:10:03.298Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-15T19:10:03.298Z] go: downloading k8s.io/api v0.23.4 [2022-04-15T19:10:03.298Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-15T19:10:03.298Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-15T19:10:03.298Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-15T19:10:03.298Z] go: downloading google.golang.org/api v0.70.0 [2022-04-15T19:10:03.298Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-15T19:10:03.298Z] go: downloading k8s.io/api v0.23.4 [2022-04-15T19:10:03.298Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-15T19:10:03.298Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-15T19:10:03.298Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-15T19:10:03.298Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-15T19:10:03.298Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-15T19:10:03.298Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-15T19:10:03.298Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-15T19:10:03.563Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-15T19:10:03.563Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-15T19:10:03.563Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-15T19:10:04.064Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-15T19:10:04.639Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-15T19:10:04.899Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-15T19:10:04.899Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-15T19:10:05.166Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-15T19:10:05.166Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-15T19:10:05.166Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-15T19:10:05.166Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-15T19:10:05.166Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-15T19:10:05.597Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-15T19:10:05.597Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-15T19:10:05.858Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-15T19:10:05.858Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-15T19:10:05.858Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-15T19:10:05.858Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-15T19:10:05.858Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-15T19:10:05.858Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-15T19:10:05.858Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-15T19:10:05.858Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-15T19:10:05.858Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-15T19:10:05.858Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-15T19:10:06.291Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-15T19:10:06.292Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-15T19:10:06.292Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-15T19:10:06.552Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-15T19:10:06.552Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-15T19:10:06.552Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-15T19:10:06.552Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-15T19:10:06.552Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-15T19:10:06.812Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-15T19:10:06.812Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-15T19:10:06.812Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-15T19:10:06.812Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-15T19:10:06.812Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-15T19:10:06.812Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-15T19:10:06.812Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-15T19:10:07.072Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-15T19:10:07.072Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-15T19:10:07.072Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-15T19:10:07.072Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-15T19:10:07.332Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-15T19:10:07.332Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-15T19:10:07.332Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-15T19:10:07.332Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-15T19:10:07.593Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-15T19:10:07.593Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-15T19:10:07.593Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-15T19:10:07.593Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-15T19:10:07.593Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-15T19:10:07.593Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-15T19:10:07.593Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-15T19:10:07.593Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-15T19:10:07.593Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-15T19:10:07.593Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-15T19:10:07.593Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-15T19:10:07.593Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-15T19:10:07.593Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-15T19:10:07.593Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-15T19:10:07.593Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-15T19:10:07.593Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-15T19:10:07.855Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-15T19:10:07.855Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-15T19:10:07.855Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-15T19:10:07.855Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-15T19:10:07.855Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-15T19:10:07.855Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-15T19:10:07.855Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-15T19:10:07.855Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-15T19:10:08.221Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-15T19:10:08.221Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-15T19:10:08.221Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-15T19:10:08.221Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-15T19:10:08.221Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-15T19:10:08.221Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-15T19:10:08.221Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-15T19:10:08.221Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-15T19:10:08.221Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-15T19:10:08.485Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-15T19:10:08.485Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-15T19:10:08.485Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-15T19:10:08.485Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-15T19:10:08.485Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-15T19:10:08.485Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-15T19:10:08.485Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-15T19:10:08.485Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-15T19:10:08.485Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-15T19:10:08.485Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-15T19:10:08.743Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-15T19:10:08.743Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-15T19:10:08.743Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-15T19:10:08.743Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-15T19:10:08.743Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-15T19:10:08.743Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-15T19:10:08.743Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-15T19:10:08.743Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-15T19:10:08.743Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-15T19:10:08.743Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-15T19:10:08.743Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-15T19:10:08.743Z] go: downloading go.opencensus.io v0.23.0 [2022-04-15T19:10:08.744Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-15T19:10:08.744Z] go: downloading go.opencensus.io v0.23.0 [2022-04-15T19:10:08.744Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-15T19:10:08.744Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-15T19:10:08.744Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-15T19:10:08.744Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-15T19:10:09.004Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-15T19:10:09.004Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-15T19:10:09.004Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-15T19:10:09.004Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-15T19:10:09.005Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-15T19:10:09.005Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-15T19:10:09.005Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-15T19:10:09.005Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-15T19:10:09.005Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-15T19:10:09.005Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-15T19:10:09.005Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-15T19:10:09.005Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-15T19:10:09.005Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-15T19:10:09.005Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-15T19:10:09.005Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-15T19:10:09.005Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-15T19:10:09.005Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-15T19:10:09.005Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-15T19:10:09.264Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-15T19:10:09.264Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-15T19:10:09.264Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-15T19:10:09.264Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-15T19:10:09.264Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-15T19:10:09.264Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-15T19:10:09.264Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-15T19:10:09.264Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-15T19:10:09.264Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-15T19:10:09.264Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-15T19:10:09.264Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-15T19:10:09.264Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-15T19:10:09.264Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-15T19:10:09.264Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-15T19:10:09.264Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-15T19:10:09.264Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-15T19:10:09.264Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-15T19:10:09.264Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-15T19:10:09.265Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-15T19:10:09.265Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-15T19:10:09.529Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-15T19:10:09.529Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-15T19:10:09.529Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-15T19:10:09.529Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-15T19:10:09.529Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-15T19:10:09.529Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-15T19:10:14.949Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-15T19:10:14.949Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-15T19:10:14.949Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-15T19:10:14.949Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-15T19:10:30.248Z] Removing intermediate container 895d7bbd881f [2022-04-15T19:10:30.249Z] ---> 815277c18390 [2022-04-15T19:10:30.249Z] Successfully built 815277c18390 [2022-04-15T19:10:30.249Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:10:30.651Z] + docker inspect -f . ci-base-image-arm64 [2022-04-15T19:10:30.651Z] . [Pipeline] withDockerContainer [2022-04-15T19:10:30.918Z] prd-ubuntu20.04-docker-arm64-4c-16g-21076 does not seem to be running inside a container [2022-04-15T19:10:31.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-15T19:10:32.363Z] $ docker top bb8e1d9a594d058144d1fb20755bcfab46ae6f6547da07f4bde9b33649c31b0c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T19:10:33.064Z] Removing intermediate container 88ce9e9de3f7 [2022-04-15T19:10:33.064Z] ---> 68f85ce8b20c [2022-04-15T19:10:33.064Z] [2022-04-15T19:10:33.064Z] Step 10/31 : FROM alpine:3.14 [2022-04-15T19:10:33.064Z] Removing intermediate container a99303cff838 [2022-04-15T19:10:33.064Z] ---> 797852abd0b6 [2022-04-15T19:10:33.064Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-15T19:10:33.064Z] Removing intermediate container 7a49dec36bc9 [2022-04-15T19:10:33.064Z] ---> 002735577ee7 [2022-04-15T19:10:33.064Z] [2022-04-15T19:10:33.064Z] Step 10/23 : FROM alpine:3.14 [2022-04-15T19:10:33.064Z] ---> Running in 505a116497dd [2022-04-15T19:10:33.064Z] 3.14: Pulling from library/alpine [2022-04-15T19:10:33.064Z] 3.14: Pulling from library/alpine [2022-04-15T19:10:33.064Z] 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-15T19:10:33.064Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-15T19:10:33.064Z] Status: Downloaded newer image for alpine:3.14 [2022-04-15T19:10:33.064Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-15T19:10:33.064Z] Status: Image is up to date for alpine:3.14 [2022-04-15T19:10:33.064Z] ---> e04c818066af [2022-04-15T19:10:33.064Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-15T19:10:33.064Z] ---> e04c818066af [2022-04-15T19:10:33.064Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-15T19:10:33.064Z] ---> Running in 4207e43703ee [2022-04-15T19:10:33.064Z] ---> Running in a008e9a85f1c [2022-04-15T19:10:33.064Z] Removing intermediate container 505a116497dd [2022-04-15T19:10:33.064Z] ---> 3030b58ba9f3 [2022-04-15T19:10:33.064Z] [2022-04-15T19:10:33.064Z] Step 11/23 : FROM docker:20.10.14 [2022-04-15T19:10:33.064Z] Removing intermediate container 4207e43703ee [2022-04-15T19:10:33.064Z] ---> 130a6485f656 [2022-04-15T19:10:33.064Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-15T19:10:33.314Z] + go version [2022-04-15T19:10:33.315Z] go version go1.17.6 linux/arm64 [2022-04-15T19:10:33.328Z] 20.10.14: Pulling from library/docker [2022-04-15T19:10:33.328Z] ---> Running in 018c7425df89 [Pipeline] } [2022-04-15T19:10:33.370Z] $ docker stop --time=1 bb8e1d9a594d058144d1fb20755bcfab46ae6f6547da07f4bde9b33649c31b0c [2022-04-15T19:10:33.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:10:33.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:10:34.173Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-15T19:10:34.173Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:10:34.173Z] OK: 6 MiB in 15 packages [2022-04-15T19:10:34.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:10:34.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:10:34.434Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-15T19:10:34.434Z] (2/2) Installing su-exec (0.2-r1) [2022-04-15T19:10:34.434Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:10:34.434Z] OK: 6 MiB in 16 packages [2022-04-15T19:10:35.014Z] $ docker rm -f bb8e1d9a594d058144d1fb20755bcfab46ae6f6547da07f4bde9b33649c31b0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:10:35.926Z] + docker inspect -f . ci-base-image-arm64 [2022-04-15T19:10:35.926Z] . [Pipeline] withDockerContainer [2022-04-15T19:10:36.058Z] Removing intermediate container a008e9a85f1c [2022-04-15T19:10:36.058Z] ---> 55edc8a8f4d6 [2022-04-15T19:10:36.058Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-15T19:10:36.154Z] prd-ubuntu20.04-docker-arm64-4c-16g-21076 does not seem to be running inside a container [2022-04-15T19:10:36.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-15T19:10:36.423Z] ---> Running in b908eb59b67c [2022-04-15T19:10:36.423Z] Removing intermediate container 018c7425df89 [2022-04-15T19:10:36.423Z] ---> 00e37f74fc28 [2022-04-15T19:10:36.423Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-15T19:10:36.712Z] ---> Running in 14520bb950e7 [2022-04-15T19:10:36.712Z] Removing intermediate container b908eb59b67c [2022-04-15T19:10:36.713Z] ---> ad1ca3e26475 [2022-04-15T19:10:36.713Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-15T19:10:36.971Z] ---> Running in 2bd5732fd215 [2022-04-15T19:10:36.971Z] Removing intermediate container 14520bb950e7 [2022-04-15T19:10:36.971Z] ---> f4273756dfc1 [2022-04-15T19:10:36.971Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-15T19:10:37.231Z] ---> Running in 58dca51bce90 [2022-04-15T19:10:37.231Z] Removing intermediate container 2bd5732fd215 [2022-04-15T19:10:37.231Z] ---> b3d16b3632e7 [2022-04-15T19:10:37.231Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-15T19:10:37.231Z] ---> Running in 0a9de3b75c8d [2022-04-15T19:10:37.496Z] $ docker top 1099efd132ee4553b9288c18ba74a351139c46b80497d511fb4cc0277e5a9f20 -eo pid,comm [Pipeline] { [2022-04-15T19:10:37.806Z] Removing intermediate container 58dca51bce90 [2022-04-15T19:10:37.806Z] ---> ed0d306723c7 [2022-04-15T19:10:37.806Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-15T19:10:37.806Z] Removing intermediate container 0a9de3b75c8d [2022-04-15T19:10:37.806Z] ---> b9e32f631801 [2022-04-15T19:10:37.806Z] Step 15/23 : WORKDIR / [Pipeline] echo [2022-04-15T19:10:37.913Z] ========================================================= [2022-04-15T19:10:37.913Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-15T19:10:37.913Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-15T19:10:38.069Z] ---> Running in bad9c78a5aa8 [2022-04-15T19:10:38.069Z] ---> Running in b8c3fd08962f [2022-04-15T19:10:38.330Z] Removing intermediate container bad9c78a5aa8 [2022-04-15T19:10:38.330Z] ---> 521a482398db [2022-04-15T19:10:38.330Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:10:38.624Z] + make test [2022-04-15T19:10:38.624Z] go mod tidy -compat=1.17 [2022-04-15T19:10:39.268Z] ---> e127f2847bb3 [2022-04-15T19:10:39.268Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-15T19:10:39.607Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-15T19:10:40.206Z] ---> 429fe04f6334 [2022-04-15T19:10:40.206Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-15T19:10:40.206Z] Removing intermediate container b8c3fd08962f [2022-04-15T19:10:40.206Z] ---> 6b7144868416 [2022-04-15T19:10:40.206Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-15T19:10:40.206Z] ---> Running in 04c009dfda0c [2022-04-15T19:10:41.146Z] Removing intermediate container 04c009dfda0c [2022-04-15T19:10:41.146Z] ---> 458d8ab33b5c [2022-04-15T19:10:41.146Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-15T19:10:41.146Z] ---> 07e090c4c2a6 [2022-04-15T19:10:41.146Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-15T19:10:41.146Z] ---> Running in 284342c831b5 [2022-04-15T19:10:41.407Z] Removing intermediate container 284342c831b5 [2022-04-15T19:10:41.407Z] ---> 2b82f7c59300 [2022-04-15T19:10:41.407Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:10:41.669Z] ---> Running in a57beb26db1f [2022-04-15T19:10:41.669Z] ---> 182f09cb167a [2022-04-15T19:10:41.669Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-15T19:10:41.928Z] ---> Running in 1a1d73fa4482 [2022-04-15T19:10:42.189Z] Removing intermediate container a57beb26db1f [2022-04-15T19:10:42.189Z] ---> 33143147e02e [2022-04-15T19:10:42.189Z] Step 21/23 : LABEL arch=x86_64 [2022-04-15T19:10:42.189Z] ---> Running in cd112bc0c140 [2022-04-15T19:10:42.755Z] Removing intermediate container cd112bc0c140 [2022-04-15T19:10:42.755Z] ---> 70b0ff279e14 [2022-04-15T19:10:42.755Z] Step 22/23 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:10:43.017Z] ---> Running in 073bd23635b0 [2022-04-15T19:10:43.276Z] Removing intermediate container 073bd23635b0 [2022-04-15T19:10:43.276Z] ---> 9209c0a8c1df [2022-04-15T19:10:43.276Z] Step 23/23 : LABEL version=0.0.0 [2022-04-15T19:10:43.555Z] ---> Running in bbb20b44e8cb [2022-04-15T19:10:43.820Z] Removing intermediate container 1a1d73fa4482 [2022-04-15T19:10:43.820Z] ---> cd1f7954c98a [2022-04-15T19:10:43.820Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:10:43.820Z] Removing intermediate container bbb20b44e8cb [2022-04-15T19:10:43.820Z] ---> eaa54bbcb398 [2022-04-15T19:10:43.820Z] [2022-04-15T19:10:43.820Z] Successfully built eaa54bbcb398 [2022-04-15T19:10:44.081Z] Successfully tagged core-metadata:latest [2022-04-15T19:10:44.081Z]  Building core-metadata ... done Building core-data [2022-04-15T19:10:46.019Z] ---> 0bab2af398b1 [2022-04-15T19:10:46.019Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-15T19:10:46.630Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-15T19:10:46.630Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-15T19:10:46.630Z] ---> 7417809fdb73 [2022-04-15T19:10:46.630Z] 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-15T19:10:46.892Z] ---> Running in 0117596efd49 [2022-04-15T19:10:47.458Z] Removing intermediate container 0117596efd49 [2022-04-15T19:10:47.458Z] ---> 9c9b5ab569c5 [2022-04-15T19:10:47.458Z] 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-15T19:10:47.458Z] ---> Running in 1c44fd2f4ba6 [2022-04-15T19:10:47.717Z] ---> 5a7809a836ff [2022-04-15T19:10:47.717Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-15T19:10:48.657Z] ---> 6e24087a6995 [2022-04-15T19:10:48.657Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-15T19:10:48.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:10:48.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:10:49.177Z] (1/43) Installing readline (8.1.1-r0) [2022-04-15T19:10:49.177Z] (2/43) Installing bash (5.1.16-r0) [2022-04-15T19:10:49.177Z] Executing bash-5.1.16-r0.post-install [2022-04-15T19:10:49.177Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-15T19:10:49.177Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-15T19:10:49.177Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-15T19:10:49.177Z] (6/43) Installing curl (7.80.0-r0) [2022-04-15T19:10:49.177Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-15T19:10:49.177Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-15T19:10:49.475Z] (9/43) Installing expat (2.4.7-r0) [2022-04-15T19:10:49.475Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-15T19:10:49.475Z] (11/43) Installing gdbm (1.22-r0) [2022-04-15T19:10:49.475Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-15T19:10:49.475Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-15T19:10:49.475Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-15T19:10:49.475Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-15T19:10:49.475Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-15T19:10:49.475Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-15T19:10:50.042Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-15T19:10:50.042Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-15T19:10:50.042Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-15T19:10:50.042Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-15T19:10:50.042Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-15T19:10:50.042Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-15T19:10:50.042Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-15T19:10:50.042Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-15T19:10:50.042Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-15T19:10:50.042Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-15T19:10:50.042Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-15T19:10:50.042Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-15T19:10:50.042Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-15T19:10:50.042Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-15T19:10:50.042Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-15T19:10:50.042Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-15T19:10:50.042Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-15T19:10:50.042Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-15T19:10:50.042Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-15T19:10:50.042Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-15T19:10:50.042Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-15T19:10:50.042Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-15T19:10:50.042Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-15T19:10:50.042Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-15T19:10:50.042Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-15T19:10:50.042Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-15T19:10:50.301Z] Executing busybox-1.34.1-r5.trigger [2022-04-15T19:10:50.301Z] OK: 83 MiB in 65 packages [2022-04-15T19:10:50.301Z] ---> 5bf9fd947351 [2022-04-15T19:10:50.301Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-15T19:10:50.301Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:10:50.301Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:10:50.301Z] ---> cc13851163d8 [2022-04-15T19:10:50.301Z] Step 3/23 : WORKDIR /edgex-go [2022-04-15T19:10:50.301Z] ---> Using cache [2022-04-15T19:10:50.301Z] ---> 29d7e42af47d [2022-04-15T19:10:50.301Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:10:50.301Z] ---> Using cache [2022-04-15T19:10:50.301Z] ---> e3ed3812fbec [2022-04-15T19:10:50.301Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-15T19:10:50.573Z] ---> Running in 96457b328207 [2022-04-15T19:10:50.836Z] ---> 535a2e80a0b2 [2022-04-15T19:10:50.836Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-15T19:10:51.095Z] ---> Running in a8f28ec94d9b [2022-04-15T19:10:51.355Z] Collecting docker-compose==1.23.2 [2022-04-15T19:10:51.356Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-15T19:10:51.356Z] Collecting texttable<0.10,>=0.9.0 [2022-04-15T19:10:51.356Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-15T19:10:51.356Z] Removing intermediate container a8f28ec94d9b [2022-04-15T19:10:51.356Z] ---> bda094e75c2f [2022-04-15T19:10:51.356Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-15T19:10:51.616Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:10:51.616Z] 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-15T19:10:51.875Z] Collecting cached-property<2,>=1.2.0 [2022-04-15T19:10:51.875Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-15T19:10:51.875Z] Collecting jsonschema<3,>=2.5.1 [2022-04-15T19:10:51.875Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-15T19:10:51.875Z] Collecting docopt<0.7,>=0.6.1 [2022-04-15T19:10:51.875Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-15T19:10:52.138Z] ---> bb613e6562dd [2022-04-15T19:10:52.138Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-15T19:10:52.138Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-15T19:10:52.138Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-15T19:10:52.138Z] ---> Running in d6e586eedc6f [2022-04-15T19:10:52.397Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:10:52.654Z] Collecting docker<4.0,>=3.6.0 [2022-04-15T19:10:52.654Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-15T19:10:52.654Z] OK: 221 MiB in 52 packages [2022-04-15T19:10:52.913Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-15T19:10:52.913Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-15T19:10:52.913Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-15T19:10:52.913Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-15T19:10:52.913Z] Collecting PyYAML<4,>=3.10 [2022-04-15T19:10:52.913Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-15T19:10:53.481Z] Collecting docker-pycreds>=0.4.0 [2022-04-15T19:10:53.742Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-15T19:10:53.742Z] Removing intermediate container 96457b328207 [2022-04-15T19:10:53.742Z] ---> e6281ca932d0 [2022-04-15T19:10:53.742Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-15T19:10:53.742Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-15T19:10:53.742Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-15T19:10:53.742Z] 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-15T19:10:53.742Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-15T19:10:53.742Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-15T19:10:53.742Z] Collecting idna<2.8,>=2.5 [2022-04-15T19:10:53.742Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-15T19:10:54.007Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-15T19:10:54.007Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-15T19:10:54.007Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-15T19:10:54.007Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-15T19:10:54.007Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-15T19:10:54.007Z] Attempting uninstall: urllib3 [2022-04-15T19:10:54.007Z] Found existing installation: urllib3 1.26.7 [2022-04-15T19:10:54.007Z] Uninstalling urllib3-1.26.7: [2022-04-15T19:10:54.007Z] Successfully uninstalled urllib3-1.26.7 [2022-04-15T19:10:54.265Z] Attempting uninstall: idna [2022-04-15T19:10:54.265Z] Found existing installation: idna 3.3 [2022-04-15T19:10:54.265Z] Uninstalling idna-3.3: [2022-04-15T19:10:54.265Z] ---> d912599e1e69 [2022-04-15T19:10:54.265Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:10:54.265Z] Removing intermediate container d6e586eedc6f [2022-04-15T19:10:54.265Z] ---> d0d8adfa0200 [2022-04-15T19:10:54.265Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-15T19:10:54.265Z] Successfully uninstalled idna-3.3 [2022-04-15T19:10:54.265Z] ---> Running in cf3251dfb193 [2022-04-15T19:10:54.526Z] ---> Running in 970b861ed234 [2022-04-15T19:10:54.846Z] Removing intermediate container 970b861ed234 [2022-04-15T19:10:54.846Z] ---> 30950dfd1d1f [2022-04-15T19:10:54.846Z] Step 28/31 : CMD ["gate"] [2022-04-15T19:10:54.846Z] Attempting uninstall: requests [2022-04-15T19:10:54.846Z] Found existing installation: requests 2.26.0 [2022-04-15T19:10:54.846Z] Uninstalling requests-2.26.0: [2022-04-15T19:10:54.846Z] Successfully uninstalled requests-2.26.0 [2022-04-15T19:10:55.142Z] ---> Running in 9632c388a3f7 [2022-04-15T19:10:55.142Z] Running setup.py install for texttable: started [2022-04-15T19:10:55.406Z] Removing intermediate container 9632c388a3f7 [2022-04-15T19:10:55.406Z] ---> f823fc09a0e1 [2022-04-15T19:10:55.406Z] Step 29/31 : LABEL arch=x86_64 [2022-04-15T19:10:55.406Z] ---> Running in 4b96827da405 [2022-04-15T19:10:55.406Z] Running setup.py install for texttable: finished with status 'done' [2022-04-15T19:10:55.406Z] Running setup.py install for PyYAML: started [2022-04-15T19:10:55.667Z] Removing intermediate container 4b96827da405 [2022-04-15T19:10:55.667Z] ---> ecdbaaef10f4 [2022-04-15T19:10:55.667Z] Step 30/31 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:10:55.927Z] ---> Running in e18d34385441 [2022-04-15T19:10:55.927Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-15T19:10:56.186Z] Running setup.py install for docopt: started [2022-04-15T19:10:56.186Z] Removing intermediate container e18d34385441 [2022-04-15T19:10:56.186Z] ---> b8cdab0bf475 [2022-04-15T19:10:56.186Z] Step 31/31 : LABEL version=0.0.0 [2022-04-15T19:10:56.457Z] Removing intermediate container cf3251dfb193 [2022-04-15T19:10:56.457Z] ---> fb5527fd75c5 [2022-04-15T19:10:56.457Z] Step 8/23 : COPY . . [2022-04-15T19:10:56.457Z] ---> Running in f2ece8201429 [2022-04-15T19:10:56.457Z] Running setup.py install for docopt: finished with status 'done' [2022-04-15T19:10:56.457Z] Running setup.py install for dockerpty: started [2022-04-15T19:10:56.719Z] Removing intermediate container f2ece8201429 [2022-04-15T19:10:56.719Z] ---> 843455adb9ca [2022-04-15T19:10:56.719Z] [2022-04-15T19:10:56.980Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-15T19:10:56.980Z] Successfully built 843455adb9ca [2022-04-15T19:10:56.980Z] Successfully tagged security-bootstrapper:latest [2022-04-15T19:10:56.980Z]  Building security-bootstrapper ... done Building support-scheduler [2022-04-15T19:10:57.239Z] 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-15T19:11:09.464Z] Removing intermediate container 1c44fd2f4ba6 [2022-04-15T19:11:09.464Z] ---> 0626bd2c32a7 [2022-04-15T19:11:09.464Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-15T19:11:09.464Z] ---> Running in 32bba4bb5f36 [2022-04-15T19:11:09.464Z] Removing intermediate container 32bba4bb5f36 [2022-04-15T19:11:09.464Z] ---> 0f7a05a4ff04 [2022-04-15T19:11:09.464Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-15T19:11:09.464Z] ---> Running in 37d0da0f6cb7 [2022-04-15T19:11:09.464Z] ---> a1cba63cccd9 [2022-04-15T19:11:09.464Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-15T19:11:09.464Z] ---> Running in 985ba9d5260b [2022-04-15T19:11:09.464Z] Removing intermediate container 37d0da0f6cb7 [2022-04-15T19:11:09.464Z] ---> 7f9cbf395387 [2022-04-15T19:11:09.464Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-15T19:11:10.032Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:11:10.032Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:11:10.032Z] ---> cc13851163d8 [2022-04-15T19:11:10.032Z] Step 3/22 : WORKDIR /edgex-go [2022-04-15T19:11:10.032Z] ---> Using cache [2022-04-15T19:11:10.032Z] ---> 29d7e42af47d [2022-04-15T19:11:10.032Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:11:10.032Z] ---> Using cache [2022-04-15T19:11:10.032Z] ---> e3ed3812fbec [2022-04-15T19:11:10.032Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-15T19:11:10.032Z] ---> Running in 3235a64d7265 [2022-04-15T19:11:10.294Z] 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-15T19:11:10.554Z] ---> 39ec1f644182 [2022-04-15T19:11:10.554Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-15T19:11:11.121Z] ---> 1507012aa3f4 [2022-04-15T19:11:11.121Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-15T19:11:11.383Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:11:11.955Z] ---> 8d53aea61e94 [2022-04-15T19:11:11.955Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-15T19:11:11.955Z] ---> Running in 948e9a928dc3 [2022-04-15T19:11:11.970Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-15T19:11:12.214Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:11:12.214Z] Removing intermediate container 948e9a928dc3 [2022-04-15T19:11:12.214Z] ---> ea6f6befa6d2 [2022-04-15T19:11:12.214Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:11:12.214Z] ---> Running in bf0a5dfcc144 [2022-04-15T19:11:12.476Z] OK: 221 MiB in 52 packages [2022-04-15T19:11:12.736Z] Removing intermediate container bf0a5dfcc144 [2022-04-15T19:11:12.736Z] ---> 27be1885835c [2022-04-15T19:11:12.736Z] Step 21/23 : LABEL arch=x86_64 [2022-04-15T19:11:12.736Z] ---> Running in 59f00e60db11 [2022-04-15T19:11:13.304Z] Removing intermediate container 59f00e60db11 [2022-04-15T19:11:13.304Z] ---> 8100d2f248a1 [2022-04-15T19:11:13.304Z] Step 22/23 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:11:13.304Z] ---> Running in 39f319e541d1 [2022-04-15T19:11:13.304Z] Removing intermediate container 3235a64d7265 [2022-04-15T19:11:13.304Z] ---> d9f44db70bae [2022-04-15T19:11:13.304Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-15T19:11:13.562Z] Removing intermediate container 39f319e541d1 [2022-04-15T19:11:13.562Z] ---> 6e8f0dd7e6ac [2022-04-15T19:11:13.562Z] Step 23/23 : LABEL version=0.0.0 [2022-04-15T19:11:13.824Z] ---> Running in 6f83bd172cb5 [2022-04-15T19:11:13.824Z] ---> ae636ef0977d [2022-04-15T19:11:13.824Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:11:14.083Z] ---> Running in 3e6772790059 [2022-04-15T19:11:14.083Z] Removing intermediate container 6f83bd172cb5 [2022-04-15T19:11:14.083Z] ---> 6e72f4937f19 [2022-04-15T19:11:14.083Z] [2022-04-15T19:11:14.083Z] Successfully built 6e72f4937f19 [2022-04-15T19:11:14.083Z] Successfully tagged sys-mgmt-agent:latest [2022-04-15T19:11:14.083Z] Building security-secretstore-setup [2022-04-15T19:11:18.290Z]  Building sys-mgmt-agent ... done Removing intermediate container 3e6772790059 [2022-04-15T19:11:18.290Z] ---> fbe5d2902575 [2022-04-15T19:11:18.290Z] Step 8/22 : COPY . . [2022-04-15T19:11:24.862Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:11:24.862Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:11:24.862Z] ---> cc13851163d8 [2022-04-15T19:11:24.862Z] Step 3/25 : WORKDIR /edgex-go [2022-04-15T19:11:24.862Z] ---> Using cache [2022-04-15T19:11:24.862Z] ---> 29d7e42af47d [2022-04-15T19:11:24.862Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:11:24.862Z] ---> Using cache [2022-04-15T19:11:24.862Z] ---> e3ed3812fbec [2022-04-15T19:11:24.862Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-15T19:11:24.862Z] ---> Using cache [2022-04-15T19:11:24.862Z] ---> d9f44db70bae [2022-04-15T19:11:24.862Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-15T19:11:24.862Z] ---> Using cache [2022-04-15T19:11:24.862Z] ---> ae636ef0977d [2022-04-15T19:11:24.862Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:11:24.862Z] ---> Using cache [2022-04-15T19:11:24.862Z] ---> fbe5d2902575 [2022-04-15T19:11:24.862Z] Step 8/25 : COPY . . [2022-04-15T19:11:46.830Z] ---> aee1345ad62b [2022-04-15T19:11:46.830Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-15T19:11:46.830Z] ---> e2aa72951527 [2022-04-15T19:11:46.830Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-15T19:11:46.830Z] ---> Running in 8af8ab20f785 [2022-04-15T19:11:46.830Z] ---> Running in 9376cf5c5f25 [2022-04-15T19:11:47.769Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-15T19:11:47.769Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-15T19:11:51.100Z] Removing intermediate container 985ba9d5260b [2022-04-15T19:11:51.100Z] ---> 429193767d2f [2022-04-15T19:11:51.100Z] [2022-04-15T19:11:51.100Z] Step 10/23 : FROM alpine:3.14 [2022-04-15T19:11:51.100Z] ---> e04c818066af [2022-04-15T19:11:51.100Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-15T19:11:51.360Z] ---> Running in ced0a24b694f [2022-04-15T19:11:51.929Z] Removing intermediate container ced0a24b694f [2022-04-15T19:11:51.929Z] ---> 4be1cee1f6a9 [2022-04-15T19:11:51.929Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-15T19:11:51.929Z] ---> Running in 406d8021ed8a [2022-04-15T19:11:52.190Z] Removing intermediate container 406d8021ed8a [2022-04-15T19:11:52.190Z] ---> 266452961be3 [2022-04-15T19:11:52.190Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-15T19:11:52.470Z] ---> Running in d5876b174cf8 [2022-04-15T19:11:52.730Z] Removing intermediate container d5876b174cf8 [2022-04-15T19:11:52.730Z] ---> 08b4e726862d [2022-04-15T19:11:52.730Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:11:52.730Z] ---> Running in 533775d1042c [2022-04-15T19:11:55.278Z] Removing intermediate container 533775d1042c [2022-04-15T19:11:55.278Z] ---> 0e96e914c08a [2022-04-15T19:11:55.278Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-15T19:11:55.278Z] ---> Running in 9211d6870703 [2022-04-15T19:11:56.218Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:11:56.788Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:11:57.358Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-15T19:11:57.358Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-15T19:11:57.358Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-15T19:11:57.358Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-15T19:11:57.618Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-15T19:11:57.618Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-15T19:11:57.618Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:11:57.618Z] OK: 8 MiB in 20 packages [2022-04-15T19:12:00.155Z] Removing intermediate container 9211d6870703 [2022-04-15T19:12:00.155Z] ---> 1ec65ed092af [2022-04-15T19:12:00.155Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:12:00.414Z] ---> 91e0e01c42ed [2022-04-15T19:12:00.414Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-15T19:12:01.357Z] ---> 733079df9975 [2022-04-15T19:12:01.357Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-15T19:12:01.928Z] ---> 96a3916abdfd [2022-04-15T19:12:01.928Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-15T19:12:01.928Z] ---> Running in b5333aafc830 [2022-04-15T19:12:02.193Z] Removing intermediate container b5333aafc830 [2022-04-15T19:12:02.193Z] ---> 0784ec4ee7be [2022-04-15T19:12:02.193Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:12:02.453Z] ---> Running in 0619dc44bdb5 [2022-04-15T19:12:02.712Z] Removing intermediate container 0619dc44bdb5 [2022-04-15T19:12:02.712Z] ---> 9c31431abd7a [2022-04-15T19:12:02.712Z] Step 21/23 : LABEL arch=x86_64 [2022-04-15T19:12:02.712Z] ---> Running in 2cef30399ca9 [2022-04-15T19:12:02.972Z] Removing intermediate container 2cef30399ca9 [2022-04-15T19:12:02.972Z] ---> 9e3db482a073 [2022-04-15T19:12:02.972Z] Step 22/23 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:12:02.972Z] ---> Running in 6efd43babcc6 [2022-04-15T19:12:03.231Z] Removing intermediate container 6efd43babcc6 [2022-04-15T19:12:03.231Z] ---> a7f7cf6fe4c0 [2022-04-15T19:12:03.231Z] Step 23/23 : LABEL version=0.0.0 [2022-04-15T19:12:03.491Z] ---> Running in 6d812207c5b2 [2022-04-15T19:12:03.752Z] Removing intermediate container 6d812207c5b2 [2022-04-15T19:12:03.752Z] ---> 88681a5765d8 [2022-04-15T19:12:03.752Z] [2022-04-15T19:12:03.752Z] Successfully built 88681a5765d8 [2022-04-15T19:12:03.752Z] Successfully tagged core-data:latest [2022-04-15T19:12:03.752Z]  Building core-data ... done Building support-notifications [2022-04-15T19:12:07.953Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:12:07.954Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:12:07.954Z] ---> cc13851163d8 [2022-04-15T19:12:07.954Z] Step 3/22 : WORKDIR /edgex-go [2022-04-15T19:12:07.954Z] ---> Using cache [2022-04-15T19:12:07.954Z] ---> 29d7e42af47d [2022-04-15T19:12:07.954Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:12:07.954Z] ---> Using cache [2022-04-15T19:12:07.954Z] ---> e3ed3812fbec [2022-04-15T19:12:07.954Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-15T19:12:09.862Z] ---> Running in 7d489b4d45e7 [2022-04-15T19:12:09.862Z] 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-15T19:12:10.122Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:12:10.692Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:12:11.264Z] OK: 221 MiB in 52 packages [2022-04-15T19:12:12.209Z] Removing intermediate container 7d489b4d45e7 [2022-04-15T19:12:12.209Z] ---> 400c9e53ab1d [2022-04-15T19:12:12.209Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-15T19:12:12.209Z] Removing intermediate container 8af8ab20f785 [2022-04-15T19:12:12.209Z] ---> 6d621be0dac7 [2022-04-15T19:12:12.209Z] [2022-04-15T19:12:12.209Z] Step 10/25 : FROM alpine:3.14 [2022-04-15T19:12:12.209Z] ---> e04c818066af [2022-04-15T19:12:12.209Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-15T19:12:12.209Z] ---> Running in 087d00172fa2 [2022-04-15T19:12:12.469Z] ---> 377b90aff76d [2022-04-15T19:12:12.469Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:12:12.469Z] ---> Running in f7729d88b6b7 [2022-04-15T19:12:12.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:12:12.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:12:12.988Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-15T19:12:13.255Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-15T19:12:13.255Z] (3/3) Installing su-exec (0.2-r1) [2022-04-15T19:12:13.255Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:12:13.255Z] Executing ca-certificates-20211220-r0.trigger [2022-04-15T19:12:13.255Z] OK: 6 MiB in 17 packages [2022-04-15T19:12:13.610Z] Removing intermediate container f7729d88b6b7 [2022-04-15T19:12:13.610Z] ---> bba9cdb484e2 [2022-04-15T19:12:13.610Z] Step 8/22 : COPY . . [2022-04-15T19:12:14.025Z] Removing intermediate container 087d00172fa2 [2022-04-15T19:12:14.025Z] ---> 1efa8d244204 [2022-04-15T19:12:14.025Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-15T19:12:15.093Z] ---> Running in 8b90f03a9246 [2022-04-15T19:12:15.662Z] Removing intermediate container 8b90f03a9246 [2022-04-15T19:12:15.662Z] ---> a7bd24560f53 [2022-04-15T19:12:15.662Z] Step 13/25 : WORKDIR / [2022-04-15T19:12:15.922Z] ---> Running in b95efcdf4d33 [2022-04-15T19:12:16.493Z] Removing intermediate container b95efcdf4d33 [2022-04-15T19:12:16.493Z] ---> b87f5c9d400c [2022-04-15T19:12:16.493Z] 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-15T19:12:17.065Z] ---> 4be19febdbd8 [2022-04-15T19:12:17.065Z] 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-15T19:12:17.325Z] Removing intermediate container 9376cf5c5f25 [2022-04-15T19:12:17.325Z] ---> 5a118fd097f5 [2022-04-15T19:12:17.325Z] [2022-04-15T19:12:17.325Z] Step 10/22 : FROM alpine:3.14 [2022-04-15T19:12:17.325Z] ---> e04c818066af [2022-04-15T19:12:17.325Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-15T19:12:17.325Z] ---> Using cache [2022-04-15T19:12:17.325Z] ---> 55edc8a8f4d6 [2022-04-15T19:12:17.325Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-15T19:12:17.325Z] ---> Using cache [2022-04-15T19:12:17.325Z] ---> ad1ca3e26475 [2022-04-15T19:12:17.325Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-15T19:12:17.585Z] ---> Running in 4d4bb8778807 [2022-04-15T19:12:17.585Z] ---> bb4460c390f5 [2022-04-15T19:12:17.585Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-15T19:12:17.585Z] Removing intermediate container 4d4bb8778807 [2022-04-15T19:12:17.585Z] ---> 87fa1c75dc45 [2022-04-15T19:12:17.585Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-15T19:12:17.844Z] ---> Running in e2da1db38d73 [2022-04-15T19:12:17.844Z] ---> 80d4e6806081 [2022-04-15T19:12:17.844Z] 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-15T19:12:17.844Z] Removing intermediate container e2da1db38d73 [2022-04-15T19:12:17.844Z] ---> 92f6185aa58c [2022-04-15T19:12:17.844Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:12:18.414Z] ---> a4ca904f5def [2022-04-15T19:12:18.414Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-15T19:12:18.414Z] ---> fcef381ebda5 [2022-04-15T19:12:18.414Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-15T19:12:18.981Z] ---> b8804cc17780 [2022-04-15T19:12:18.981Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-15T19:12:18.981Z] ---> 6c5be8e2027d [2022-04-15T19:12:18.981Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-15T19:12:19.552Z] ---> b8f5d70ef7c5 [2022-04-15T19:12:19.552Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-15T19:12:19.552Z] ---> 461fe551eb01 [2022-04-15T19:12:19.552Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-15T19:12:19.552Z] ---> Running in 8369b0bd088a [2022-04-15T19:12:19.552Z] ---> 9bd8f4862d75 [2022-04-15T19:12:19.552Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-15T19:12:19.820Z] ---> Running in 48b39fdeebd2 [2022-04-15T19:12:19.820Z] Removing intermediate container 8369b0bd088a [2022-04-15T19:12:19.820Z] ---> b053db89a018 [2022-04-15T19:12:19.820Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:12:19.820Z] ---> 65f62b60108d [2022-04-15T19:12:19.820Z] 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-15T19:12:19.820Z] ---> Running in 236e632ae4a7 [2022-04-15T19:12:19.820Z] ---> Running in db9f9ea0cbc7 [2022-04-15T19:12:20.080Z] Removing intermediate container 236e632ae4a7 [2022-04-15T19:12:20.080Z] ---> 76b0a745af98 [2022-04-15T19:12:20.080Z] Step 20/22 : LABEL arch=x86_64 [2022-04-15T19:12:20.080Z] ---> Running in a944abec3528 [2022-04-15T19:12:20.080Z] 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-15T19:12:20.080Z] Removing intermediate container a944abec3528 [2022-04-15T19:12:20.080Z] ---> bed2310fba2e [2022-04-15T19:12:20.080Z] Step 21/22 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:12:20.340Z] ---> Running in 9ef34ca5ea3d [2022-04-15T19:12:20.340Z] Removing intermediate container 9ef34ca5ea3d [2022-04-15T19:12:20.340Z] ---> 69235e5634af [2022-04-15T19:12:20.340Z] Step 22/22 : LABEL version=0.0.0 [2022-04-15T19:12:20.340Z] ---> Running in b1a292da232c [2022-04-15T19:12:20.601Z] Removing intermediate container b1a292da232c [2022-04-15T19:12:20.601Z] ---> 86f69a65eef7 [2022-04-15T19:12:20.601Z] [2022-04-15T19:12:20.601Z] Removing intermediate container db9f9ea0cbc7 [2022-04-15T19:12:20.601Z] ---> b1e46097a224 [2022-04-15T19:12:20.601Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-15T19:12:20.601Z] ---> Running in 76de468c9e78 [2022-04-15T19:12:20.601Z] Successfully built 86f69a65eef7 [2022-04-15T19:12:20.601Z] Successfully tagged support-scheduler:latest [2022-04-15T19:12:20.601Z] Building security-spire-config [2022-04-15T19:12:20.875Z]  Building support-scheduler ... done Removing intermediate container 76de468c9e78 [2022-04-15T19:12:20.875Z] ---> e2618cb3d0b2 [2022-04-15T19:12:20.875Z] Step 23/25 : LABEL arch=x86_64 [2022-04-15T19:12:20.875Z] ---> Running in 94525faedf3e [2022-04-15T19:12:21.816Z] Removing intermediate container 94525faedf3e [2022-04-15T19:12:21.816Z] ---> f977a247c1d6 [2022-04-15T19:12:21.816Z] Step 24/25 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:12:22.755Z] ---> Running in d1e2a73cc176 [2022-04-15T19:12:23.015Z] Removing intermediate container d1e2a73cc176 [2022-04-15T19:12:23.015Z] ---> 595957542f93 [2022-04-15T19:12:23.015Z] Step 25/25 : LABEL version=0.0.0 [2022-04-15T19:12:23.015Z] ---> Running in 970729fd520d [2022-04-15T19:12:23.278Z] Removing intermediate container 970729fd520d [2022-04-15T19:12:23.278Z] ---> fad4a2570334 [2022-04-15T19:12:23.278Z] [2022-04-15T19:12:23.538Z] Successfully built fad4a2570334 [2022-04-15T19:12:23.538Z] Successfully tagged security-secretstore-setup:latest [2022-04-15T19:12:23.538Z] Building security-spiffe-token-provider [2022-04-15T19:12:24.921Z]  Building security-secretstore-setup ... done Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:12:24.921Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:12:24.921Z] ---> cc13851163d8 [2022-04-15T19:12:24.921Z] Step 3/26 : WORKDIR /edgex-go [2022-04-15T19:12:24.921Z] ---> Using cache [2022-04-15T19:12:24.921Z] ---> 29d7e42af47d [2022-04-15T19:12:24.921Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:12:24.921Z] ---> Using cache [2022-04-15T19:12:24.921Z] ---> e3ed3812fbec [2022-04-15T19:12:24.921Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-15T19:12:24.921Z] ---> Using cache [2022-04-15T19:12:24.921Z] ---> 63cee15d43bb [2022-04-15T19:12:24.921Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-15T19:12:24.921Z] ---> Using cache [2022-04-15T19:12:24.921Z] ---> 72230af8df6b [2022-04-15T19:12:24.921Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:12:24.921Z] ---> Using cache [2022-04-15T19:12:24.921Z] ---> 3ed3e3298453 [2022-04-15T19:12:24.921Z] Step 8/26 : COPY . . [2022-04-15T19:12:24.921Z] ---> Using cache [2022-04-15T19:12:24.921Z] ---> 95c49c900815 [2022-04-15T19:12:24.921Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-15T19:12:24.921Z] ---> Using cache [2022-04-15T19:12:24.921Z] ---> a304fef99208 [2022-04-15T19:12:24.921Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-15T19:12:24.921Z] ---> Using cache [2022-04-15T19:12:24.921Z] ---> 875fef10600a [2022-04-15T19:12:24.921Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-15T19:12:24.921Z] ---> Using cache [2022-04-15T19:12:24.921Z] ---> bcdaa99d1c6e [2022-04-15T19:12:24.921Z] 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-15T19:12:27.463Z] ---> Running in 882b2dc8eaf2 [2022-04-15T19:12:28.035Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:12:28.036Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:12:28.036Z] ---> cc13851163d8 [2022-04-15T19:12:28.036Z] Step 3/20 : WORKDIR /edgex-go [2022-04-15T19:12:28.036Z] ---> Using cache [2022-04-15T19:12:28.036Z] ---> 29d7e42af47d [2022-04-15T19:12:28.036Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-15T19:12:28.036Z] ---> Running in b342c3440917 [2022-04-15T19:12:28.607Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:12:28.607Z] spire-1.2.1/ [2022-04-15T19:12:28.607Z] spire-1.2.1/.data/ [2022-04-15T19:12:28.607Z] spire-1.2.1/.data/.file [2022-04-15T19:12:28.607Z] spire-1.2.1/.dockerignore [2022-04-15T19:12:28.607Z] spire-1.2.1/.gitattributes [2022-04-15T19:12:28.607Z] spire-1.2.1/.githooks/ [2022-04-15T19:12:28.607Z] spire-1.2.1/.githooks/pre-commit [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/ [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/dependabot.yml [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/workflows/ [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-15T19:12:28.607Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-15T19:12:28.607Z] spire-1.2.1/.gitignore [2022-04-15T19:12:28.607Z] spire-1.2.1/.go-version [2022-04-15T19:12:28.607Z] spire-1.2.1/.golangci.yml [2022-04-15T19:12:28.607Z] spire-1.2.1/ADOPTERS.md [2022-04-15T19:12:28.607Z] spire-1.2.1/CHANGELOG.md [2022-04-15T19:12:28.607Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-15T19:12:28.607Z] spire-1.2.1/CODEOWNERS [2022-04-15T19:12:28.607Z] spire-1.2.1/CONTRIBUTING.md [2022-04-15T19:12:28.607Z] spire-1.2.1/Dockerfile [2022-04-15T19:12:28.607Z] spire-1.2.1/Dockerfile.dev [2022-04-15T19:12:28.607Z] spire-1.2.1/Dockerfile.scratch [2022-04-15T19:12:28.607Z] spire-1.2.1/LICENSE [2022-04-15T19:12:28.607Z] spire-1.2.1/MAINTAINERS.md [2022-04-15T19:12:28.607Z] spire-1.2.1/Makefile [2022-04-15T19:12:28.607Z] spire-1.2.1/README.md [2022-04-15T19:12:28.607Z] spire-1.2.1/ROADMAP.md [2022-04-15T19:12:28.607Z] spire-1.2.1/SECURITY.md [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-15T19:12:28.607Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-15T19:12:28.607Z] spire-1.2.1/conf/ [2022-04-15T19:12:28.607Z] spire-1.2.1/conf/agent/ [2022-04-15T19:12:28.607Z] spire-1.2.1/conf/agent/agent.conf [2022-04-15T19:12:28.607Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-15T19:12:28.607Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-15T19:12:28.607Z] spire-1.2.1/conf/server/ [2022-04-15T19:12:28.607Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-15T19:12:28.607Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-15T19:12:28.607Z] spire-1.2.1/conf/server/server.conf [2022-04-15T19:12:28.607Z] spire-1.2.1/conf/server/server_full.conf [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/ [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/SPIRE101.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/auditlog.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/ [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/scaling_spire.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/spire_agent.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/spire_server.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/supported_integrations.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/telemetry.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/telemetry_config.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/upgrading.md [2022-04-15T19:12:28.608Z] spire-1.2.1/doc/using_spire.md [2022-04-15T19:12:28.608Z] spire-1.2.1/examples/ [2022-04-15T19:12:28.608Z] spire-1.2.1/examples/README.md [2022-04-15T19:12:28.608Z] spire-1.2.1/go.mod [2022-04-15T19:12:28.608Z] spire-1.2.1/go.sum [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/agent.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/client/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/common/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/config.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-15T19:12:28.608Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/svid/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/names.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/auth/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cli/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/health/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/health/config.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/health/context.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/health/health.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/idutil/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/log/ [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/log/log.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-15T19:12:28.609Z] spire-1.2.1/pkg/common/log/options.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/profiling/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/selector/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/uptime/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/task.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/version/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/version/version.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509util/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/api.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/health/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/id.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-15T19:12:28.610Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/status.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/bundle/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/cache/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/catalog/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/config.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-15T19:12:28.611Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-15T19:12:28.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:12:28.873Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-15T19:12:28.874Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/registration/ [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/server.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/server_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/svid/ [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/ [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/private/ [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/private/server/ [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/private/server/journal/ [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/ [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/common/ [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/plugin/ [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-15T19:12:28.875Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-15T19:12:28.875Z] spire-1.2.1/release/ [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire-extras/ [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire-extras/README.md [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire/ [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire/README.md [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire/conf/ [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire/conf/server/ [2022-04-15T19:12:28.875Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-15T19:12:28.875Z] spire-1.2.1/script/ [2022-04-15T19:12:28.875Z] spire-1.2.1/script/build-artifact.sh [2022-04-15T19:12:28.875Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-15T19:12:28.875Z] spire-1.2.1/support/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-15T19:12:28.875Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/clock/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/clock/clock.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-15T19:12:28.875Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/fixture.go [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/registration/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-15T19:12:28.876Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/README.md [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/common [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-15T19:12:28.876Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-15T19:12:28.877Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/test-one.sh [2022-04-15T19:12:28.878Z] spire-1.2.1/test/integration/test.sh [2022-04-15T19:12:28.878Z] spire-1.2.1/test/plugintest/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/plugintest/config.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/plugintest/load.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/plugintest/option.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/spiretest/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/spiretest/dir.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/spiretest/logs.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/spiretest/suite.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/spiretest/x509.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/testca/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/testca/ca.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/testkey/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/testkey/generate.sh [2022-04-15T19:12:28.878Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/testkey/keys.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/testkey/new.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/tpmsimulator/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/util/ [2022-04-15T19:12:28.878Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/util/cert_generation.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/util/io_redirection.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/util/race.go [2022-04-15T19:12:28.878Z] spire-1.2.1/test/util/util.go [2022-04-15T19:12:28.879Z] building spire from source... [2022-04-15T19:12:28.879Z] Installing go1.17.7... [2022-04-15T19:12:29.449Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:12:29.709Z] v3.15.4-39-g17994082e8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-15T19:12:29.709Z] v3.15.4-38-gf7d0da3611 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-15T19:12:29.709Z] OK: 15866 distinct packages available [2022-04-15T19:12:29.970Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:12:30.909Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:12:31.172Z] OK: 221 MiB in 52 packages [2022-04-15T19:12:33.712Z] Removing intermediate container b342c3440917 [2022-04-15T19:12:33.712Z] ---> fe6a79ee902f [2022-04-15T19:12:33.712Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-15T19:12:33.971Z] Building bin/spire-server... [2022-04-15T19:12:33.971Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-15T19:12:33.971Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-15T19:12:33.971Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-15T19:12:33.971Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-15T19:12:33.971Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-15T19:12:34.238Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-15T19:12:34.238Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-15T19:12:34.238Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-15T19:12:34.238Z]  ---> fe7dee93a597 [2022-04-15T19:12:34.238Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:12:34.498Z] ---> Running in 9e1109a3ac29 [2022-04-15T19:12:34.498Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-15T19:12:34.498Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-15T19:12:34.498Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-15T19:12:34.498Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-15T19:12:34.498Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-15T19:12:34.498Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-15T19:12:34.498Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-15T19:12:34.759Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-15T19:12:34.759Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-15T19:12:34.759Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-15T19:12:34.760Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-15T19:12:34.760Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-15T19:12:34.760Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-15T19:12:35.020Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-15T19:12:35.020Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-15T19:12:35.020Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-15T19:12:35.020Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-15T19:12:35.020Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-15T19:12:35.020Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-15T19:12:35.020Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-15T19:12:35.020Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-15T19:12:35.020Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-15T19:12:35.020Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-15T19:12:35.020Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-15T19:12:35.020Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-15T19:12:35.020Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-15T19:12:35.020Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-15T19:12:35.020Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-15T19:12:35.281Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-15T19:12:35.281Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-15T19:12:35.281Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-15T19:12:35.547Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-15T19:12:35.807Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-15T19:12:35.807Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-15T19:12:35.807Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-15T19:12:35.807Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-15T19:12:35.807Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-15T19:12:35.807Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-15T19:12:35.807Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-15T19:12:35.807Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-15T19:12:36.152Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-15T19:12:36.412Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-15T19:12:36.412Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-15T19:12:36.412Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-15T19:12:36.412Z] Removing intermediate container 9e1109a3ac29 [2022-04-15T19:12:36.412Z] ---> 862165a65d83 [2022-04-15T19:12:36.412Z] Step 7/20 : COPY . . [2022-04-15T19:12:36.412Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-15T19:12:36.981Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-15T19:12:37.549Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-15T19:12:37.549Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-15T19:12:37.549Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-15T19:12:37.549Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-15T19:12:37.549Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-15T19:12:41.758Z] go: downloading google.golang.org/api v0.70.0 [2022-04-15T19:12:41.758Z] go: downloading k8s.io/api v0.23.4 [2022-04-15T19:12:41.758Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-15T19:12:41.758Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-15T19:12:41.758Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-15T19:12:41.758Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-15T19:12:41.758Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-15T19:12:41.758Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-15T19:12:41.758Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-15T19:12:42.029Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-15T19:12:42.354Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-15T19:12:42.617Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-15T19:12:42.617Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-15T19:12:42.617Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-15T19:12:43.185Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-15T19:12:43.185Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-15T19:12:43.185Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-15T19:12:43.445Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-15T19:12:43.445Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-15T19:12:43.706Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-15T19:12:43.707Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-15T19:12:43.707Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-15T19:12:44.275Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-15T19:12:44.275Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-15T19:12:44.275Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-15T19:12:44.275Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-15T19:12:44.275Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-15T19:12:44.535Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-15T19:12:44.535Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-15T19:12:44.535Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-15T19:12:44.535Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-15T19:12:44.535Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-15T19:12:44.535Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-15T19:12:44.535Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-15T19:12:44.535Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-15T19:12:44.535Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-15T19:12:44.535Z] Building bin/spire-agent... [2022-04-15T19:12:44.535Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-15T19:12:44.535Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-15T19:12:44.794Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-15T19:12:44.794Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-15T19:12:44.795Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-15T19:12:44.795Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-15T19:12:44.795Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-15T19:12:44.795Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-15T19:12:44.795Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-15T19:12:44.795Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-15T19:12:44.795Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-15T19:12:44.795Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-15T19:12:45.055Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-15T19:12:45.055Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-15T19:12:45.055Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-15T19:12:45.567Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-15T19:12:45.567Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-15T19:12:45.567Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-15T19:12:45.567Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-15T19:12:45.567Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-15T19:12:45.827Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-15T19:12:45.827Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-15T19:12:45.827Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-15T19:12:45.827Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-15T19:12:45.827Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-15T19:12:45.827Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-15T19:12:45.827Z] go: downloading go.opencensus.io v0.23.0 [2022-04-15T19:12:45.827Z] Building bin/spire-agent... [2022-04-15T19:12:45.827Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-15T19:12:45.827Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-15T19:12:45.827Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-15T19:12:45.827Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-15T19:12:45.827Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-15T19:12:45.827Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-15T19:12:45.827Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-15T19:12:45.827Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-15T19:12:46.090Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-15T19:12:46.090Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-15T19:12:46.090Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-15T19:12:46.090Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-15T19:12:46.090Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-15T19:12:46.090Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-15T19:12:46.090Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-15T19:12:46.090Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-15T19:12:46.090Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-15T19:12:46.090Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-15T19:12:46.090Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-15T19:12:46.090Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-15T19:12:46.090Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-15T19:12:46.090Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-15T19:12:46.090Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-15T19:12:46.090Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-15T19:12:46.090Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-15T19:12:46.090Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-15T19:12:46.090Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-15T19:12:46.090Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-15T19:12:46.349Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-15T19:12:46.349Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-15T19:12:46.349Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-15T19:12:46.349Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-15T19:12:46.349Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-15T19:12:46.349Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-15T19:12:46.349Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-15T19:12:46.349Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-15T19:12:46.349Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-15T19:12:46.919Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-15T19:12:46.919Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-15T19:12:46.919Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-15T19:12:47.180Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-15T19:12:47.180Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-15T19:12:47.180Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-15T19:12:47.180Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-15T19:12:47.180Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-15T19:12:47.180Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-15T19:12:48.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-15T19:12:50.479Z]  ---> 33535522f880 [2022-04-15T19:12:50.479Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-15T19:12:50.479Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-15T19:12:50.479Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-15T19:12:53.776Z]  ---> Running in 565b5ef425e4 [2022-04-15T19:12:53.776Z] Removing intermediate container 48b39fdeebd2 [2022-04-15T19:12:53.776Z] ---> aad48a25486c [2022-04-15T19:12:53.776Z] [2022-04-15T19:12:53.776Z] Step 10/22 : FROM alpine:3.14 [2022-04-15T19:12:53.776Z] ---> e04c818066af [2022-04-15T19:12:53.776Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-15T19:12:53.776Z] ---> Running in d6dbae71d82e [2022-04-15T19:12:53.776Z] 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-15T19:12:54.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:12:54.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:12:54.603Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-15T19:12:54.603Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-15T19:12:54.603Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:12:54.603Z] Executing ca-certificates-20211220-r0.trigger [2022-04-15T19:12:54.603Z] OK: 6 MiB in 16 packages [2022-04-15T19:12:55.542Z] Removing intermediate container d6dbae71d82e [2022-04-15T19:12:55.542Z] ---> 1c339f28b94b [2022-04-15T19:12:55.542Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-15T19:12:55.542Z] ---> Running in 56ca2afca379 [2022-04-15T19:12:55.804Z] Removing intermediate container 56ca2afca379 [2022-04-15T19:12:55.804Z] ---> dd3f9546b0cf [2022-04-15T19:12:55.804Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-15T19:12:56.064Z] ---> Running in d4d0d1b098bb [2022-04-15T19:12:56.326Z] Removing intermediate container d4d0d1b098bb [2022-04-15T19:12:56.326Z] ---> 664f6b677f14 [2022-04-15T19:12:56.326Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-15T19:12:56.326Z] ---> Running in cac02ea826ee [2022-04-15T19:12:56.585Z] Removing intermediate container cac02ea826ee [2022-04-15T19:12:56.585Z] ---> f21538337bd6 [2022-04-15T19:12:56.585Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:12:57.153Z] ---> 02a517c8a7d7 [2022-04-15T19:12:57.153Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-15T19:12:58.535Z] ---> 681f798e67e3 [2022-04-15T19:12:58.535Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-15T19:12:59.127Z] ---> 9b7f630b6004 [2022-04-15T19:12:59.127Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-15T19:12:59.127Z] ---> Running in eef9d9db3b9a [2022-04-15T19:12:59.386Z] Removing intermediate container eef9d9db3b9a [2022-04-15T19:12:59.386Z] ---> ec51f8d41352 [2022-04-15T19:12:59.386Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:12:59.386Z] ---> Running in bbafd9378b8a [2022-04-15T19:12:59.954Z] Removing intermediate container bbafd9378b8a [2022-04-15T19:12:59.954Z] ---> 12df58a08ea9 [2022-04-15T19:12:59.954Z] Step 20/22 : LABEL arch=x86_64 [2022-04-15T19:12:59.954Z] ---> Running in bb68c748b669 [2022-04-15T19:13:00.214Z] Removing intermediate container bb68c748b669 [2022-04-15T19:13:00.214Z] ---> 5b75dc0ec7b9 [2022-04-15T19:13:00.214Z] Step 21/22 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:13:00.473Z] ---> Running in 0615d8892ff1 [2022-04-15T19:13:00.733Z] Removing intermediate container 0615d8892ff1 [2022-04-15T19:13:00.733Z] ---> 3d4d5cbd7ca5 [2022-04-15T19:13:00.733Z] Step 22/22 : LABEL version=0.0.0 [2022-04-15T19:13:00.733Z] ---> Running in 00dca0c718fc [2022-04-15T19:13:01.300Z] Removing intermediate container 00dca0c718fc [2022-04-15T19:13:01.300Z] ---> a581967b0805 [2022-04-15T19:13:01.300Z] [2022-04-15T19:13:01.300Z] Successfully built a581967b0805 [2022-04-15T19:13:01.300Z] Successfully tagged support-notifications:latest [2022-04-15T19:13:01.300Z]  Building support-notifications ... done Building core-command [2022-04-15T19:13:01.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.211s coverage: 28.7% of statements [2022-04-15T19:13:01.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-15T19:13:01.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-15T19:13:06.578Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:13:06.578Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:13:06.578Z] ---> cc13851163d8 [2022-04-15T19:13:06.578Z] Step 3/23 : WORKDIR /edgex-go [2022-04-15T19:13:06.578Z] ---> Using cache [2022-04-15T19:13:06.578Z] ---> 29d7e42af47d [2022-04-15T19:13:06.578Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:13:06.578Z] ---> Using cache [2022-04-15T19:13:06.578Z] ---> e3ed3812fbec [2022-04-15T19:13:06.578Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-15T19:13:06.578Z] ---> Using cache [2022-04-15T19:13:06.578Z] ---> d9f44db70bae [2022-04-15T19:13:06.578Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-15T19:13:06.578Z] ---> Using cache [2022-04-15T19:13:06.578Z] ---> ae636ef0977d [2022-04-15T19:13:06.578Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:13:06.578Z] ---> Using cache [2022-04-15T19:13:06.578Z] ---> fbe5d2902575 [2022-04-15T19:13:06.578Z] Step 8/23 : COPY . . [2022-04-15T19:13:06.578Z] ---> Using cache [2022-04-15T19:13:06.578Z] ---> e2aa72951527 [2022-04-15T19:13:06.578Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-15T19:13:06.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.384s coverage: 98.5% of statements [2022-04-15T19:13:06.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-15T19:13:07.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.455s coverage: 53.4% of statements [2022-04-15T19:13:07.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-15T19:13:07.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-15T19:13:08.483Z] ---> Running in cd62a8c6e7ac [2022-04-15T19:13:09.861Z] 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-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 22.189s coverage: 89.2% of statements [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.429s coverage: 84.4% of statements [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.452s coverage: 95.6% of statements [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.290s coverage: 72.2% of statements [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.739s coverage: 60.0% of statements [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.413s coverage: 0.9% of statements [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.467s coverage: 58.8% of statements [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.551s coverage: 24.0% of statements [2022-04-15T19:13:34.772Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.401s coverage: 47.1% of statements [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.239s coverage: 79.5% of statements [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.241s coverage: 94.1% of statements [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.257s coverage: 96.3% of statements [2022-04-15T19:13:34.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.197s coverage: 87.5% of statements [2022-04-15T19:13:36.442Z] Removing intermediate container 565b5ef425e4 [2022-04-15T19:13:36.442Z] ---> c473f2b9b444 [2022-04-15T19:13:36.442Z] [2022-04-15T19:13:36.442Z] Step 9/20 : FROM alpine:3.15 [2022-04-15T19:13:36.442Z] 3.15: Pulling from library/alpine [2022-04-15T19:13:36.442Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-15T19:13:36.442Z] Status: Downloaded newer image for alpine:3.15 [2022-04-15T19:13:36.442Z] ---> 0ac33e5f5afa [2022-04-15T19:13:36.442Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-15T19:13:36.442Z] ---> Running in 3034c702919c [2022-04-15T19:13:36.442Z] Removing intermediate container cd62a8c6e7ac [2022-04-15T19:13:36.442Z] ---> 4af6246624ac [2022-04-15T19:13:36.442Z] [2022-04-15T19:13:36.442Z] Step 10/23 : FROM alpine:3.14 [2022-04-15T19:13:36.442Z] ---> e04c818066af [2022-04-15T19:13:36.442Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-15T19:13:36.442Z] ---> Using cache [2022-04-15T19:13:36.442Z] ---> 55edc8a8f4d6 [2022-04-15T19:13:36.442Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-15T19:13:36.442Z] ---> Using cache [2022-04-15T19:13:36.442Z] ---> ad1ca3e26475 [2022-04-15T19:13:36.442Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-15T19:13:36.442Z] ---> Running in 6052e880deab [2022-04-15T19:13:36.442Z] Removing intermediate container 3034c702919c [2022-04-15T19:13:36.442Z] ---> 50d4bc0bf2e0 [2022-04-15T19:13:36.442Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:13:36.442Z] ---> Running in 3ec47ad66ddf [2022-04-15T19:13:37.013Z] Removing intermediate container 6052e880deab [2022-04-15T19:13:37.013Z] ---> 7cdf0f33946c [2022-04-15T19:13:37.013Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-15T19:13:37.013Z] ---> Running in de8dbf96ce91 [2022-04-15T19:13:37.589Z] Removing intermediate container de8dbf96ce91 [2022-04-15T19:13:37.589Z] ---> a6a2b2e41aa7 [2022-04-15T19:13:37.589Z] Step 15/23 : WORKDIR / [2022-04-15T19:13:37.589Z] ---> Running in 4a2a1104d23b [2022-04-15T19:13:38.160Z] Removing intermediate container 4a2a1104d23b [2022-04-15T19:13:38.160Z] ---> 58bbbce48a18 [2022-04-15T19:13:38.160Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:13:38.419Z] Removing intermediate container 3ec47ad66ddf [2022-04-15T19:13:38.419Z] ---> 3e68d8d18ae3 [2022-04-15T19:13:38.419Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-15T19:13:38.679Z] ---> Running in 14fc86791325 [2022-04-15T19:13:38.943Z] ---> cdccc9491e2b [2022-04-15T19:13:38.943Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-15T19:13:39.512Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:13:40.548Z] ---> 6f7c1bbc9af8 [2022-04-15T19:13:40.548Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-15T19:13:40.548Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:13:40.912Z] v3.15.4-39-g17994082e8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-15T19:13:40.912Z] v3.15.4-38-gf7d0da3611 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-15T19:13:40.912Z] OK: 15855 distinct packages available [2022-04-15T19:13:40.912Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:13:41.493Z] ---> b3e78fb6680c [2022-04-15T19:13:41.493Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-15T19:13:41.493Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:13:41.752Z] ---> Running in 670f915d297f [2022-04-15T19:13:42.037Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-15T19:13:42.037Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-15T19:13:42.303Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-15T19:13:42.303Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-15T19:13:42.303Z] Removing intermediate container 670f915d297f [2022-04-15T19:13:42.303Z] ---> d0c1e3819e8c [2022-04-15T19:13:42.303Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:13:42.303Z] (5/9) Installing curl (7.80.0-r0) [2022-04-15T19:13:42.566Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-15T19:13:42.566Z] ---> Running in 676a6da66002 [2022-04-15T19:13:42.566Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-15T19:13:42.566Z] (8/9) Installing libucontext (1.1-r0) [2022-04-15T19:13:42.880Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-15T19:13:42.880Z] Executing busybox-1.34.1-r5.trigger [2022-04-15T19:13:42.880Z] Executing ca-certificates-20211220-r0.trigger [2022-04-15T19:13:42.880Z] OK: 8 MiB in 23 packages [2022-04-15T19:13:43.144Z] Removing intermediate container 676a6da66002 [2022-04-15T19:13:43.144Z] ---> cdd34c7bb99c [2022-04-15T19:13:43.144Z] Step 21/23 : LABEL arch=x86_64 [2022-04-15T19:13:43.144Z] ---> Running in ead20993298b [2022-04-15T19:13:43.714Z] Removing intermediate container ead20993298b [2022-04-15T19:13:43.714Z] ---> 88bf3ce4f97f [2022-04-15T19:13:43.714Z] Step 22/23 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:13:43.714Z] ---> Running in d95e666a8ae5 [2022-04-15T19:13:44.286Z] Removing intermediate container 14fc86791325 [2022-04-15T19:13:44.286Z] ---> fc17db35a993 [2022-04-15T19:13:44.286Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:13:44.286Z] Removing intermediate container d95e666a8ae5 [2022-04-15T19:13:44.286Z] ---> f11a9ba2a9f9 [2022-04-15T19:13:44.286Z] Step 23/23 : LABEL version=0.0.0 [2022-04-15T19:13:44.549Z] ---> Running in 448681a7660f [2022-04-15T19:13:45.119Z] Removing intermediate container 448681a7660f [2022-04-15T19:13:45.119Z] ---> 76b7a09edec6 [2022-04-15T19:13:45.119Z] [2022-04-15T19:13:45.379Z] Successfully built 76b7a09edec6 [2022-04-15T19:13:45.379Z] ---> 8a1e41e73199 [2022-04-15T19:13:45.380Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-15T19:13:45.380Z] Successfully tagged core-command:latest [2022-04-15T19:13:45.380Z]  Building core-command ... done Building security-proxy-setup [2022-04-15T19:13:47.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.222s coverage: 94.4% of statements [2022-04-15T19:13:47.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.204s coverage: 44.8% of statements [2022-04-15T19:13:50.672Z] ---> 8e7c91a67456 [2022-04-15T19:13:50.672Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-15T19:13:51.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.644s coverage: 82.5% of statements [2022-04-15T19:13:51.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-15T19:13:52.593Z] ---> 873c6e44c14a [2022-04-15T19:13:52.594Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-15T19:13:52.854Z] ---> Running in bf50c9cabdc8 [2022-04-15T19:13:53.421Z] Removing intermediate container bf50c9cabdc8 [2022-04-15T19:13:53.421Z] ---> d2bb036e8bbd [2022-04-15T19:13:53.421Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:13:53.679Z] ---> Running in 33753987f4f8 [2022-04-15T19:13:54.248Z] Removing intermediate container 33753987f4f8 [2022-04-15T19:13:54.248Z] ---> 24e9bac7a06e [2022-04-15T19:13:54.248Z] Step 18/20 : LABEL arch=x86_64 [2022-04-15T19:13:54.506Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:13:54.506Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:13:54.506Z] ---> cc13851163d8 [2022-04-15T19:13:54.506Z] Step 3/22 : WORKDIR /edgex-go [2022-04-15T19:13:54.506Z] ---> Using cache [2022-04-15T19:13:54.506Z] ---> 29d7e42af47d [2022-04-15T19:13:54.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:13:54.506Z] ---> Using cache [2022-04-15T19:13:54.506Z] ---> e3ed3812fbec [2022-04-15T19:13:54.506Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-15T19:13:54.506Z] ---> Using cache [2022-04-15T19:13:54.506Z] ---> d9f44db70bae [2022-04-15T19:13:54.506Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-15T19:13:54.506Z] ---> Using cache [2022-04-15T19:13:54.506Z] ---> ae636ef0977d [2022-04-15T19:13:54.506Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:13:54.506Z] ---> Using cache [2022-04-15T19:13:54.506Z] ---> fbe5d2902575 [2022-04-15T19:13:54.506Z] Step 8/22 : COPY . . [2022-04-15T19:13:54.506Z] ---> Using cache [2022-04-15T19:13:54.506Z] ---> e2aa72951527 [2022-04-15T19:13:54.506Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-15T19:13:54.766Z] ---> Running in 4a2bf81922bd [2022-04-15T19:13:54.766Z] ---> Running in 5a2af086bb0f [2022-04-15T19:13:55.340Z] Removing intermediate container 5a2af086bb0f [2022-04-15T19:13:55.340Z] ---> 4c072015c9fb [2022-04-15T19:13:55.340Z] Step 19/20 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:13:55.602Z] ---> Running in 86ee5ff14d8e [2022-04-15T19:13:55.861Z] 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-15T19:13:56.136Z] Removing intermediate container 86ee5ff14d8e [2022-04-15T19:13:56.137Z] ---> 57b950a0e7ca [2022-04-15T19:13:56.137Z] Step 20/20 : LABEL version=0.0.0 [2022-04-15T19:13:56.398Z] ---> Running in f1a6c2a22787 [2022-04-15T19:13:56.974Z] Removing intermediate container f1a6c2a22787 [2022-04-15T19:13:56.974Z] ---> 91358776e903 [2022-04-15T19:13:56.974Z] [2022-04-15T19:13:56.974Z] Successfully built 91358776e903 [2022-04-15T19:13:56.974Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-15T19:13:59.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.304s coverage: 92.9% of statements [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-15T19:13:59.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-15T19:13:59.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.200s coverage: 87.2% of statements [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-15T19:13:59.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.165s coverage: 100.0% of statements [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-15T19:13:59.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.277s coverage: 58.8% of statements [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-15T19:13:59.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.306s coverage: 80.0% of statements [2022-04-15T19:13:59.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.238s coverage: 87.2% of statements [2022-04-15T19:13:59.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.287s coverage: 85.4% of statements [2022-04-15T19:13:59.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.742s coverage: 91.2% of statements [2022-04-15T19:13:59.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-15T19:14:03.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.820s coverage: 64.4% of statements [2022-04-15T19:14:03.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-15T19:14:03.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-15T19:14:03.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.242s coverage: 100.0% of statements [2022-04-15T19:14:03.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.160s coverage: 89.4% of statements [2022-04-15T19:14:03.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2022-04-15T19:14:03.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2022-04-15T19:14:03.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2022-04-15T19:14:11.877Z]  Building security-spiffe-token-provider ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-15T19:14:13.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.451s coverage: 65.4% of statements [2022-04-15T19:14:13.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-15T19:14:13.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-15T19:14:13.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-15T19:14:14.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.746s coverage: 43.8% of statements [2022-04-15T19:14:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-15T19:14:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-15T19:14:14.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.276s coverage: 89.5% of statements [2022-04-15T19:14:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-15T19:14:14.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.229s coverage: 84.8% of statements [2022-04-15T19:14:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-15T19:14:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-15T19:14:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-15T19:14:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-15T19:14:22.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.337s coverage: 17.7% of statements [2022-04-15T19:14:22.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-15T19:14:22.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-15T19:14:22.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-15T19:14:22.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-15T19:14:22.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.657s coverage: 92.3% of statements [2022-04-15T19:14:22.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-15T19:14:22.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-15T19:14:22.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-15T19:14:22.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-15T19:14:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.238s coverage: 63.2% of statements [2022-04-15T19:14:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-15T19:14:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-15T19:14:22.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.404s coverage: 97.7% of statements [2022-04-15T19:14:22.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-15T19:14:22.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-15T19:14:22.960Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-15T19:14:22.960Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-15T19:14:22.960Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.191s coverage: 28.9% of statements [2022-04-15T19:14:22.960Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-15T19:14:22.960Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-15T19:14:22.960Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-15T19:14:22.960Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-15T19:14:22.960Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-15T19:14:22.960Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-15T19:14:22.960Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.185s coverage: 100.0% of statements [2022-04-15T19:14:22.960Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements [2022-04-15T19:14:23.557Z] 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-15T19:14:23.557Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-15T19:14:23.557Z] GO111MODULE=on go vet ./... [2022-04-15T19:14:26.768Z] Removing intermediate container 4a2bf81922bd [2022-04-15T19:14:26.768Z] ---> 9e92aadca3cc [2022-04-15T19:14:26.768Z] [2022-04-15T19:14:26.768Z] Step 10/22 : FROM alpine:3.14 [2022-04-15T19:14:26.768Z] ---> e04c818066af [2022-04-15T19:14:26.768Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-15T19:14:26.768Z] ---> Running in eb0c70fd2d89 [2022-04-15T19:14:26.768Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:14:26.768Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:14:26.768Z] Removing intermediate container c840c8657bdb [2022-04-15T19:14:26.768Z] ---> 1ba3390a13e0 [2022-04-15T19:14:26.768Z] [2022-04-15T19:14:26.768Z] Step 13/25 : FROM alpine:3.15 [2022-04-15T19:14:26.768Z] ---> 0ac33e5f5afa [2022-04-15T19:14:26.768Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-15T19:14:26.768Z] ---> Using cache [2022-04-15T19:14:26.768Z] ---> 50d4bc0bf2e0 [2022-04-15T19:14:26.768Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:14:26.768Z] ---> Using cache [2022-04-15T19:14:26.768Z] ---> 3e68d8d18ae3 [2022-04-15T19:14:26.768Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-15T19:14:26.768Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-15T19:14:26.768Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-15T19:14:26.768Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-15T19:14:26.768Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-15T19:14:26.768Z] (5/6) Installing curl (7.79.1-r0) [2022-04-15T19:14:26.768Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-15T19:14:26.768Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:14:26.768Z] Executing ca-certificates-20211220-r0.trigger [2022-04-15T19:14:26.768Z] OK: 8 MiB in 20 packages [2022-04-15T19:14:26.768Z] ---> Running in c3a19256a445 [2022-04-15T19:14:27.028Z] Removing intermediate container c33b4107da4c [2022-04-15T19:14:27.029Z] ---> 3ffb0cff2663 [2022-04-15T19:14:27.029Z] [2022-04-15T19:14:27.029Z] Step 13/26 : FROM alpine:3.15 [2022-04-15T19:14:27.029Z] ---> 0ac33e5f5afa [2022-04-15T19:14:27.029Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-15T19:14:27.029Z] ---> Using cache [2022-04-15T19:14:27.029Z] ---> 50d4bc0bf2e0 [2022-04-15T19:14:27.029Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:14:27.029Z] ---> Using cache [2022-04-15T19:14:27.029Z] ---> 3e68d8d18ae3 [2022-04-15T19:14:27.029Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-15T19:14:27.029Z] ---> Running in b48a9b21b42f [2022-04-15T19:14:27.288Z] Removing intermediate container eb0c70fd2d89 [2022-04-15T19:14:27.288Z] ---> 0a9b62b7ab7d [2022-04-15T19:14:27.288Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-15T19:14:27.288Z] ---> Running in 0703c412fd0a [2022-04-15T19:14:27.288Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:14:27.548Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:14:27.548Z] Removing intermediate container 0703c412fd0a [2022-04-15T19:14:27.548Z] ---> 1dcd623c8383 [2022-04-15T19:14:27.548Z] Step 13/22 : WORKDIR /edgex [2022-04-15T19:14:27.548Z] ---> Running in f851c6190c5b [2022-04-15T19:14:27.548Z] Removing intermediate container f851c6190c5b [2022-04-15T19:14:27.548Z] ---> 78b9e567aded [2022-04-15T19:14:27.548Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-15T19:14:27.807Z] ---> ae58081207bb [2022-04-15T19:14:27.807Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-15T19:14:28.067Z] ---> bf1bdc10c981 [2022-04-15T19:14:28.067Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-15T19:14:28.067Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:14:28.328Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:14:28.590Z] ---> 4ac0cac74f4c [2022-04-15T19:14:28.590Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-15T19:14:28.590Z] v3.15.4-39-g17994082e8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-15T19:14:28.590Z] v3.15.4-38-gf7d0da3611 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-15T19:14:28.590Z] OK: 15855 distinct packages available [2022-04-15T19:14:28.590Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:14:28.590Z] v3.15.4-39-g17994082e8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-15T19:14:28.590Z] v3.15.4-38-gf7d0da3611 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-15T19:14:28.590Z] OK: 15855 distinct packages available [2022-04-15T19:14:28.590Z] ---> fa1d91f7bfd7 [2022-04-15T19:14:28.590Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-15T19:14:28.590Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:14:28.850Z] ---> Running in 283a6b6d930a [2022-04-15T19:14:29.423Z] Removing intermediate container 283a6b6d930a [2022-04-15T19:14:29.423Z] ---> 8b634bc55aef [2022-04-15T19:14:29.423Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-15T19:14:29.423Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:14:29.423Z] ---> Running in 6ae4e662072a [2022-04-15T19:14:29.423Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:14:29.683Z] Removing intermediate container 6ae4e662072a [2022-04-15T19:14:29.683Z] ---> a7da0736c3c9 [2022-04-15T19:14:29.683Z] Step 20/22 : LABEL arch=x86_64 [2022-04-15T19:14:29.683Z] ---> Running in 365d8d97a9c1 [2022-04-15T19:14:29.683Z] Removing intermediate container 365d8d97a9c1 [2022-04-15T19:14:29.683Z] ---> c14fd08ca562 [2022-04-15T19:14:29.683Z] Step 21/22 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:14:29.683Z] ---> Running in 7759713add78 [2022-04-15T19:14:29.944Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-15T19:14:29.944Z] Removing intermediate container 7759713add78 [2022-04-15T19:14:29.944Z] ---> a9bd263fcaae [2022-04-15T19:14:29.944Z] Step 22/22 : LABEL version=0.0.0 [2022-04-15T19:14:29.944Z] ---> Running in 477d4b72e599 [2022-04-15T19:14:29.944Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-15T19:14:29.944Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-15T19:14:29.944Z] Removing intermediate container 477d4b72e599 [2022-04-15T19:14:29.944Z] ---> e30f083d15eb [2022-04-15T19:14:29.944Z] [2022-04-15T19:14:29.944Z] (3/5) Installing libucontext (1.1-r0) [2022-04-15T19:14:29.944Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-15T19:14:29.944Z] Successfully built e30f083d15eb [2022-04-15T19:14:29.944Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-15T19:14:30.205Z] Successfully tagged security-proxy-setup:latest [2022-04-15T19:14:30.205Z]  Building security-proxy-setup ... done (3/5) Installing libucontext (1.1-r0) [2022-04-15T19:14:30.205Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-15T19:14:30.205Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-15T19:14:30.205Z] Executing busybox-1.34.1-r5.trigger [2022-04-15T19:14:30.205Z] OK: 6 MiB in 19 packages [2022-04-15T19:14:30.205Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-15T19:14:30.465Z] Executing busybox-1.34.1-r5.trigger [2022-04-15T19:14:30.465Z] OK: 6 MiB in 19 packages [2022-04-15T19:14:30.726Z] Removing intermediate container c3a19256a445 [2022-04-15T19:14:30.726Z] ---> 6e7d39ebab3f [2022-04-15T19:14:30.726Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-15T19:14:30.726Z] Removing intermediate container b48a9b21b42f [2022-04-15T19:14:30.726Z] ---> b0aa916d2900 [2022-04-15T19:14:30.726Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-15T19:14:32.112Z] ---> 8bd8b4c950ae [2022-04-15T19:14:32.112Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-15T19:14:32.112Z] ---> 50bd245283e4 [2022-04-15T19:14:32.112Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-15T19:14:32.407Z] ---> 27642fea2a4c [2022-04-15T19:14:32.407Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-15T19:14:32.667Z] ---> 2a5366947916 [2022-04-15T19:14:32.667Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-15T19:14:33.236Z] ---> c4fd17c273db [2022-04-15T19:14:33.237Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-15T19:14:33.237Z] ---> Running in e984ab99d188 [2022-04-15T19:14:33.237Z] ---> f20a220b7b8b [2022-04-15T19:14:33.237Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-15T19:14:33.237Z] Removing intermediate container e984ab99d188 [2022-04-15T19:14:33.237Z] ---> 8a832bce910d [2022-04-15T19:14:33.237Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-15T19:14:33.237Z] ---> Running in 8944fd580eb8 [2022-04-15T19:14:33.237Z] ---> cc2f9e678975 [2022-04-15T19:14:33.237Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-15T19:14:33.497Z] Removing intermediate container 8944fd580eb8 [2022-04-15T19:14:33.497Z] ---> 1fee76817ca2 [2022-04-15T19:14:33.497Z] Step 23/25 : LABEL arch=x86_64 [2022-04-15T19:14:33.497Z] ---> Running in b95d95424acd [2022-04-15T19:14:33.497Z] ---> 4fbc8e6d12f9 [2022-04-15T19:14:33.497Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-15T19:14:33.497Z] Removing intermediate container b95d95424acd [2022-04-15T19:14:33.497Z] ---> 81352abab3c5 [2022-04-15T19:14:33.497Z] Step 24/25 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:14:33.758Z] ---> Running in d3e7b597f7cb [2022-04-15T19:14:33.758Z] ---> c4cfadc1ebd5 [2022-04-15T19:14:33.758Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-15T19:14:33.758Z] Removing intermediate container d3e7b597f7cb [2022-04-15T19:14:33.758Z] ---> fa594e1d752c [2022-04-15T19:14:33.758Z] Step 25/25 : LABEL version=0.0.0 [2022-04-15T19:14:33.758Z] ---> Running in 99f7ac352e48 [2022-04-15T19:14:33.758Z] ---> Running in 9e8a6940eafe [2022-04-15T19:14:34.017Z] Removing intermediate container 99f7ac352e48 [2022-04-15T19:14:34.017Z] ---> f15a4669a8ba [2022-04-15T19:14:34.017Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-15T19:14:34.017Z] Removing intermediate container 9e8a6940eafe [2022-04-15T19:14:34.017Z] ---> 17814c2fef8e [2022-04-15T19:14:34.017Z] [2022-04-15T19:14:34.017Z] ---> Running in 36dd8cc9864f [2022-04-15T19:14:34.017Z] Successfully built 17814c2fef8e [2022-04-15T19:14:34.017Z] Successfully tagged security-spire-server:latest [2022-04-15T19:14:34.017Z]  Building security-spire-server ... done Removing intermediate container 36dd8cc9864f [2022-04-15T19:14:34.017Z] ---> 2a5944aa32b6 [2022-04-15T19:14:34.017Z] Step 24/26 : LABEL arch=x86_64 [2022-04-15T19:14:34.017Z] ---> Running in e0dc781ad17a [2022-04-15T19:14:34.276Z] Removing intermediate container e0dc781ad17a [2022-04-15T19:14:34.276Z] ---> 787010a8aa3f [2022-04-15T19:14:34.276Z] Step 25/26 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:14:34.276Z] ---> Running in 47877e93d335 [2022-04-15T19:14:34.276Z] Removing intermediate container 47877e93d335 [2022-04-15T19:14:34.276Z] ---> fd1b0a7fbf50 [2022-04-15T19:14:34.276Z] Step 26/26 : LABEL version=0.0.0 [2022-04-15T19:14:34.276Z] ---> Running in 8653cc65d059 [2022-04-15T19:14:34.537Z] Removing intermediate container 8653cc65d059 [2022-04-15T19:14:34.537Z] ---> ddb93b3289fe [2022-04-15T19:14:34.537Z] [2022-04-15T19:14:34.537Z] Successfully built ddb93b3289fe [2022-04-15T19:14:34.537Z] Successfully tagged security-spire-agent:latest [2022-04-15T19:14:56.500Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-04-15T19:14:56.500Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-15T19:14:56.500Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-15T19:14:56.500Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-15T19:14:56.500Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-15T19:14:56.500Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-15T19:14:56.500Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-15T19:14:56.500Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-15T19:14:56.500Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-15T19:14:56.500Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-15T19:14:56.500Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-15T19:14:56.500Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-15T19:14:56.500Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-15T19:14:56.500Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-15T19:15:52.753Z] Removing intermediate container 882b2dc8eaf2 [2022-04-15T19:15:52.753Z] ---> 2ebaefb8b6f0 [2022-04-15T19:15:52.753Z] [2022-04-15T19:15:52.753Z] Step 13/26 : FROM alpine:3.15 [2022-04-15T19:15:52.753Z] ---> 0ac33e5f5afa [2022-04-15T19:15:52.753Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-15T19:15:52.753Z] ---> Using cache [2022-04-15T19:15:52.753Z] ---> 50d4bc0bf2e0 [2022-04-15T19:15:52.753Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:15:52.753Z] ---> Using cache [2022-04-15T19:15:52.753Z] ---> 3e68d8d18ae3 [2022-04-15T19:15:52.753Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-15T19:15:52.753Z] ---> Running in 76f72f20fafb [2022-04-15T19:15:52.753Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:15:52.753Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:15:52.753Z] v3.15.4-39-g17994082e8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-15T19:15:52.753Z] v3.15.4-38-gf7d0da3611 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-15T19:15:52.753Z] OK: 15855 distinct packages available [2022-04-15T19:15:52.753Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T19:15:52.753Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T19:15:52.753Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-15T19:15:52.753Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-15T19:15:52.753Z] (3/4) Installing libucontext (1.1-r0) [2022-04-15T19:15:52.753Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-15T19:15:52.753Z] Executing busybox-1.34.1-r5.trigger [2022-04-15T19:15:52.753Z] OK: 6 MiB in 18 packages [2022-04-15T19:15:52.753Z] Removing intermediate container 76f72f20fafb [2022-04-15T19:15:52.753Z] ---> c3c72fe51365 [2022-04-15T19:15:52.753Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-15T19:15:53.691Z] ---> e4684323e092 [2022-04-15T19:15:53.691Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-15T19:15:53.951Z] ---> 38d7b9fca695 [2022-04-15T19:15:53.951Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-15T19:15:53.951Z] ---> Running in d567ccc622ae [2022-04-15T19:15:53.951Z] Removing intermediate container d567ccc622ae [2022-04-15T19:15:53.951Z] ---> 212182aafbea [2022-04-15T19:15:53.951Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-15T19:15:54.212Z] ---> 33581465c036 [2022-04-15T19:15:54.212Z] Step 21/26 : WORKDIR / [2022-04-15T19:15:54.212Z] ---> Running in 6ef789cb40f1 [2022-04-15T19:15:54.212Z] Removing intermediate container 6ef789cb40f1 [2022-04-15T19:15:54.212Z] ---> 2962f64e5e88 [2022-04-15T19:15:54.212Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-15T19:15:54.471Z] ---> Running in c8353b2beb3c [2022-04-15T19:15:54.471Z] Removing intermediate container c8353b2beb3c [2022-04-15T19:15:54.471Z] ---> f1c637180619 [2022-04-15T19:15:54.471Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-15T19:15:54.471Z] ---> Running in 0217915e3628 [2022-04-15T19:15:54.471Z] Removing intermediate container 0217915e3628 [2022-04-15T19:15:54.471Z] ---> 69a34c2884ec [2022-04-15T19:15:54.471Z] Step 24/26 : LABEL arch=x86_64 [2022-04-15T19:15:54.731Z] ---> Running in 537311d89674 [2022-04-15T19:15:54.731Z] Removing intermediate container 537311d89674 [2022-04-15T19:15:54.731Z] ---> 419d70842187 [2022-04-15T19:15:54.731Z] Step 25/26 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:15:54.731Z] ---> Running in 0b16fe0d00a9 [2022-04-15T19:15:54.991Z] Removing intermediate container 0b16fe0d00a9 [2022-04-15T19:15:54.991Z] ---> 1e267d9e0f6e [2022-04-15T19:15:54.991Z] Step 26/26 : LABEL version=0.0.0 [2022-04-15T19:15:54.991Z] ---> Running in eed69e29ab10 [2022-04-15T19:15:54.991Z] Removing intermediate container eed69e29ab10 [2022-04-15T19:15:54.991Z] ---> b62a08ed0873 [2022-04-15T19:15:54.991Z] [2022-04-15T19:15:54.991Z] Successfully built b62a08ed0873 [2022-04-15T19:15:54.991Z] Successfully tagged security-spire-config:latest [2022-04-15T19:15:55.260Z]  Building security-spire-config ... done  [Pipeline] } [2022-04-15T19:15:55.279Z] $ docker stop --time=1 afc2c38bb644c2b25e34493b8671bc3832df3a104eefcfe52e29f193974c6912 [2022-04-15T19:15:56.574Z] $ docker rm -f afc2c38bb644c2b25e34493b8671bc3832df3a104eefcfe52e29f193974c6912 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-15T19:15:56.984Z] + docker images [2022-04-15T19:15:56.984Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-15T19:15:56.984Z] security-spire-config latest b62a08ed0873 2 seconds ago 86.7MB [2022-04-15T19:15:56.984Z] 2ebaefb8b6f0 18 seconds ago 4.43GB [2022-04-15T19:15:56.984Z] security-spire-agent latest ddb93b3289fe About a minute ago 127MB [2022-04-15T19:15:56.984Z] security-spire-server latest 17814c2fef8e About a minute ago 87.3MB [2022-04-15T19:15:56.984Z] security-proxy-setup latest e30f083d15eb About a minute ago 26.9MB [2022-04-15T19:15:56.984Z] 9e92aadca3cc About a minute ago 1.5GB [2022-04-15T19:15:56.984Z] 3ffb0cff2663 About a minute ago 4.43GB [2022-04-15T19:15:56.984Z] 1ba3390a13e0 About a minute ago 4.43GB [2022-04-15T19:15:56.984Z] security-spiffe-token-provider latest 91358776e903 2 minutes ago 28.8MB [2022-04-15T19:15:56.984Z] core-command latest 76b7a09edec6 2 minutes ago 16.1MB [2022-04-15T19:15:56.984Z] 4af6246624ac 2 minutes ago 1.49GB [2022-04-15T19:15:56.984Z] c473f2b9b444 2 minutes ago 1.54GB [2022-04-15T19:15:56.984Z] support-notifications latest a581967b0805 2 minutes ago 26.9MB [2022-04-15T19:15:56.985Z] aad48a25486c 3 minutes ago 1.55GB [2022-04-15T19:15:56.985Z] security-secretstore-setup latest fad4a2570334 3 minutes ago 28.5MB [2022-04-15T19:15:56.985Z] support-scheduler latest 86f69a65eef7 3 minutes ago 26.3MB [2022-04-15T19:15:56.985Z] 5a118fd097f5 3 minutes ago 1.55GB [2022-04-15T19:15:56.985Z] 6d621be0dac7 3 minutes ago 1.5GB [2022-04-15T19:15:56.985Z] core-data latest 88681a5765d8 3 minutes ago 22.5MB [2022-04-15T19:15:56.985Z] 429193767d2f 4 minutes ago 1.52GB [2022-04-15T19:15:56.985Z] sys-mgmt-agent latest 6e72f4937f19 4 minutes ago 299MB [2022-04-15T19:15:56.985Z] security-bootstrapper latest 843455adb9ca 5 minutes ago 19.1MB [2022-04-15T19:15:56.985Z] core-metadata latest eaa54bbcb398 5 minutes ago 17MB [2022-04-15T19:15:56.985Z] 3030b58ba9f3 5 minutes ago 1.49GB [2022-04-15T19:15:56.985Z] 68f85ce8b20c 5 minutes ago 1.5GB [2022-04-15T19:15:56.985Z] 002735577ee7 5 minutes ago 1.5GB [2022-04-15T19:15:56.985Z] ci-base-image-x86_64 latest cc13851163d8 9 minutes ago 896MB [2022-04-15T19:15:56.985Z] docker 20.10.14 7417809fdb73 10 days ago 218MB [2022-04-15T19:15:56.985Z] alpine 3.14 e04c818066af 10 days ago 5.59MB [2022-04-15T19:15:56.985Z] alpine 3.15 0ac33e5f5afa 10 days ago 5.57MB [2022-04-15T19:15:56.985Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB [2022-04-15T19:15:56.985Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-15T19:15:56.985Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-15T19:16:00.414Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-15T19:16:01.846Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-15T19:16:03.276Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-15T19:16:06.695Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-15T19:16:07.362Z] + ls -al . [2022-04-15T19:16:07.362Z] total 668 [2022-04-15T19:16:07.362Z] drwxrwxr-x 9 1001 1001 4096 Apr 15 19:16 . [2022-04-15T19:16:07.362Z] drwxr-xr-x 4 root root 4096 Apr 15 19:10 .. [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 11 Apr 15 19:08 .dockerignore [2022-04-15T19:16:07.362Z] drwxrwxr-x 8 1001 1001 4096 Apr 15 19:08 .git [2022-04-15T19:16:07.362Z] drwxrwxr-x 3 1001 1001 4096 Apr 15 19:08 .github [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 879 Apr 15 19:08 .gitignore [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 42 Apr 15 19:08 .golangci.yml [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 87 Apr 15 19:08 .hadolint.yml [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 166 Apr 15 19:08 .sonarcloud.properties [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 1171 Apr 15 19:08 ADOPTERS.md [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 10086 Apr 15 19:08 Attribution.txt [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 51732 Apr 15 19:08 CHANGELOG.md [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 3804 Apr 15 19:08 CONTRIBUTING.md [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 677 Apr 15 19:08 GOVERNANCE.md [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 850 Apr 15 19:08 Jenkinsfile [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 10775 Apr 15 19:08 LICENSE [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 10389 Apr 15 19:08 Makefile [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 582 Apr 15 19:08 OWNERS.md [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 9120 Apr 15 19:08 README.md [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 6912 Apr 15 19:08 SECURITY.md [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 5 Apr 15 19:06 VERSION [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 4131 Apr 15 19:08 ZMQWindows.md [2022-04-15T19:16:07.362Z] drwxrwxr-x 2 1001 1001 4096 Apr 15 19:08 bin [2022-04-15T19:16:07.362Z] drwxrwxr-x 18 1001 1001 4096 Apr 15 19:08 cmd [2022-04-15T19:16:07.362Z] -rw-r--r-- 1 root root 434743 Apr 15 19:14 coverage.out [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 3256 Apr 15 19:08 go.mod [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 35162 Apr 15 19:10 go.sum [2022-04-15T19:16:07.362Z] drwxrwxr-x 8 1001 1001 4096 Apr 15 19:08 internal [2022-04-15T19:16:07.362Z] drwxrwxr-x 3 1001 1001 4096 Apr 15 19:08 openapi [2022-04-15T19:16:07.362Z] drwxrwxr-x 4 1001 1001 4096 Apr 15 19:08 snap [2022-04-15T19:16:07.362Z] -rw-rw-r-- 1 1001 1001 204 Apr 15 19:08 version.go [Pipeline] sh [2022-04-15T19:16:08.035Z] + '[' -e coverage.out ] [2022-04-15T19:16:08.035Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-15T19:16:08.072Z] Warning: overwriting stash ‘coverage-report’ [2022-04-15T19:16:08.811Z] Stashed 1 file(s) [Pipeline] sh [2022-04-15T19:16:09.471Z] + make build [2022-04-15T19:16:09.471Z] 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-15T19:17:31.269Z] 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-15T19:18:27.991Z] 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-15T19:18:27.991Z] 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-15T19:19:00.465Z] 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-15T19:19:00.465Z] 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-15T19:19:01.908Z] 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-15T19:19:08.613Z] 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-15T19:19:11.235Z] 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-15T19:19:16.638Z] 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-15T19:19:19.260Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-15T19:19:22.648Z] 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-15T19:19:31.027Z] 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-15T19:19:35.677Z] $ docker stop --time=1 1099efd132ee4553b9288c18ba74a351139c46b80497d511fb4cc0277e5a9f20 [2022-04-15T19:19:37.712Z] $ docker rm -f 1099efd132ee4553b9288c18ba74a351139c46b80497d511fb4cc0277e5a9f20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:19:40.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-15T19:19:40.146Z] [2022-04-15T19:19:40.146Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:19:40.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-15T19:19:40.793Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-15T19:19:40.793Z] 29e5d40040c1: Pulling fs layer [2022-04-15T19:19:40.793Z] 1ce36da41761: Pulling fs layer [2022-04-15T19:19:40.793Z] 25b303627fd3: Pulling fs layer [2022-04-15T19:19:40.793Z] 29e5d40040c1: Verifying Checksum [2022-04-15T19:19:40.793Z] 29e5d40040c1: Download complete [2022-04-15T19:19:41.066Z] 1ce36da41761: Verifying Checksum [2022-04-15T19:19:41.066Z] 1ce36da41761: Download complete [2022-04-15T19:19:41.678Z] 29e5d40040c1: Pull complete [2022-04-15T19:19:42.657Z] 25b303627fd3: Verifying Checksum [2022-04-15T19:19:42.657Z] 25b303627fd3: Download complete [2022-04-15T19:19:42.657Z] 1ce36da41761: Pull complete [2022-04-15T19:19:55.047Z] 25b303627fd3: Pull complete [2022-04-15T19:19:55.047Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-15T19:19:55.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-15T19:19:55.047Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-15T19:19:55.269Z] prd-ubuntu20.04-docker-arm64-4c-16g-21076 does not seem to be running inside a container [2022-04-15T19:19:55.406Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-15T19:19:57.575Z] $ docker top 74f6e4951a53c4bd4501a74d87d10d745cee47f408456793043d6ab8be8638a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T19:19:58.597Z] + docker-compose build --help [2022-04-15T19:19:58.597Z] + grep parallel [2022-04-15T19:20:02.894Z] --parallel Build images in parallel. [Pipeline] } [2022-04-15T19:20:02.940Z] $ docker stop --time=1 74f6e4951a53c4bd4501a74d87d10d745cee47f408456793043d6ab8be8638a2 [2022-04-15T19:20:04.603Z] $ docker rm -f 74f6e4951a53c4bd4501a74d87d10d745cee47f408456793043d6ab8be8638a2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T19:20:05.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-15T19:20:05.369Z] . [Pipeline] withDockerContainer [2022-04-15T19:20:05.605Z] prd-ubuntu20.04-docker-arm64-4c-16g-21076 does not seem to be running inside a container [2022-04-15T19:20:05.689Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-15T19:20:06.902Z] $ docker top cda3d1e16d183fc5c2a23cbd6ade662575f198da439a28e3bfcc2d5c1e20c4c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T19:20:07.847Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-15T19:20:12.146Z] Building core-command ... [2022-04-15T19:20:12.146Z] Building core-data ... [2022-04-15T19:20:12.146Z] Building core-metadata ... [2022-04-15T19:20:12.146Z] Building security-bootstrapper ... [2022-04-15T19:20:12.147Z] Building security-proxy-setup ... [2022-04-15T19:20:12.147Z] Building security-secretstore-setup ... [2022-04-15T19:20:12.147Z] Building security-spiffe-token-provider ... [2022-04-15T19:20:12.147Z] Building security-spire-agent ... [2022-04-15T19:20:12.147Z] Building security-spire-config ... [2022-04-15T19:20:12.147Z] Building security-spire-server ... [2022-04-15T19:20:12.147Z] Building support-notifications ... [2022-04-15T19:20:12.147Z] Building support-scheduler ... [2022-04-15T19:20:12.147Z] Building sys-mgmt-agent ... [2022-04-15T19:20:12.147Z] Building security-secretstore-setup [2022-04-15T19:20:12.147Z] Building sys-mgmt-agent [2022-04-15T19:20:12.147Z] Building security-spiffe-token-provider [2022-04-15T19:20:12.147Z] Building security-spire-agent [2022-04-15T19:20:12.147Z] Building core-metadata [2022-04-15T19:21:48.960Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:21:48.960Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:21:48.960Z] ---> 815277c18390 [2022-04-15T19:21:48.960Z] Step 3/23 : WORKDIR /edgex-go [2022-04-15T19:21:48.960Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:21:48.960Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:21:48.960Z] ---> 815277c18390 [2022-04-15T19:21:48.960Z] Step 3/25 : WORKDIR /edgex-go [2022-04-15T19:21:48.960Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:21:48.960Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:21:48.960Z] ---> 815277c18390 [2022-04-15T19:21:48.960Z] Step 3/20 : WORKDIR /edgex-go [2022-04-15T19:21:48.960Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:21:48.960Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:21:48.960Z] ---> 815277c18390 [2022-04-15T19:21:48.960Z] Step 3/26 : WORKDIR /edgex-go [2022-04-15T19:21:48.960Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:21:48.960Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:21:48.960Z] ---> 815277c18390 [2022-04-15T19:21:48.960Z] Step 3/23 : WORKDIR /edgex-go [2022-04-15T19:21:48.960Z] ---> Running in 362b9af7ca9c [2022-04-15T19:21:48.960Z] ---> Running in 74b42c47e361 [2022-04-15T19:21:48.960Z] ---> Running in c94c5bcea602 [2022-04-15T19:21:48.960Z] ---> Running in e723426e4fbf [2022-04-15T19:21:48.960Z] ---> Running in c32005a8d013 [2022-04-15T19:21:48.960Z] Removing intermediate container c94c5bcea602 [2022-04-15T19:21:48.960Z] ---> b408fa5589ea [2022-04-15T19:21:48.960Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:21:48.960Z] Removing intermediate container e723426e4fbf [2022-04-15T19:21:48.960Z] ---> a3c767ddb1cf [2022-04-15T19:21:48.960Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:21:48.960Z] Removing intermediate container c32005a8d013 [2022-04-15T19:21:48.960Z] ---> f25ed275fefd [2022-04-15T19:21:48.960Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:21:48.960Z] ---> Running in 23392ec3f181 [2022-04-15T19:21:48.960Z] ---> Running in 54e8fa855e4a [2022-04-15T19:21:48.960Z] Removing intermediate container 74b42c47e361 [2022-04-15T19:21:48.960Z] ---> e746a626c735 [2022-04-15T19:21:48.960Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:21:48.960Z] ---> Running in e8245e8d8c1b [2022-04-15T19:21:48.960Z] Removing intermediate container 362b9af7ca9c [2022-04-15T19:21:48.960Z] ---> d00ab98dac45 [2022-04-15T19:21:48.960Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-15T19:21:48.960Z] ---> Running in c49bb2abb4c2 [2022-04-15T19:21:48.960Z] ---> Running in a64f824dc7d5 [2022-04-15T19:21:48.960Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.960Z] Removing intermediate container 23392ec3f181 [2022-04-15T19:21:48.960Z] ---> 82b4a47562f8 [2022-04-15T19:21:48.960Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-15T19:21:48.960Z] ---> Running in 826dc01098f7 [2022-04-15T19:21:48.960Z] Removing intermediate container 54e8fa855e4a [2022-04-15T19:21:48.960Z] ---> 52d1198d1381 [2022-04-15T19:21:48.960Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-15T19:21:48.960Z] ---> Running in 50159fcd3b24 [2022-04-15T19:21:48.960Z] Removing intermediate container e8245e8d8c1b [2022-04-15T19:21:48.960Z] ---> 0f4b03fa46e1 [2022-04-15T19:21:48.960Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-15T19:21:48.960Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.960Z] ---> Running in e3cb674a48d4 [2022-04-15T19:21:48.960Z] Removing intermediate container c49bb2abb4c2 [2022-04-15T19:21:48.960Z] ---> 476b21cb620b [2022-04-15T19:21:48.960Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-15T19:21:48.960Z] ---> Running in 05f38df5bb3e [2022-04-15T19:21:48.960Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.960Z] v3.15.4-39-g17994082e8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-15T19:21:48.960Z] v3.15.4-38-gf7d0da3611 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-15T19:21:48.960Z] OK: 15741 distinct packages available [2022-04-15T19:21:48.960Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.960Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.960Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.960Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.960Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.960Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.961Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.961Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.961Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:21:48.961Z] OK: 220 MiB in 52 packages [2022-04-15T19:21:48.961Z] OK: 220 MiB in 52 packages [2022-04-15T19:21:48.961Z] OK: 220 MiB in 52 packages [2022-04-15T19:21:48.961Z] OK: 220 MiB in 52 packages [2022-04-15T19:21:48.961Z] OK: 220 MiB in 52 packages [2022-04-15T19:21:48.961Z] Removing intermediate container 826dc01098f7 [2022-04-15T19:21:48.961Z] ---> 8fb1479c8dbb [2022-04-15T19:21:48.961Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-15T19:21:48.961Z] Removing intermediate container a64f824dc7d5 [2022-04-15T19:21:48.961Z] ---> f426c1f01661 [2022-04-15T19:21:48.961Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-15T19:21:48.961Z] Removing intermediate container 05f38df5bb3e [2022-04-15T19:21:48.961Z] ---> ae268223bcca [2022-04-15T19:21:48.961Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-15T19:21:48.961Z] ---> 834687ec2d9c [2022-04-15T19:21:48.961Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:21:48.961Z] Removing intermediate container e3cb674a48d4 [2022-04-15T19:21:48.961Z] ---> dbd62df046ab [2022-04-15T19:21:48.961Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-15T19:21:48.961Z] ---> Running in 4dde4f9c7ca6 [2022-04-15T19:21:48.961Z] Removing intermediate container 50159fcd3b24 [2022-04-15T19:21:48.961Z] ---> 58ab865eef98 [2022-04-15T19:21:48.961Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-15T19:21:48.961Z] ---> 25d699a7c6ac [2022-04-15T19:21:48.961Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:21:48.961Z] ---> Running in 78739a32f712 [2022-04-15T19:21:48.961Z] ---> a448a98daf24 [2022-04-15T19:21:48.961Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:21:48.961Z] ---> Running in e785dece8678 [2022-04-15T19:21:48.961Z] ---> 5e8656520682 [2022-04-15T19:21:48.961Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:21:48.961Z] ---> eebfcc42c870 [2022-04-15T19:21:48.961Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:21:48.961Z] ---> Running in 5938f100fd6a [2022-04-15T19:21:48.961Z] ---> Running in b7908da3c893 [2022-04-15T19:21:51.605Z] Removing intermediate container 4dde4f9c7ca6 [2022-04-15T19:21:51.605Z] ---> 37b0a94c6c11 [2022-04-15T19:21:51.605Z] Step 8/23 : COPY . . [2022-04-15T19:21:52.592Z] Removing intermediate container 78739a32f712 [2022-04-15T19:21:52.592Z] ---> ed8e409e23bf [2022-04-15T19:21:52.592Z] Step 7/20 : COPY . . [2022-04-15T19:21:54.055Z] Removing intermediate container e785dece8678 [2022-04-15T19:21:54.055Z] ---> 325f66de20fe [2022-04-15T19:21:54.055Z] Step 8/25 : COPY . . [2022-04-15T19:21:54.656Z] Removing intermediate container 5938f100fd6a [2022-04-15T19:21:54.656Z] ---> c9aa247c790c [2022-04-15T19:21:54.656Z] Step 8/23 : COPY . . [2022-04-15T19:21:54.656Z] Removing intermediate container b7908da3c893 [2022-04-15T19:21:54.656Z] ---> bea3bdceba5a [2022-04-15T19:21:54.656Z] Step 8/26 : COPY . . [2022-04-15T19:22:21.474Z] ---> 7a7787a5044d [2022-04-15T19:22:21.474Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-15T19:22:21.474Z] ---> Running in 20d08ae6f4b3 [2022-04-15T19:22:21.474Z] ---> eb0c87bd4336 [2022-04-15T19:22:21.474Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-15T19:22:21.474Z] ---> bf91e3c4cb33 [2022-04-15T19:22:21.474Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup ---> 7c54a299b823 [2022-04-15T19:22:21.474Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-15T19:22:21.474Z] [2022-04-15T19:22:21.474Z] ---> Running in 80b0c6e2bee6 [2022-04-15T19:22:21.474Z] ---> Running in f18c72ff7c8c [2022-04-15T19:22:21.474Z] ---> Running in 875cb2b544fc [2022-04-15T19:22:21.474Z] ---> 7ab5ce4db0e6 [2022-04-15T19:22:21.474Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-15T19:22:21.474Z] ---> Running in 9c59f7eab29b [2022-04-15T19:22:21.752Z] Removing intermediate container 80b0c6e2bee6 [2022-04-15T19:22:21.752Z] ---> e4e027b9be5d [2022-04-15T19:22:21.752Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-15T19:22:22.030Z] ---> Running in 6527d5e9ae00 [2022-04-15T19:22:23.021Z] 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-15T19:22:23.306Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-15T19:22:23.588Z] 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-15T19:22:23.870Z] 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-15T19:22:25.327Z] Removing intermediate container 6527d5e9ae00 [2022-04-15T19:22:25.327Z] ---> b05bcdd5efb9 [2022-04-15T19:22:25.327Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-15T19:22:25.327Z] ---> Running in b413b3b638a2 [2022-04-15T19:22:25.932Z] Removing intermediate container b413b3b638a2 [2022-04-15T19:22:25.932Z] ---> 27a8574b95a0 [2022-04-15T19:22:25.932Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-15T19:22:25.932Z] ---> Running in ab3370e963e8 [2022-04-15T19:22:28.576Z] spire-1.2.1/ [2022-04-15T19:22:28.576Z] spire-1.2.1/.data/ [2022-04-15T19:22:28.576Z] spire-1.2.1/.data/.file [2022-04-15T19:22:28.576Z] spire-1.2.1/.dockerignore [2022-04-15T19:22:28.576Z] spire-1.2.1/.gitattributes [2022-04-15T19:22:28.576Z] spire-1.2.1/.githooks/ [2022-04-15T19:22:28.576Z] spire-1.2.1/.githooks/pre-commit [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/ [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/dependabot.yml [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/workflows/ [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-15T19:22:28.576Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-15T19:22:28.576Z] spire-1.2.1/.gitignore [2022-04-15T19:22:28.576Z] spire-1.2.1/.go-version [2022-04-15T19:22:28.576Z] spire-1.2.1/.golangci.yml [2022-04-15T19:22:28.576Z] spire-1.2.1/ADOPTERS.md [2022-04-15T19:22:28.576Z] spire-1.2.1/CHANGELOG.md [2022-04-15T19:22:28.576Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-15T19:22:28.576Z] spire-1.2.1/CODEOWNERS [2022-04-15T19:22:28.576Z] spire-1.2.1/CONTRIBUTING.md [2022-04-15T19:22:28.576Z] spire-1.2.1/Dockerfile [2022-04-15T19:22:28.576Z] spire-1.2.1/Dockerfile.dev [2022-04-15T19:22:28.576Z] spire-1.2.1/Dockerfile.scratch [2022-04-15T19:22:28.576Z] spire-1.2.1/LICENSE [2022-04-15T19:22:28.576Z] spire-1.2.1/MAINTAINERS.md [2022-04-15T19:22:28.576Z] spire-1.2.1/Makefile [2022-04-15T19:22:28.576Z] spire-1.2.1/README.md [2022-04-15T19:22:28.576Z] spire-1.2.1/ROADMAP.md [2022-04-15T19:22:28.576Z] spire-1.2.1/SECURITY.md [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-15T19:22:28.576Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-15T19:22:28.576Z] spire-1.2.1/conf/ [2022-04-15T19:22:28.576Z] spire-1.2.1/conf/agent/ [2022-04-15T19:22:28.576Z] spire-1.2.1/conf/agent/agent.conf [2022-04-15T19:22:28.576Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-15T19:22:28.576Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-15T19:22:28.576Z] spire-1.2.1/conf/server/ [2022-04-15T19:22:28.576Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-15T19:22:28.576Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-15T19:22:28.576Z] spire-1.2.1/conf/server/server.conf [2022-04-15T19:22:28.576Z] spire-1.2.1/conf/server/server_full.conf [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/ [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/SPIRE101.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/auditlog.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/ [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-15T19:22:28.576Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/scaling_spire.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/spire_agent.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/spire_server.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/supported_integrations.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/telemetry.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/telemetry_config.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/upgrading.md [2022-04-15T19:22:28.577Z] spire-1.2.1/doc/using_spire.md [2022-04-15T19:22:28.577Z] spire-1.2.1/examples/ [2022-04-15T19:22:28.577Z] spire-1.2.1/examples/README.md [2022-04-15T19:22:28.577Z] spire-1.2.1/go.mod [2022-04-15T19:22:28.577Z] spire-1.2.1/go.sum [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/agent.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/client/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/common/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/config.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-15T19:22:28.577Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-15T19:22:28.853Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/svid/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/names.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/auth/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cli/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-15T19:22:28.854Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/health/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/health/config.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/health/context.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/health/health.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/idutil/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/log/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/log/log.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/log/options.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-15T19:22:28.855Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/plugin/ [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-15T19:22:29.132Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/profiling/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/selector/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/uptime/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/task.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/version/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/version/version.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509util/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/api.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/health/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/id.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/status.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-15T19:22:29.133Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/bundle/ [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/ca/ [2022-04-15T19:22:29.134Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/cache/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/catalog/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/config.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-15T19:22:29.410Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-15T19:22:29.411Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-15T19:22:29.689Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-15T19:22:29.689Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/registration/ [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/server.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/server_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/svid/ [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/ [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/private/ [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/private/server/ [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/private/server/journal/ [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/ [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/common/ [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/plugin/ [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-15T19:22:29.690Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-15T19:22:29.690Z] spire-1.2.1/release/ [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire-extras/ [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire-extras/README.md [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire/ [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire/README.md [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire/conf/ [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire/conf/server/ [2022-04-15T19:22:29.690Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-15T19:22:29.690Z] spire-1.2.1/script/ [2022-04-15T19:22:29.690Z] spire-1.2.1/script/build-artifact.sh [2022-04-15T19:22:29.690Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-15T19:22:29.690Z] spire-1.2.1/support/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-15T19:22:29.690Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-15T19:22:29.690Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-15T19:22:29.690Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-15T19:22:29.691Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-15T19:22:29.691Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-15T19:22:29.691Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-15T19:22:29.691Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-15T19:22:29.691Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-15T19:22:29.691Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-15T19:22:29.691Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-15T19:22:29.691Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-15T19:22:29.691Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-15T19:22:29.691Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-15T19:22:29.691Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/clock/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/clock/clock.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/ [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/fixture.go [2022-04-15T19:22:29.691Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/registration/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-15T19:22:29.968Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/README.md [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/common [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-15T19:22:29.968Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-15T19:22:29.969Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/test-one.sh [2022-04-15T19:22:30.245Z] spire-1.2.1/test/integration/test.sh [2022-04-15T19:22:30.245Z] spire-1.2.1/test/plugintest/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/plugintest/config.go [2022-04-15T19:22:30.245Z] spire-1.2.1/test/plugintest/load.go [2022-04-15T19:22:30.245Z] spire-1.2.1/test/plugintest/option.go [2022-04-15T19:22:30.245Z] spire-1.2.1/test/spiretest/ [2022-04-15T19:22:30.245Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-15T19:22:30.245Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-15T19:22:30.245Z] spire-1.2.1/test/spiretest/dir.go [2022-04-15T19:22:30.245Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-15T19:22:30.245Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/spiretest/logs.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/spiretest/suite.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/spiretest/x509.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/testca/ [2022-04-15T19:22:30.246Z] spire-1.2.1/test/testca/ca.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/testkey/ [2022-04-15T19:22:30.246Z] spire-1.2.1/test/testkey/generate.sh [2022-04-15T19:22:30.246Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/testkey/keys.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/testkey/new.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/tpmsimulator/ [2022-04-15T19:22:30.246Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/util/ [2022-04-15T19:22:30.246Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/util/cert_generation.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/util/io_redirection.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/util/race.go [2022-04-15T19:22:30.246Z] spire-1.2.1/test/util/util.go [2022-04-15T19:22:30.246Z] building spire from source... [2022-04-15T19:22:30.847Z] Installing go1.17.7... [2022-04-15T19:22:57.677Z] Building bin/spire-server... [2022-04-15T19:22:57.677Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-15T19:22:57.677Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-15T19:22:57.677Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-15T19:22:57.677Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-15T19:22:57.677Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-15T19:22:57.677Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-15T19:22:57.677Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-15T19:22:57.677Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-15T19:22:57.677Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-15T19:22:57.677Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-15T19:22:59.123Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-15T19:22:59.123Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-15T19:22:59.123Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-15T19:22:59.729Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-15T19:22:59.729Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-15T19:22:59.729Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-15T19:22:59.729Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-15T19:23:00.725Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-15T19:23:00.725Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-15T19:23:01.003Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-15T19:23:01.284Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-15T19:23:01.284Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-15T19:23:02.272Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-15T19:23:02.555Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-15T19:23:17.674Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-15T19:23:17.674Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-15T19:23:17.674Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-15T19:23:17.674Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-15T19:23:17.674Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-15T19:23:17.674Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-15T19:23:17.674Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-15T19:23:17.674Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-15T19:23:17.674Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-15T19:23:17.674Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-15T19:23:17.675Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-15T19:23:17.675Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-15T19:23:17.675Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-15T19:23:17.675Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-15T19:23:17.675Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-15T19:23:18.893Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-15T19:23:20.316Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-15T19:23:20.316Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-15T19:23:20.316Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-15T19:23:20.598Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-15T19:23:20.870Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-15T19:23:20.870Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-15T19:23:20.870Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-15T19:23:21.143Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-15T19:23:21.143Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-15T19:23:21.143Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-15T19:23:21.417Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-15T19:23:22.018Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-15T19:23:22.018Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-15T19:23:22.018Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-15T19:23:23.009Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-15T19:23:26.404Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-15T19:23:36.573Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-15T19:23:36.573Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-15T19:23:36.573Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-15T19:23:36.573Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-15T19:23:36.573Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-15T19:24:03.393Z] go: downloading google.golang.org/api v0.70.0 [2022-04-15T19:24:03.393Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-15T19:24:03.393Z] go: downloading k8s.io/api v0.23.4 [2022-04-15T19:24:11.682Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-15T19:24:11.682Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-15T19:24:12.662Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-15T19:24:14.101Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-15T19:24:40.916Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-15T19:24:40.916Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-15T19:24:40.916Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-15T19:24:41.191Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-15T19:24:43.168Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-15T19:24:44.150Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-15T19:24:45.581Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-15T19:24:45.856Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-15T19:24:46.131Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-15T19:24:47.112Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-15T19:24:47.112Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-15T19:24:47.387Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-15T19:24:47.387Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-15T19:24:47.986Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-15T19:24:47.986Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-15T19:24:47.986Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-15T19:24:47.986Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-15T19:24:48.584Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-15T19:24:48.584Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-15T19:24:50.027Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-15T19:24:50.027Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-15T19:24:50.305Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-15T19:24:55.728Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-15T19:24:56.008Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-15T19:24:56.008Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-15T19:24:56.008Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-15T19:24:56.609Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-15T19:24:56.889Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-15T19:24:56.889Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-15T19:24:56.889Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-15T19:24:57.168Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-15T19:24:57.168Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-15T19:24:57.168Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-15T19:24:57.445Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-15T19:24:58.888Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-15T19:24:59.491Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-15T19:24:59.491Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-15T19:24:59.770Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-15T19:25:00.047Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-15T19:25:00.047Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-15T19:25:00.047Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-15T19:25:00.047Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-15T19:25:00.323Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-15T19:25:01.310Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-15T19:25:01.586Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-15T19:25:01.861Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-15T19:25:02.140Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-15T19:25:02.140Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-15T19:25:04.135Z] go: downloading go.opencensus.io v0.23.0 [2022-04-15T19:25:04.732Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-15T19:25:05.006Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-15T19:25:05.006Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-15T19:25:05.281Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-15T19:25:05.281Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-15T19:25:05.555Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-15T19:25:05.829Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-15T19:25:06.432Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-15T19:25:08.419Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-15T19:25:11.045Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-15T19:25:11.045Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-15T19:25:11.045Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-15T19:25:11.320Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-15T19:25:11.320Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-15T19:25:11.958Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-15T19:25:12.236Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-15T19:25:12.236Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-15T19:25:12.236Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-15T19:25:12.512Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-15T19:25:12.512Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-15T19:25:12.791Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-15T19:25:25.302Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-15T19:25:25.302Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-15T19:25:25.302Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-15T19:25:25.302Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-15T19:25:52.136Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-15T19:25:52.136Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-15T19:26:48.711Z] 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-15T19:26:48.711Z] Removing intermediate container 20d08ae6f4b3 [2022-04-15T19:26:48.711Z] ---> a4f80c624eea [2022-04-15T19:26:48.711Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-15T19:26:48.711Z] ---> Running in 3bc59372473a [2022-04-15T19:26:48.711Z] 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-15T19:26:53.034Z] Removing intermediate container 3bc59372473a [2022-04-15T19:26:53.034Z] ---> cdfd6b7920bd [2022-04-15T19:26:53.034Z] [2022-04-15T19:26:53.034Z] Step 11/23 : FROM docker:20.10.14 [2022-04-15T19:26:53.313Z] 20.10.14: Pulling from library/docker [2022-04-15T19:27:01.632Z] Removing intermediate container 875cb2b544fc [2022-04-15T19:27:01.632Z] ---> 4c49e5a0bfcf [2022-04-15T19:27:01.632Z] [2022-04-15T19:27:01.632Z] Step 10/25 : FROM alpine:3.14 [2022-04-15T19:27:01.633Z] 3.14: Pulling from library/alpine [2022-04-15T19:27:04.263Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-15T19:27:04.263Z] Status: Downloaded newer image for alpine:3.14 [2022-04-15T19:27:04.263Z] ---> ac73e934f311 [2022-04-15T19:27:04.263Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-15T19:27:04.867Z] ---> Running in b3ba11dd4fd4 [2022-04-15T19:27:08.274Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:27:08.274Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:27:08.882Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-15T19:27:09.160Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-15T19:27:09.160Z] (3/3) Installing su-exec (0.2-r1) [2022-04-15T19:27:09.160Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:27:09.160Z] Executing ca-certificates-20211220-r0.trigger [2022-04-15T19:27:09.444Z] OK: 6 MiB in 17 packages [2022-04-15T19:27:13.791Z] Removing intermediate container b3ba11dd4fd4 [2022-04-15T19:27:13.791Z] ---> 22d06146b0b9 [2022-04-15T19:27:13.791Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-15T19:27:13.791Z] ---> Running in e01ede430e1e [2022-04-15T19:27:14.073Z] Removing intermediate container 9c59f7eab29b [2022-04-15T19:27:14.073Z] ---> 056fd5dc5fb3 [2022-04-15T19:27:14.073Z] [2022-04-15T19:27:14.073Z] Step 10/23 : FROM alpine:3.14 [2022-04-15T19:27:14.073Z] ---> ac73e934f311 [2022-04-15T19:27:14.073Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-15T19:27:14.357Z] Removing intermediate container e01ede430e1e [2022-04-15T19:27:14.357Z] ---> 84dd3cfe88b2 [2022-04-15T19:27:14.357Z] Step 13/25 : WORKDIR / [2022-04-15T19:27:14.357Z] ---> Running in bba463cb2aab [2022-04-15T19:27:14.634Z] ---> Running in b10e630d3c52 [2022-04-15T19:27:15.629Z] Removing intermediate container b10e630d3c52 [2022-04-15T19:27:15.629Z] ---> f3b38ad481e6 [2022-04-15T19:27:15.629Z] 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-15T19:27:16.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:27:16.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:27:17.528Z] ---> 52c17a598f3d [2022-04-15T19:27:17.528Z] 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-15T19:27:17.817Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-15T19:27:17.817Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:27:17.817Z] OK: 5 MiB in 15 packages [2022-04-15T19:27:18.826Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-15T19:27:18.826Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-15T19:27:18.826Z] ---> c346e9eafbab [2022-04-15T19:27:18.826Z] 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-15T19:27:19.106Z] ---> Running in eb3a5aaa5f95 [2022-04-15T19:27:19.383Z] ---> abba48abeb31 [2022-04-15T19:27:19.383Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-15T19:27:19.662Z] Removing intermediate container bba463cb2aab [2022-04-15T19:27:19.662Z] ---> 1d767e7deff0 [2022-04-15T19:27:19.662Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-15T19:27:19.969Z] Removing intermediate container eb3a5aaa5f95 [2022-04-15T19:27:19.969Z] ---> 548c10c44574 [2022-04-15T19:27:19.969Z] 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-15T19:27:19.969Z] ---> Running in 7c808f1aa67e [2022-04-15T19:27:19.969Z] ---> Running in 71539c88b0c2 [2022-04-15T19:27:20.978Z] Removing intermediate container 7c808f1aa67e [2022-04-15T19:27:20.978Z] ---> 553b9700dd96 [2022-04-15T19:27:20.978Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-15T19:27:21.259Z] ---> Running in 7c1f25352326 [2022-04-15T19:27:21.259Z] ---> 33b1a4a219ce [2022-04-15T19:27:21.259Z] 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-15T19:27:21.866Z] Removing intermediate container 7c1f25352326 [2022-04-15T19:27:21.866Z] ---> 8284b3667582 [2022-04-15T19:27:21.866Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-15T19:27:22.140Z] ---> Running in 43f64a671d00 [2022-04-15T19:27:22.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:27:22.704Z] ---> 8590e5e88cdd [2022-04-15T19:27:22.704Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-15T19:27:22.704Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:27:22.982Z] Removing intermediate container 43f64a671d00 [2022-04-15T19:27:22.982Z] ---> e0497c38ec76 [2022-04-15T19:27:22.982Z] Step 15/23 : WORKDIR / [2022-04-15T19:27:22.982Z] ---> Running in e71ba1d9e123 [2022-04-15T19:27:23.978Z] Removing intermediate container e71ba1d9e123 [2022-04-15T19:27:23.978Z] ---> a6c04564dd6e [2022-04-15T19:27:23.978Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:27:23.978Z] (1/43) Installing readline (8.1.1-r0) [2022-04-15T19:27:23.978Z] (2/43) Installing bash (5.1.16-r0) [2022-04-15T19:27:24.261Z] Executing bash-5.1.16-r0.post-install [2022-04-15T19:27:24.261Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-15T19:27:24.261Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-15T19:27:24.261Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-15T19:27:24.261Z] (6/43) Installing curl (7.80.0-r0) [2022-04-15T19:27:24.261Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-15T19:27:24.261Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-15T19:27:24.261Z] (9/43) Installing expat (2.4.7-r0) [2022-04-15T19:27:24.261Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-15T19:27:24.261Z] (11/43) Installing gdbm (1.22-r0) [2022-04-15T19:27:24.261Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-15T19:27:24.261Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-15T19:27:24.261Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-15T19:27:24.539Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-15T19:27:24.539Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-15T19:27:24.539Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-15T19:27:25.143Z] ---> 59f7f20bad61 [2022-04-15T19:27:25.143Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-15T19:27:25.143Z] ---> 5a544ea367a3 [2022-04-15T19:27:25.143Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-15T19:27:27.136Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-15T19:27:27.136Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-15T19:27:27.136Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-15T19:27:27.137Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-15T19:27:27.137Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-15T19:27:27.414Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-15T19:27:27.414Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-15T19:27:27.414Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-15T19:27:27.414Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-15T19:27:27.414Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-15T19:27:27.414Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-15T19:27:27.414Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-15T19:27:27.692Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-15T19:27:27.692Z] ---> e4760cd76796 [2022-04-15T19:27:27.693Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-15T19:27:27.693Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-15T19:27:27.693Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-15T19:27:27.693Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-15T19:27:27.693Z] ---> 952179d5e861 [2022-04-15T19:27:27.693Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-15T19:27:27.969Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-15T19:27:27.969Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-15T19:27:27.969Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-15T19:27:27.969Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-15T19:27:27.969Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-15T19:27:27.969Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-15T19:27:27.969Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-15T19:27:27.969Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-15T19:27:28.247Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-15T19:27:28.247Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-15T19:27:29.237Z] ---> 1a8e5cecd140 [2022-04-15T19:27:29.237Z] 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-15T19:27:29.237Z] ---> 30fa53a412af [2022-04-15T19:27:29.237Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-15T19:27:29.237Z] Executing busybox-1.34.1-r5.trigger [2022-04-15T19:27:29.237Z] ---> Running in 198c00e45a20 [2022-04-15T19:27:29.237Z] ---> Running in 0960a2266f63 [2022-04-15T19:27:29.237Z] OK: 82 MiB in 65 packages [2022-04-15T19:27:30.229Z] Removing intermediate container 0960a2266f63 [2022-04-15T19:27:30.229Z] ---> cf9830642cc6 [2022-04-15T19:27:30.229Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:27:30.512Z] ---> Running in 5e3c1df7e657 [2022-04-15T19:27:31.116Z] Removing intermediate container 5e3c1df7e657 [2022-04-15T19:27:31.116Z] ---> 38d8138d09a1 [2022-04-15T19:27:31.116Z] Step 21/23 : LABEL arch=arm64 [2022-04-15T19:27:31.394Z] ---> Running in f887a5b039d4 [2022-04-15T19:27:32.004Z] Removing intermediate container f887a5b039d4 [2022-04-15T19:27:32.004Z] ---> 8d216f87f883 [2022-04-15T19:27:32.004Z] Step 22/23 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:27:32.286Z] ---> Running in 5c80c8d87489 [2022-04-15T19:27:32.921Z] Removing intermediate container 198c00e45a20 [2022-04-15T19:27:32.921Z] ---> d9d532ffca27 [2022-04-15T19:27:32.921Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-15T19:27:32.921Z] Removing intermediate container 5c80c8d87489 [2022-04-15T19:27:32.921Z] ---> 3b21623581a7 [2022-04-15T19:27:32.921Z] Step 23/23 : LABEL version=0.0.0 [2022-04-15T19:27:32.921Z] ---> Running in b77a9a9ec438 [2022-04-15T19:27:33.205Z] ---> Running in e0366e59b6bd [2022-04-15T19:27:33.481Z] Removing intermediate container e0366e59b6bd [2022-04-15T19:27:33.481Z] ---> 450dbdf5e1aa [2022-04-15T19:27:33.481Z] [2022-04-15T19:27:33.765Z] Removing intermediate container b77a9a9ec438 [2022-04-15T19:27:33.765Z] ---> 6ac4c716c823 [2022-04-15T19:27:33.765Z] Step 23/25 : LABEL arch=arm64 [2022-04-15T19:27:34.043Z] ---> Running in 25b16e17d447 [2022-04-15T19:27:34.329Z] Successfully built 450dbdf5e1aa [2022-04-15T19:27:34.329Z] Successfully tagged core-metadata-arm64:latest [2022-04-15T19:27:34.329Z]  Building core-metadata ... done Building support-scheduler [2022-04-15T19:27:34.604Z] Removing intermediate container 25b16e17d447 [2022-04-15T19:27:34.604Z] ---> b3caf77dd2e4 [2022-04-15T19:27:34.604Z] Step 24/25 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:27:34.604Z] ---> Running in e9c0cfa47cec [2022-04-15T19:27:34.876Z] Collecting docker-compose==1.23.2 [2022-04-15T19:27:34.876Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-15T19:27:35.154Z] Removing intermediate container e9c0cfa47cec [2022-04-15T19:27:35.154Z] ---> be453c8e081d [2022-04-15T19:27:35.154Z] Step 25/25 : LABEL version=0.0.0 [2022-04-15T19:27:35.154Z] ---> Running in e0a00a642c24 [2022-04-15T19:27:35.762Z] Removing intermediate container e0a00a642c24 [2022-04-15T19:27:35.762Z] ---> d4af5cbabc51 [2022-04-15T19:27:35.762Z] [2022-04-15T19:27:36.037Z] Successfully built d4af5cbabc51 [2022-04-15T19:27:36.037Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-15T19:27:36.037Z]  Building security-secretstore-setup ... done Building core-command [2022-04-15T19:27:36.312Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-15T19:27:36.589Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-15T19:27:36.589Z] Collecting cached-property<2,>=1.2.0 [2022-04-15T19:27:36.589Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-15T19:27:37.214Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-15T19:27:37.214Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-15T19:27:37.214Z] Collecting docopt<0.7,>=0.6.1 [2022-04-15T19:27:37.214Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-15T19:27:39.843Z] Collecting docker<4.0,>=3.6.0 [2022-04-15T19:27:39.843Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-15T19:27:39.843Z] Collecting texttable<0.10,>=0.9.0 [2022-04-15T19:27:39.843Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-15T19:27:42.515Z] Collecting PyYAML<4,>=3.10 [2022-04-15T19:27:42.515Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-15T19:27:47.068Z] Collecting jsonschema<3,>=2.5.1 [2022-04-15T19:27:47.068Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-15T19:27:47.068Z] 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-15T19:27:47.068Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-15T19:27:47.068Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-15T19:27:49.689Z] Collecting docker-pycreds>=0.4.0 [2022-04-15T19:27:49.689Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-15T19:27:50.292Z] Collecting idna<2.8,>=2.5 [2022-04-15T19:27:50.292Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-15T19:27:51.273Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-15T19:27:51.273Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-15T19:27:51.273Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-15T19:27:51.273Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-15T19:27:51.273Z] 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-15T19:27:51.874Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-15T19:27:51.874Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-15T19:27:51.874Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-15T19:27:51.874Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-15T19:27:52.860Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-15T19:27:52.860Z] Attempting uninstall: urllib3 [2022-04-15T19:27:52.860Z] Found existing installation: urllib3 1.26.7 [2022-04-15T19:27:52.860Z] Uninstalling urllib3-1.26.7: [2022-04-15T19:27:53.136Z] Successfully uninstalled urllib3-1.26.7 [2022-04-15T19:27:54.130Z] Attempting uninstall: idna [2022-04-15T19:27:54.130Z] Found existing installation: idna 3.3 [2022-04-15T19:27:54.130Z] Uninstalling idna-3.3: [2022-04-15T19:27:54.408Z] Successfully uninstalled idna-3.3 [2022-04-15T19:27:58.734Z] Attempting uninstall: requests [2022-04-15T19:27:58.734Z] Found existing installation: requests 2.26.0 [2022-04-15T19:27:58.735Z] Uninstalling requests-2.26.0: [2022-04-15T19:27:58.735Z] Successfully uninstalled requests-2.26.0 [2022-04-15T19:27:59.011Z] Running setup.py install for texttable: started [2022-04-15T19:28:01.667Z] Running setup.py install for texttable: finished with status 'done' [2022-04-15T19:28:01.667Z] Running setup.py install for PyYAML: started [2022-04-15T19:28:04.293Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-15T19:28:04.901Z] Running setup.py install for docopt: started [2022-04-15T19:28:07.538Z] Running setup.py install for docopt: finished with status 'done' [2022-04-15T19:28:07.538Z] Running setup.py install for dockerpty: started [2022-04-15T19:28:10.947Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-15T19:28:13.586Z] 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-15T19:28:17.906Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:28:17.906Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:28:17.906Z] ---> 815277c18390 [2022-04-15T19:28:17.906Z] Step 3/22 : WORKDIR /edgex-go [2022-04-15T19:28:17.906Z] ---> Using cache [2022-04-15T19:28:17.906Z] ---> e746a626c735 [2022-04-15T19:28:17.906Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:28:17.906Z] ---> Using cache [2022-04-15T19:28:17.906Z] ---> 476b21cb620b [2022-04-15T19:28:17.906Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-15T19:28:17.906Z] ---> Using cache [2022-04-15T19:28:17.906Z] ---> ae268223bcca [2022-04-15T19:28:17.906Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-15T19:28:17.906Z] ---> Using cache [2022-04-15T19:28:17.906Z] ---> a448a98daf24 [2022-04-15T19:28:17.906Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:28:17.906Z] ---> Using cache [2022-04-15T19:28:17.906Z] ---> 325f66de20fe [2022-04-15T19:28:17.906Z] Step 8/22 : COPY . . [2022-04-15T19:28:17.906Z] ---> Using cache [2022-04-15T19:28:17.906Z] ---> bf91e3c4cb33 [2022-04-15T19:28:17.906Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-15T19:28:17.906Z] ---> Running in 8122be267275 [2022-04-15T19:28:20.555Z] 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-15T19:28:22.549Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:28:22.549Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:28:22.549Z] ---> 815277c18390 [2022-04-15T19:28:22.549Z] Step 3/23 : WORKDIR /edgex-go [2022-04-15T19:28:22.549Z] ---> Using cache [2022-04-15T19:28:22.549Z] ---> e746a626c735 [2022-04-15T19:28:22.549Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:28:22.549Z] ---> Using cache [2022-04-15T19:28:22.549Z] ---> 476b21cb620b [2022-04-15T19:28:22.549Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-15T19:28:22.549Z] ---> Using cache [2022-04-15T19:28:22.549Z] ---> ae268223bcca [2022-04-15T19:28:22.549Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-15T19:28:22.549Z] ---> Using cache [2022-04-15T19:28:22.549Z] ---> a448a98daf24 [2022-04-15T19:28:22.549Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:28:22.549Z] ---> Using cache [2022-04-15T19:28:22.549Z] ---> 325f66de20fe [2022-04-15T19:28:22.549Z] Step 8/23 : COPY . . [2022-04-15T19:28:23.150Z] ---> Using cache [2022-04-15T19:28:23.150Z] ---> bf91e3c4cb33 [2022-04-15T19:28:23.150Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-15T19:28:23.430Z] ---> Running in cfe88f022442 [2022-04-15T19:28:26.078Z] 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-15T19:28:38.481Z] Removing intermediate container f18c72ff7c8c [2022-04-15T19:28:38.481Z] ---> 34a97ae09007 [2022-04-15T19:28:38.481Z] [2022-04-15T19:28:38.481Z] Step 9/20 : FROM alpine:3.15 [2022-04-15T19:28:38.481Z] 3.15: Pulling from library/alpine [2022-04-15T19:28:38.481Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-15T19:28:38.481Z] Status: Downloaded newer image for alpine:3.15 [2022-04-15T19:28:38.481Z] ---> 3fb3c9af89a9 [2022-04-15T19:28:38.481Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-15T19:28:38.481Z] ---> Running in 25bab3fbb8d6 [2022-04-15T19:28:38.481Z] Removing intermediate container 71539c88b0c2 [2022-04-15T19:28:38.481Z] ---> 17ae63ab0aa6 [2022-04-15T19:28:38.481Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-15T19:28:38.761Z] ---> Running in bdb9b083b3e2 [2022-04-15T19:28:39.036Z] Removing intermediate container 25bab3fbb8d6 [2022-04-15T19:28:39.036Z] ---> b3117f0c8395 [2022-04-15T19:28:39.036Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:28:39.036Z] ---> Running in f126cc7527d7 [2022-04-15T19:28:39.649Z] Removing intermediate container bdb9b083b3e2 [2022-04-15T19:28:39.649Z] ---> 9204c2da6d46 [2022-04-15T19:28:39.649Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-15T19:28:39.649Z] ---> Running in 0bde2536f954 [2022-04-15T19:28:40.630Z] Removing intermediate container 0bde2536f954 [2022-04-15T19:28:40.630Z] ---> 4412acfa12bb [2022-04-15T19:28:40.630Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-15T19:28:42.612Z] Removing intermediate container f126cc7527d7 [2022-04-15T19:28:42.612Z] ---> 2f49d70ef654 [2022-04-15T19:28:42.612Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-15T19:28:42.612Z] ---> Running in 35baea645073 [2022-04-15T19:28:43.218Z] ---> 736c1ed6ec4a [2022-04-15T19:28:43.218Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-15T19:28:44.200Z] ---> b73e33d3c52f [2022-04-15T19:28:44.200Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-15T19:28:44.797Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:28:45.404Z] ---> 6314932799fc [2022-04-15T19:28:45.404Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-15T19:28:45.404Z] ---> Running in 97cce321e5e2 [2022-04-15T19:28:46.018Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:28:46.018Z] Removing intermediate container 97cce321e5e2 [2022-04-15T19:28:46.018Z] ---> 360a6bd50837 [2022-04-15T19:28:46.018Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:28:46.018Z] ---> Running in 3dcb6797a07a [2022-04-15T19:28:47.006Z] Removing intermediate container 3dcb6797a07a [2022-04-15T19:28:47.006Z] ---> 5376238c20d1 [2022-04-15T19:28:47.006Z] Step 21/23 : LABEL arch=arm64 [2022-04-15T19:28:47.006Z] ---> Running in 3c0ae92aead2 [2022-04-15T19:28:47.289Z] v3.15.4-39-g17994082e8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-15T19:28:47.289Z] v3.15.4-38-gf7d0da3611 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-15T19:28:47.289Z] OK: 15730 distinct packages available [2022-04-15T19:28:47.564Z] Removing intermediate container 3c0ae92aead2 [2022-04-15T19:28:47.564Z] ---> ec1aefb2d0fc [2022-04-15T19:28:47.564Z] Step 22/23 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:28:47.564Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:28:47.564Z] ---> Running in 1225864f0b6a [2022-04-15T19:28:48.171Z] Removing intermediate container 1225864f0b6a [2022-04-15T19:28:48.171Z] ---> 119b5f13674c [2022-04-15T19:28:48.171Z] Step 23/23 : LABEL version=0.0.0 [2022-04-15T19:28:48.171Z] ---> Running in 6a8f4753f571 [2022-04-15T19:28:48.457Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:28:48.733Z] Removing intermediate container 6a8f4753f571 [2022-04-15T19:28:48.733Z] ---> a49b62b826cc [2022-04-15T19:28:48.733Z] [2022-04-15T19:28:49.005Z] Successfully built a49b62b826cc [2022-04-15T19:28:49.005Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-15T19:28:49.005Z]  Building sys-mgmt-agent ... done Building security-bootstrapper [2022-04-15T19:28:49.990Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-15T19:28:49.990Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-15T19:28:49.990Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-15T19:28:50.265Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-15T19:28:50.265Z] (5/9) Installing curl (7.80.0-r0) [2022-04-15T19:28:50.265Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-15T19:28:50.543Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-15T19:28:50.543Z] (8/9) Installing libucontext (1.1-r0) [2022-04-15T19:28:50.543Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-15T19:28:50.819Z] Executing busybox-1.34.1-r5.trigger [2022-04-15T19:28:50.819Z] Executing ca-certificates-20211220-r0.trigger [2022-04-15T19:28:51.420Z] OK: 8 MiB in 23 packages [2022-04-15T19:28:53.409Z] Removing intermediate container 35baea645073 [2022-04-15T19:28:53.409Z] ---> c38f2d6a1e6c [2022-04-15T19:28:53.409Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:28:54.405Z] ---> 604261f41362 [2022-04-15T19:28:54.405Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-15T19:28:57.060Z] ---> 52df9ae9811a [2022-04-15T19:28:57.060Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-15T19:28:58.094Z] ---> e6eb768e054f [2022-04-15T19:28:58.094Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-15T19:28:58.094Z] ---> Running in 5ff7913f0074 [2022-04-15T19:28:58.502Z] Removing intermediate container 5ff7913f0074 [2022-04-15T19:28:58.502Z] ---> e11364fe1a1c [2022-04-15T19:28:58.502Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:28:58.502Z] ---> Running in 770aa1deb9f0 [2022-04-15T19:28:59.179Z] Removing intermediate container 770aa1deb9f0 [2022-04-15T19:28:59.179Z] ---> fbd72c27747b [2022-04-15T19:28:59.179Z] Step 18/20 : LABEL arch=arm64 [2022-04-15T19:28:59.179Z] ---> Running in 68766ba0bcd8 [2022-04-15T19:28:59.855Z] Removing intermediate container 68766ba0bcd8 [2022-04-15T19:28:59.855Z] ---> 2336d4ba6146 [2022-04-15T19:28:59.855Z] Step 19/20 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:28:59.855Z] ---> Running in f2cac52aa80a [2022-04-15T19:29:00.862Z] Removing intermediate container f2cac52aa80a [2022-04-15T19:29:00.862Z] ---> e99eded5bfc0 [2022-04-15T19:29:00.862Z] Step 20/20 : LABEL version=0.0.0 [2022-04-15T19:29:01.165Z] ---> Running in 8eaa858ec3d7 [2022-04-15T19:29:01.767Z] Removing intermediate container 8eaa858ec3d7 [2022-04-15T19:29:01.767Z] ---> bf9c67ea02d5 [2022-04-15T19:29:01.767Z] [2022-04-15T19:29:02.755Z] Successfully built bf9c67ea02d5 [2022-04-15T19:29:02.755Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-15T19:29:02.755Z]  Building security-spiffe-token-provider ... done Building support-notifications [2022-04-15T19:29:35.101Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:29:35.101Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:29:35.101Z] ---> 815277c18390 [2022-04-15T19:29:35.101Z] Step 3/31 : WORKDIR /edgex-go [2022-04-15T19:29:35.101Z] ---> Using cache [2022-04-15T19:29:35.101Z] ---> e746a626c735 [2022-04-15T19:29:35.101Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:29:35.101Z] ---> Using cache [2022-04-15T19:29:35.101Z] ---> 476b21cb620b [2022-04-15T19:29:35.101Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-15T19:29:35.101Z] ---> Using cache [2022-04-15T19:29:35.101Z] ---> ae268223bcca [2022-04-15T19:29:35.101Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-15T19:29:35.101Z] ---> Using cache [2022-04-15T19:29:35.101Z] ---> a448a98daf24 [2022-04-15T19:29:35.101Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:29:35.101Z] ---> Using cache [2022-04-15T19:29:35.101Z] ---> 325f66de20fe [2022-04-15T19:29:35.101Z] Step 8/31 : COPY . . [2022-04-15T19:29:35.101Z] ---> Using cache [2022-04-15T19:29:35.101Z] ---> bf91e3c4cb33 [2022-04-15T19:29:35.101Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-15T19:29:35.101Z] ---> Running in 3e45d17c36db [2022-04-15T19:29:35.101Z] 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-15T19:29:47.517Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:29:47.517Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:29:47.517Z] ---> 815277c18390 [2022-04-15T19:29:47.517Z] Step 3/22 : WORKDIR /edgex-go [2022-04-15T19:29:47.517Z] ---> Using cache [2022-04-15T19:29:47.517Z] ---> e746a626c735 [2022-04-15T19:29:47.517Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:29:47.517Z] ---> Using cache [2022-04-15T19:29:47.517Z] ---> 476b21cb620b [2022-04-15T19:29:47.517Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-15T19:29:47.517Z] ---> Running in 303eeda6e3c6 [2022-04-15T19:29:48.114Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:29:49.093Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:29:50.076Z] OK: 220 MiB in 52 packages [2022-04-15T19:29:51.510Z] Removing intermediate container 303eeda6e3c6 [2022-04-15T19:29:51.510Z] ---> 960c7e58f85f [2022-04-15T19:29:51.510Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-15T19:29:52.534Z] ---> 00add62bff0c [2022-04-15T19:29:52.534Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:29:52.534Z] ---> Running in 507eeb41fa61 [2022-04-15T19:29:59.253Z] Removing intermediate container 507eeb41fa61 [2022-04-15T19:29:59.253Z] ---> 8609a2fc844b [2022-04-15T19:29:59.253Z] Step 8/22 : COPY . . [2022-04-15T19:30:17.590Z] ---> 57aa2bba181a [2022-04-15T19:30:17.590Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-15T19:30:17.590Z] ---> Running in e6e7ed9f9069 [2022-04-15T19:30:19.571Z] 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-15T19:32:56.525Z] Removing intermediate container cfe88f022442 [2022-04-15T19:32:56.525Z] ---> 273d9e06419c [2022-04-15T19:32:56.525Z] [2022-04-15T19:32:56.525Z] Step 10/23 : FROM alpine:3.14 [2022-04-15T19:32:56.525Z] ---> ac73e934f311 [2022-04-15T19:32:56.525Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-15T19:32:56.525Z] ---> Using cache [2022-04-15T19:32:56.525Z] ---> 1d767e7deff0 [2022-04-15T19:32:56.525Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-15T19:32:56.525Z] ---> Using cache [2022-04-15T19:32:56.525Z] ---> 553b9700dd96 [2022-04-15T19:32:56.525Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-15T19:32:56.525Z] ---> Running in 38971b7c2ad2 [2022-04-15T19:32:56.525Z] Removing intermediate container 38971b7c2ad2 [2022-04-15T19:32:56.525Z] ---> c41ffd389bee [2022-04-15T19:32:56.525Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-15T19:32:56.525Z] ---> Running in 176e3836112f [2022-04-15T19:32:56.525Z] Removing intermediate container 176e3836112f [2022-04-15T19:32:56.525Z] ---> 9d203f687fdc [2022-04-15T19:32:56.525Z] Step 15/23 : WORKDIR / [2022-04-15T19:32:56.525Z] ---> Running in 863217b08716 [2022-04-15T19:32:56.525Z] Removing intermediate container 863217b08716 [2022-04-15T19:32:56.525Z] ---> d98db5ea794a [2022-04-15T19:32:56.525Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:32:56.525Z] ---> 90614752e464 [2022-04-15T19:32:56.525Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-15T19:32:56.525Z] ---> 9644012707f4 [2022-04-15T19:32:56.525Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-15T19:32:57.133Z] ---> 076622dc1669 [2022-04-15T19:32:57.133Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-15T19:32:57.133Z] ---> Running in 53e39e73a35d [2022-04-15T19:32:57.744Z] Removing intermediate container 53e39e73a35d [2022-04-15T19:32:57.744Z] ---> 2f003cda531e [2022-04-15T19:32:57.744Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:32:57.744Z] ---> Running in 3ed2984dac6b [2022-04-15T19:32:58.355Z] Removing intermediate container 3ed2984dac6b [2022-04-15T19:32:58.355Z] ---> fb330ec51c52 [2022-04-15T19:32:58.355Z] Step 21/23 : LABEL arch=arm64 [2022-04-15T19:32:58.355Z] ---> Running in 27ef3e2fdeed [2022-04-15T19:32:58.973Z] Removing intermediate container 27ef3e2fdeed [2022-04-15T19:32:58.973Z] ---> 1f94bb393447 [2022-04-15T19:32:58.973Z] Step 22/23 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:32:58.973Z] ---> Running in 1703ba7f3215 [2022-04-15T19:32:59.584Z] Removing intermediate container 1703ba7f3215 [2022-04-15T19:32:59.584Z] ---> e9f811acb501 [2022-04-15T19:32:59.584Z] Step 23/23 : LABEL version=0.0.0 [2022-04-15T19:32:59.876Z] ---> Running in c61d7362cd85 [2022-04-15T19:33:00.157Z] Removing intermediate container c61d7362cd85 [2022-04-15T19:33:00.157Z] ---> e9751ab6aeb1 [2022-04-15T19:33:00.157Z] [2022-04-15T19:33:00.767Z] Successfully built e9751ab6aeb1 [2022-04-15T19:33:00.767Z] Successfully tagged core-command-arm64:latest [2022-04-15T19:33:00.767Z]  Building core-command ... done Building core-data [2022-04-15T19:33:27.622Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:33:27.622Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:33:27.622Z] ---> 815277c18390 [2022-04-15T19:33:27.622Z] Step 3/23 : WORKDIR /edgex-go [2022-04-15T19:33:27.622Z] ---> Using cache [2022-04-15T19:33:27.622Z] ---> e746a626c735 [2022-04-15T19:33:27.622Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:33:27.622Z] ---> Using cache [2022-04-15T19:33:27.622Z] ---> 476b21cb620b [2022-04-15T19:33:27.622Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-15T19:33:27.622Z] ---> Running in 2788d1974c01 [2022-04-15T19:33:29.634Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:33:30.627Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:33:32.082Z] OK: 220 MiB in 52 packages [2022-04-15T19:33:33.532Z] Removing intermediate container 2788d1974c01 [2022-04-15T19:33:33.532Z] ---> 66c4e542f473 [2022-04-15T19:33:33.532Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-15T19:33:34.698Z] ---> 9cbe19b5ce91 [2022-04-15T19:33:34.698Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:33:34.698Z] ---> Running in 1a463b79cca8 [2022-04-15T19:33:40.308Z] Removing intermediate container 1a463b79cca8 [2022-04-15T19:33:40.308Z] ---> c0ea10bac931 [2022-04-15T19:33:40.308Z] Step 8/23 : COPY . . [2022-04-15T19:34:02.546Z] ---> 28af28bf01d6 [2022-04-15T19:34:02.546Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-15T19:34:02.546Z] ---> Running in 2c57829d2402 [2022-04-15T19:34:02.546Z] 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-15T19:34:29.346Z] Removing intermediate container 3e45d17c36db [2022-04-15T19:34:29.346Z] ---> ad56338c1b33 [2022-04-15T19:34:29.346Z] [2022-04-15T19:34:29.346Z] Step 10/31 : FROM alpine:3.14 [2022-04-15T19:34:29.346Z] ---> ac73e934f311 [2022-04-15T19:34:29.346Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-15T19:34:29.346Z] ---> Running in 0b9c38f7f568 [2022-04-15T19:34:29.346Z] Removing intermediate container 0b9c38f7f568 [2022-04-15T19:34:29.346Z] ---> c7b03c85f7cf [2022-04-15T19:34:29.346Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-15T19:34:29.346Z] ---> Running in fced5629588a [2022-04-15T19:34:29.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:34:29.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:34:30.816Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-15T19:34:30.816Z] (2/2) Installing su-exec (0.2-r1) [2022-04-15T19:34:30.816Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:34:30.816Z] OK: 6 MiB in 16 packages [2022-04-15T19:34:32.267Z] Removing intermediate container fced5629588a [2022-04-15T19:34:32.267Z] ---> a0d415b55ae1 [2022-04-15T19:34:32.267Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-15T19:34:32.541Z] ---> Running in b25fbc019555 [2022-04-15T19:34:32.824Z] Removing intermediate container b25fbc019555 [2022-04-15T19:34:32.824Z] ---> b3ae5cb13b7b [2022-04-15T19:34:32.824Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-15T19:34:33.098Z] ---> Running in 97b81be21c8d [2022-04-15T19:34:33.718Z] Removing intermediate container 97b81be21c8d [2022-04-15T19:34:33.718Z] ---> 90fe26b88b8f [2022-04-15T19:34:33.718Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-15T19:34:33.718Z] ---> Running in e3fecc159e14 [2022-04-15T19:34:36.358Z] Removing intermediate container e3fecc159e14 [2022-04-15T19:34:36.358Z] ---> 93a9fc33c33c [2022-04-15T19:34:36.358Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-15T19:34:36.633Z] ---> Running in cbae0ea389b8 [2022-04-15T19:34:37.241Z] Removing intermediate container cbae0ea389b8 [2022-04-15T19:34:37.241Z] ---> 6e3aa224bc9a [2022-04-15T19:34:37.241Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-15T19:34:38.254Z] ---> 63e1e76f9e02 [2022-04-15T19:34:38.254Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-15T19:34:38.254Z] ---> Running in 7957e779c19f [2022-04-15T19:34:41.675Z] Removing intermediate container 7957e779c19f [2022-04-15T19:34:41.675Z] ---> e8f4bf67b8a8 [2022-04-15T19:34:41.675Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:34:42.276Z] ---> 2e7bfd6978cc [2022-04-15T19:34:42.276Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-15T19:34:44.263Z] ---> e4de433e21fe [2022-04-15T19:34:44.263Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-15T19:34:45.246Z] ---> 4f7b76bb9b4d [2022-04-15T19:34:45.246Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-15T19:34:45.850Z] ---> f881b71fd257 [2022-04-15T19:34:45.850Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-15T19:34:46.841Z] ---> 59309d083e3e [2022-04-15T19:34:46.841Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-15T19:34:47.115Z] ---> Running in af0c8fd0b534 [2022-04-15T19:34:47.712Z] Removing intermediate container af0c8fd0b534 [2022-04-15T19:34:47.712Z] ---> 706684f70158 [2022-04-15T19:34:47.712Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-15T19:34:48.696Z] ---> d2d0f593488e [2022-04-15T19:34:48.696Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-15T19:34:48.975Z] ---> Running in 8607dd03ca6d [2022-04-15T19:34:52.388Z] Removing intermediate container 8607dd03ca6d [2022-04-15T19:34:52.388Z] ---> 34228dd81cdf [2022-04-15T19:34:52.388Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-15T19:34:52.388Z] ---> Running in 316d465a2622 [2022-04-15T19:34:52.994Z] Removing intermediate container 316d465a2622 [2022-04-15T19:34:52.995Z] ---> 7899b85a23ce [2022-04-15T19:34:52.995Z] Step 28/31 : CMD ["gate"] [2022-04-15T19:34:53.271Z] ---> Running in fbb734bc1499 [2022-04-15T19:34:53.548Z] Removing intermediate container fbb734bc1499 [2022-04-15T19:34:53.548Z] ---> 9133b17830f0 [2022-04-15T19:34:53.548Z] Step 29/31 : LABEL arch=arm64 [2022-04-15T19:34:53.829Z] ---> Running in c79fe1a66b51 [2022-04-15T19:34:54.430Z] Removing intermediate container c79fe1a66b51 [2022-04-15T19:34:54.430Z] ---> bb2cd97033fd [2022-04-15T19:34:54.430Z] Step 30/31 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:34:54.707Z] ---> Running in 084a80cb9e11 [2022-04-15T19:34:55.313Z] Removing intermediate container 084a80cb9e11 [2022-04-15T19:34:55.313Z] ---> dc49ab7834dd [2022-04-15T19:34:55.313Z] Step 31/31 : LABEL version=0.0.0 [2022-04-15T19:34:55.587Z] ---> Running in 19f645a9a155 [2022-04-15T19:34:55.865Z] Removing intermediate container 19f645a9a155 [2022-04-15T19:34:55.865Z] ---> 0c6926cb9c2d [2022-04-15T19:34:55.865Z] [2022-04-15T19:34:56.466Z] Successfully built 0c6926cb9c2d [2022-04-15T19:34:56.466Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-15T19:34:56.466Z]  Building security-bootstrapper ... done Building security-spire-server [2022-04-15T19:35:28.845Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:35:28.845Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:35:28.845Z] ---> 815277c18390 [2022-04-15T19:35:28.845Z] Step 3/25 : WORKDIR /edgex-go [2022-04-15T19:35:28.845Z] ---> Using cache [2022-04-15T19:35:28.845Z] ---> e746a626c735 [2022-04-15T19:35:28.845Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:35:28.845Z] ---> Using cache [2022-04-15T19:35:28.845Z] ---> 476b21cb620b [2022-04-15T19:35:28.845Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-15T19:35:28.845Z] ---> Running in ea03bdded9d8 [2022-04-15T19:35:28.845Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:35:29.450Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:35:30.900Z] OK: 220 MiB in 52 packages [2022-04-15T19:35:32.352Z] Removing intermediate container 8122be267275 [2022-04-15T19:35:32.352Z] ---> ebb6f7b64ac0 [2022-04-15T19:35:32.352Z] [2022-04-15T19:35:32.352Z] Step 10/22 : FROM alpine:3.14 [2022-04-15T19:35:32.352Z] ---> ac73e934f311 [2022-04-15T19:35:32.352Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-15T19:35:32.352Z] ---> Using cache [2022-04-15T19:35:32.352Z] ---> 1d767e7deff0 [2022-04-15T19:35:32.352Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-15T19:35:32.352Z] ---> Using cache [2022-04-15T19:35:32.352Z] ---> 553b9700dd96 [2022-04-15T19:35:32.352Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-15T19:35:32.352Z] ---> Running in b66cf42003a6 [2022-04-15T19:35:32.352Z] Removing intermediate container ea03bdded9d8 [2022-04-15T19:35:32.352Z] ---> 97f3f0c55941 [2022-04-15T19:35:32.352Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-15T19:35:32.951Z] Removing intermediate container b66cf42003a6 [2022-04-15T19:35:32.951Z] ---> 97865cb21a40 [2022-04-15T19:35:32.951Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-15T19:35:32.951Z] ---> Running in 1e09e92f5b00 [2022-04-15T19:35:33.550Z] ---> a805952987ba [2022-04-15T19:35:33.550Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:35:33.550Z] Removing intermediate container 1e09e92f5b00 [2022-04-15T19:35:33.550Z] ---> aa19236745f1 [2022-04-15T19:35:33.550Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:35:33.831Z] ---> Running in c929a27a22a7 [2022-04-15T19:35:35.284Z] ---> ed455ac4fd51 [2022-04-15T19:35:35.284Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-15T19:35:37.265Z] ---> a220d38a9e35 [2022-04-15T19:35:37.265Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-15T19:35:38.250Z] ---> 9def4656b615 [2022-04-15T19:35:38.250Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-15T19:35:38.250Z] ---> Running in 6cf6ffda845f [2022-04-15T19:35:39.466Z] Removing intermediate container 6cf6ffda845f [2022-04-15T19:35:39.466Z] ---> 2b2538d3eb6d [2022-04-15T19:35:39.466Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:35:39.466Z] ---> Running in 25c24658df30 [2022-04-15T19:35:39.784Z] Removing intermediate container c929a27a22a7 [2022-04-15T19:35:39.784Z] ---> 043f749b7528 [2022-04-15T19:35:39.784Z] Step 8/25 : COPY . . [2022-04-15T19:35:40.129Z] Removing intermediate container 25c24658df30 [2022-04-15T19:35:40.129Z] ---> 30fff10a9e97 [2022-04-15T19:35:40.129Z] Step 20/22 : LABEL arch=arm64 [2022-04-15T19:35:40.429Z] ---> Running in b91fa2b882d7 [2022-04-15T19:35:41.464Z] Removing intermediate container b91fa2b882d7 [2022-04-15T19:35:41.464Z] ---> 0990c16970f8 [2022-04-15T19:35:41.464Z] Step 21/22 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:35:41.464Z] ---> Running in 3cf8279fa5aa [2022-04-15T19:35:42.447Z] Removing intermediate container 3cf8279fa5aa [2022-04-15T19:35:42.447Z] ---> dfe31a688012 [2022-04-15T19:35:42.447Z] Step 22/22 : LABEL version=0.0.0 [2022-04-15T19:35:42.447Z] ---> Running in 69e1b5107980 [2022-04-15T19:35:43.432Z] Removing intermediate container 69e1b5107980 [2022-04-15T19:35:43.433Z] ---> 26941fa12cea [2022-04-15T19:35:43.433Z] [2022-04-15T19:35:44.033Z] Successfully built 26941fa12cea [2022-04-15T19:35:44.033Z] Successfully tagged support-scheduler-arm64:latest [2022-04-15T19:35:44.033Z] Building security-proxy-setup [2022-04-15T19:36:06.243Z]  Building support-scheduler ... done  ---> 709e1c9e037b [2022-04-15T19:36:06.243Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-15T19:36:06.243Z] ---> Running in cf6de2075a8d [2022-04-15T19:36:06.243Z] Removing intermediate container cf6de2075a8d [2022-04-15T19:36:06.243Z] ---> 2a7228e0037b [2022-04-15T19:36:06.243Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-15T19:36:06.243Z] ---> Running in cff53b5420e8 [2022-04-15T19:36:09.685Z] Removing intermediate container cff53b5420e8 [2022-04-15T19:36:09.685Z] ---> 9d1fff7ed9cc [2022-04-15T19:36:09.685Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-15T19:36:09.685Z] ---> Running in 3a0be01cd1cc [2022-04-15T19:36:10.308Z] Removing intermediate container 3a0be01cd1cc [2022-04-15T19:36:10.308Z] ---> 49aadef6cc76 [2022-04-15T19:36:10.308Z] 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-15T19:36:10.590Z] ---> Running in 3f6379b53f1d [2022-04-15T19:36:13.989Z] spire-1.2.1/ [2022-04-15T19:36:13.989Z] spire-1.2.1/.data/ [2022-04-15T19:36:13.989Z] spire-1.2.1/.data/.file [2022-04-15T19:36:13.989Z] spire-1.2.1/.dockerignore [2022-04-15T19:36:13.989Z] spire-1.2.1/.gitattributes [2022-04-15T19:36:13.989Z] spire-1.2.1/.githooks/ [2022-04-15T19:36:13.989Z] spire-1.2.1/.githooks/pre-commit [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/ [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/dependabot.yml [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/workflows/ [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-15T19:36:13.989Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-15T19:36:13.990Z] spire-1.2.1/.gitignore [2022-04-15T19:36:13.990Z] spire-1.2.1/.go-version [2022-04-15T19:36:13.990Z] spire-1.2.1/.golangci.yml [2022-04-15T19:36:13.990Z] spire-1.2.1/ADOPTERS.md [2022-04-15T19:36:13.990Z] spire-1.2.1/CHANGELOG.md [2022-04-15T19:36:13.990Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-15T19:36:13.990Z] spire-1.2.1/CODEOWNERS [2022-04-15T19:36:13.990Z] spire-1.2.1/CONTRIBUTING.md [2022-04-15T19:36:13.990Z] spire-1.2.1/Dockerfile [2022-04-15T19:36:13.990Z] spire-1.2.1/Dockerfile.dev [2022-04-15T19:36:13.990Z] spire-1.2.1/Dockerfile.scratch [2022-04-15T19:36:13.990Z] spire-1.2.1/LICENSE [2022-04-15T19:36:13.990Z] spire-1.2.1/MAINTAINERS.md [2022-04-15T19:36:13.990Z] spire-1.2.1/Makefile [2022-04-15T19:36:13.990Z] spire-1.2.1/README.md [2022-04-15T19:36:13.990Z] spire-1.2.1/ROADMAP.md [2022-04-15T19:36:13.990Z] spire-1.2.1/SECURITY.md [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-15T19:36:13.990Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-15T19:36:13.990Z] spire-1.2.1/conf/ [2022-04-15T19:36:13.990Z] spire-1.2.1/conf/agent/ [2022-04-15T19:36:13.990Z] spire-1.2.1/conf/agent/agent.conf [2022-04-15T19:36:13.990Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-15T19:36:13.990Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-15T19:36:13.990Z] spire-1.2.1/conf/server/ [2022-04-15T19:36:13.990Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-15T19:36:13.990Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-15T19:36:13.990Z] spire-1.2.1/conf/server/server.conf [2022-04-15T19:36:13.990Z] spire-1.2.1/conf/server/server_full.conf [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/ [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/SPIRE101.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/auditlog.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/ [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/scaling_spire.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/spire_agent.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/spire_server.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/supported_integrations.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/telemetry.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/telemetry_config.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/upgrading.md [2022-04-15T19:36:13.990Z] spire-1.2.1/doc/using_spire.md [2022-04-15T19:36:13.990Z] spire-1.2.1/examples/ [2022-04-15T19:36:13.990Z] spire-1.2.1/examples/README.md [2022-04-15T19:36:13.990Z] spire-1.2.1/go.mod [2022-04-15T19:36:13.990Z] spire-1.2.1/go.sum [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/agent.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-15T19:36:13.990Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/client/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/common/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/config.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:36:13.991Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:36:14.265Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-15T19:36:14.265Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-15T19:36:14.265Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-15T19:36:14.265Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-15T19:36:14.265Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-15T19:36:14.265Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-15T19:36:14.265Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/svid/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/names.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/auth/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cli/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-15T19:36:14.266Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/health/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/health/config.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/health/context.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/health/health.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/idutil/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/log/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/log/log.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/log/options.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-15T19:36:14.267Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/profiling/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/selector/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/uptime/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/task.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/version/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/version/version.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509util/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/api.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/health/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/id.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/status.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-15T19:36:14.540Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/bundle/ [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/ca/ [2022-04-15T19:36:14.541Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/cache/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/catalog/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/config.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-15T19:36:14.815Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-15T19:36:15.088Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-15T19:36:15.088Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/registration/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/server.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/server_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/svid/ [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/ [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/private/ [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/private/server/ [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/private/server/journal/ [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/ [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/common/ [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/plugin/ [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-15T19:36:15.089Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-15T19:36:15.089Z] spire-1.2.1/release/ [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire-extras/ [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire-extras/README.md [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire/ [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire/README.md [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire/conf/ [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-15T19:36:15.089Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-15T19:36:15.090Z] spire-1.2.1/release/spire/conf/server/ [2022-04-15T19:36:15.090Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-15T19:36:15.090Z] spire-1.2.1/script/ [2022-04-15T19:36:15.090Z] spire-1.2.1/script/build-artifact.sh [2022-04-15T19:36:15.090Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-15T19:36:15.090Z] spire-1.2.1/support/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-15T19:36:15.090Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-15T19:36:15.365Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-15T19:36:15.365Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-15T19:36:15.365Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-15T19:36:15.365Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-15T19:36:15.366Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-15T19:36:15.366Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-15T19:36:15.366Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-15T19:36:15.366Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-15T19:36:15.366Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-15T19:36:15.366Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/clock/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/clock/clock.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/fixture.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/registration/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-15T19:36:15.366Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/README.md [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/common [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-15T19:36:15.366Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-15T19:36:15.367Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-15T19:36:15.645Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-15T19:36:15.646Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/test-one.sh [2022-04-15T19:36:15.926Z] spire-1.2.1/test/integration/test.sh [2022-04-15T19:36:15.926Z] spire-1.2.1/test/plugintest/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/plugintest/config.go [2022-04-15T19:36:15.926Z] spire-1.2.1/test/plugintest/load.go [2022-04-15T19:36:15.926Z] spire-1.2.1/test/plugintest/option.go [2022-04-15T19:36:15.926Z] spire-1.2.1/test/spiretest/ [2022-04-15T19:36:15.926Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-15T19:36:15.926Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-15T19:36:15.926Z] spire-1.2.1/test/spiretest/dir.go [2022-04-15T19:36:15.926Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-15T19:36:15.926Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-15T19:36:15.926Z] spire-1.2.1/test/spiretest/logs.go [2022-04-15T19:36:15.926Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/spiretest/suite.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/spiretest/x509.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/testca/ [2022-04-15T19:36:15.927Z] spire-1.2.1/test/testca/ca.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/testkey/ [2022-04-15T19:36:15.927Z] spire-1.2.1/test/testkey/generate.sh [2022-04-15T19:36:15.927Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/testkey/keys.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/testkey/new.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/tpmsimulator/ [2022-04-15T19:36:15.927Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/util/ [2022-04-15T19:36:15.927Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/util/cert_generation.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/util/io_redirection.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/util/race.go [2022-04-15T19:36:15.927Z] spire-1.2.1/test/util/util.go [2022-04-15T19:36:15.927Z] building spire from source... [2022-04-15T19:36:16.210Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:36:16.210Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:36:16.210Z] ---> 815277c18390 [2022-04-15T19:36:16.210Z] Step 3/22 : WORKDIR /edgex-go [2022-04-15T19:36:16.210Z] ---> Using cache [2022-04-15T19:36:16.210Z] ---> e746a626c735 [2022-04-15T19:36:16.210Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:36:16.210Z] ---> Using cache [2022-04-15T19:36:16.210Z] ---> 476b21cb620b [2022-04-15T19:36:16.210Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-15T19:36:16.210Z] ---> Using cache [2022-04-15T19:36:16.210Z] ---> ae268223bcca [2022-04-15T19:36:16.210Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-15T19:36:16.210Z] ---> Using cache [2022-04-15T19:36:16.210Z] ---> a448a98daf24 [2022-04-15T19:36:16.210Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:36:16.210Z] ---> Using cache [2022-04-15T19:36:16.210Z] ---> 325f66de20fe [2022-04-15T19:36:16.210Z] Step 8/22 : COPY . . [2022-04-15T19:36:16.210Z] ---> Using cache [2022-04-15T19:36:16.210Z] ---> bf91e3c4cb33 [2022-04-15T19:36:16.210Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-15T19:36:16.489Z] ---> Running in 2cfb52442409 [2022-04-15T19:36:16.767Z] Installing go1.17.7... [2022-04-15T19:36:18.762Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-15T19:36:45.566Z] Building bin/spire-server... [2022-04-15T19:36:45.566Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-15T19:36:45.566Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-15T19:36:45.566Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-15T19:36:45.566Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-15T19:36:45.566Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-15T19:36:45.566Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-15T19:36:45.566Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-15T19:36:45.566Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-15T19:36:45.566Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-15T19:36:46.552Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-15T19:36:47.153Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-15T19:36:47.153Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-15T19:36:47.153Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-15T19:36:47.429Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-15T19:36:47.703Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-15T19:36:47.703Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-15T19:36:47.703Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-15T19:36:48.305Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-15T19:36:48.305Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-15T19:36:48.581Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-15T19:36:48.857Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-15T19:36:48.857Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-15T19:36:49.845Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-15T19:36:49.845Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-15T19:37:04.947Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-15T19:37:04.947Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-15T19:37:04.947Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-15T19:37:04.947Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-15T19:37:04.947Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-15T19:37:04.947Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-15T19:37:04.947Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-15T19:37:04.947Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-15T19:37:04.947Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-15T19:37:04.947Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-15T19:37:04.947Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-15T19:37:04.947Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-15T19:37:04.947Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-15T19:37:04.947Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-15T19:37:04.947Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-15T19:37:06.383Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-15T19:37:06.383Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-15T19:37:06.983Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-15T19:37:06.983Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-15T19:37:07.257Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-15T19:37:07.257Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-15T19:37:07.257Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-15T19:37:07.533Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-15T19:37:07.533Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-15T19:37:22.637Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-15T19:37:22.637Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-15T19:37:22.637Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-15T19:37:22.637Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-15T19:37:22.637Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-15T19:37:22.637Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-15T19:37:22.637Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-15T19:37:22.637Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-15T19:37:22.637Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-15T19:37:22.637Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-15T19:37:22.637Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-15T19:37:22.637Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-15T19:37:32.806Z] Removing intermediate container e6e7ed9f9069 [2022-04-15T19:37:32.806Z] ---> c719006ea430 [2022-04-15T19:37:32.806Z] [2022-04-15T19:37:32.806Z] Step 10/22 : FROM alpine:3.14 [2022-04-15T19:37:32.806Z] ---> ac73e934f311 [2022-04-15T19:37:32.806Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-15T19:37:32.806Z] ---> Running in 3a2525d49561 [2022-04-15T19:37:34.248Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:37:34.525Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:37:35.513Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-15T19:37:35.513Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-15T19:37:35.513Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:37:35.790Z] Executing ca-certificates-20211220-r0.trigger [2022-04-15T19:37:36.072Z] OK: 6 MiB in 16 packages [2022-04-15T19:37:38.182Z] Removing intermediate container 3a2525d49561 [2022-04-15T19:37:38.182Z] ---> 21bda9fb5be9 [2022-04-15T19:37:38.182Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-15T19:37:38.182Z] ---> Running in de4e21bcbff3 [2022-04-15T19:37:38.501Z] Removing intermediate container de4e21bcbff3 [2022-04-15T19:37:38.501Z] ---> 1e1f5830b2b2 [2022-04-15T19:37:38.501Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-15T19:37:38.889Z] ---> Running in 61b41449b4b9 [2022-04-15T19:37:39.178Z] Removing intermediate container 61b41449b4b9 [2022-04-15T19:37:39.179Z] ---> 087a6e4b99ba [2022-04-15T19:37:39.179Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-15T19:37:39.179Z] ---> Running in 29b2a7dbee1b [2022-04-15T19:37:39.808Z] Removing intermediate container 29b2a7dbee1b [2022-04-15T19:37:39.808Z] ---> 370345101637 [2022-04-15T19:37:39.808Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:37:40.824Z] ---> 60fd2c72e2b7 [2022-04-15T19:37:40.824Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-15T19:37:43.448Z] ---> 2d96399788d8 [2022-04-15T19:37:43.448Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-15T19:37:44.047Z] ---> c48c9b1f2f6f [2022-04-15T19:37:44.047Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-15T19:37:44.047Z] ---> Running in 57a9ccc15726 [2022-04-15T19:37:44.649Z] Removing intermediate container 57a9ccc15726 [2022-04-15T19:37:44.649Z] ---> 32b625dd9abe [2022-04-15T19:37:44.649Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:37:44.649Z] ---> Running in 9507faecf56c [2022-04-15T19:37:45.251Z] Removing intermediate container 9507faecf56c [2022-04-15T19:37:45.251Z] ---> 04213fc1dbd7 [2022-04-15T19:37:45.251Z] Step 20/22 : LABEL arch=arm64 [2022-04-15T19:37:45.528Z] ---> Running in 39d8fdeab43b [2022-04-15T19:37:45.805Z] Removing intermediate container 39d8fdeab43b [2022-04-15T19:37:45.805Z] ---> 0356dc967640 [2022-04-15T19:37:45.805Z] Step 21/22 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:37:46.085Z] ---> Running in d28844b5641b [2022-04-15T19:37:46.698Z] Removing intermediate container d28844b5641b [2022-04-15T19:37:46.698Z] ---> b2fe7b240db0 [2022-04-15T19:37:46.698Z] Step 22/22 : LABEL version=0.0.0 [2022-04-15T19:37:46.698Z] ---> Running in 28119325f282 [2022-04-15T19:37:47.302Z] Removing intermediate container 28119325f282 [2022-04-15T19:37:47.302Z] ---> a538fcebfad3 [2022-04-15T19:37:47.302Z] [2022-04-15T19:37:47.902Z] Successfully built a538fcebfad3 [2022-04-15T19:37:47.902Z] Successfully tagged support-notifications-arm64:latest [2022-04-15T19:37:47.902Z]  Building support-notifications ... done Building security-spire-config [2022-04-15T19:37:52.215Z] go: downloading google.golang.org/api v0.70.0 [2022-04-15T19:37:52.494Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-15T19:37:52.494Z] go: downloading k8s.io/api v0.23.4 [2022-04-15T19:38:07.612Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-15T19:38:07.612Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-15T19:38:20.052Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-15T19:38:20.052Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-15T19:38:20.052Z] ---> 815277c18390 [2022-04-15T19:38:20.052Z] Step 3/26 : WORKDIR /edgex-go [2022-04-15T19:38:20.052Z] ---> Using cache [2022-04-15T19:38:20.052Z] ---> e746a626c735 [2022-04-15T19:38:20.052Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:38:20.052Z] ---> Using cache [2022-04-15T19:38:20.052Z] ---> 476b21cb620b [2022-04-15T19:38:20.052Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-15T19:38:20.052Z] ---> Using cache [2022-04-15T19:38:20.052Z] ---> 97f3f0c55941 [2022-04-15T19:38:20.052Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-15T19:38:20.052Z] ---> Using cache [2022-04-15T19:38:20.052Z] ---> a805952987ba [2022-04-15T19:38:20.052Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T19:38:20.052Z] ---> Using cache [2022-04-15T19:38:20.052Z] ---> 043f749b7528 [2022-04-15T19:38:20.052Z] Step 8/26 : COPY . . [2022-04-15T19:38:20.053Z] ---> Using cache [2022-04-15T19:38:20.053Z] ---> 709e1c9e037b [2022-04-15T19:38:20.053Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-15T19:38:20.053Z] ---> Using cache [2022-04-15T19:38:20.053Z] ---> 2a7228e0037b [2022-04-15T19:38:20.053Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-15T19:38:20.053Z] ---> Using cache [2022-04-15T19:38:20.053Z] ---> 9d1fff7ed9cc [2022-04-15T19:38:20.053Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-15T19:38:20.053Z] ---> Using cache [2022-04-15T19:38:20.053Z] ---> 49aadef6cc76 [2022-04-15T19:38:20.053Z] 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-15T19:38:20.053Z] ---> Running in 7de55c0862db [2022-04-15T19:38:20.663Z] spire-1.2.1/ [2022-04-15T19:38:20.663Z] spire-1.2.1/.data/ [2022-04-15T19:38:20.663Z] spire-1.2.1/.data/.file [2022-04-15T19:38:20.663Z] spire-1.2.1/.dockerignore [2022-04-15T19:38:20.663Z] spire-1.2.1/.gitattributes [2022-04-15T19:38:20.663Z] spire-1.2.1/.githooks/ [2022-04-15T19:38:20.663Z] spire-1.2.1/.githooks/pre-commit [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/ [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/dependabot.yml [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/workflows/ [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-15T19:38:20.663Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-15T19:38:20.663Z] spire-1.2.1/.gitignore [2022-04-15T19:38:20.663Z] spire-1.2.1/.go-version [2022-04-15T19:38:20.663Z] spire-1.2.1/.golangci.yml [2022-04-15T19:38:20.663Z] spire-1.2.1/ADOPTERS.md [2022-04-15T19:38:20.663Z] spire-1.2.1/CHANGELOG.md [2022-04-15T19:38:20.663Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-15T19:38:20.663Z] spire-1.2.1/CODEOWNERS [2022-04-15T19:38:20.663Z] spire-1.2.1/CONTRIBUTING.md [2022-04-15T19:38:20.663Z] spire-1.2.1/Dockerfile [2022-04-15T19:38:20.663Z] spire-1.2.1/Dockerfile.dev [2022-04-15T19:38:20.663Z] spire-1.2.1/Dockerfile.scratch [2022-04-15T19:38:20.663Z] spire-1.2.1/LICENSE [2022-04-15T19:38:20.663Z] spire-1.2.1/MAINTAINERS.md [2022-04-15T19:38:20.663Z] spire-1.2.1/Makefile [2022-04-15T19:38:20.663Z] spire-1.2.1/README.md [2022-04-15T19:38:20.663Z] spire-1.2.1/ROADMAP.md [2022-04-15T19:38:20.663Z] spire-1.2.1/SECURITY.md [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/ [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/ [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-15T19:38:20.663Z] spire-1.2.1/cmd/spire-server/ [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-15T19:38:20.664Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-15T19:38:20.941Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-15T19:38:20.941Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-15T19:38:20.941Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-15T19:38:20.941Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-15T19:38:20.941Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-15T19:38:20.941Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-15T19:38:20.941Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-15T19:38:20.941Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-15T19:38:20.941Z] spire-1.2.1/conf/ [2022-04-15T19:38:20.941Z] spire-1.2.1/conf/agent/ [2022-04-15T19:38:20.941Z] spire-1.2.1/conf/agent/agent.conf [2022-04-15T19:38:20.941Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-15T19:38:20.941Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-15T19:38:20.941Z] spire-1.2.1/conf/server/ [2022-04-15T19:38:20.941Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-15T19:38:20.941Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-15T19:38:20.941Z] spire-1.2.1/conf/server/server.conf [2022-04-15T19:38:20.941Z] spire-1.2.1/conf/server/server_full.conf [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/ [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/SPIRE101.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/auditlog.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/ [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/scaling_spire.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/spire_agent.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/spire_server.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/supported_integrations.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/telemetry.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/telemetry_config.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/upgrading.md [2022-04-15T19:38:20.941Z] spire-1.2.1/doc/using_spire.md [2022-04-15T19:38:20.941Z] spire-1.2.1/examples/ [2022-04-15T19:38:20.941Z] spire-1.2.1/examples/README.md [2022-04-15T19:38:20.941Z] spire-1.2.1/go.mod [2022-04-15T19:38:20.941Z] spire-1.2.1/go.sum [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/agent.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/client/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/common/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-15T19:38:20.941Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/config.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/manager/ [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-15T19:38:20.942Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-15T19:38:21.218Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-15T19:38:21.218Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-15T19:38:21.218Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/svid/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/names.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/auth/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-15T19:38:21.219Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cli/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/health/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/health/config.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/health/context.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/health/health.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/idutil/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/log/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/log/log.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/log/options.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-15T19:38:21.220Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/ [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-15T19:38:21.498Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/profiling/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/selector/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/uptime/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/task.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/version/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/version/version.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509util/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/api.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/health/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/id.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-15T19:38:21.499Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/status.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/bundle/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/cache/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/catalog/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/config.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-15T19:38:21.500Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-15T19:38:21.776Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-15T19:38:21.777Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/registration/ [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/server.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/server_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/svid/ [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/ [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/private/ [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/private/server/ [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/private/server/journal/ [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/ [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/common/ [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/plugin/ [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-15T19:38:22.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-15T19:38:22.054Z] spire-1.2.1/release/ [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire-extras/ [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire-extras/README.md [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire/ [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire/README.md [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire/conf/ [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire/conf/server/ [2022-04-15T19:38:22.054Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-15T19:38:22.054Z] spire-1.2.1/script/ [2022-04-15T19:38:22.054Z] spire-1.2.1/script/build-artifact.sh [2022-04-15T19:38:22.054Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-15T19:38:22.054Z] spire-1.2.1/support/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-15T19:38:22.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-15T19:38:22.055Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/clock/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/clock/clock.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/fixture.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/registration/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-15T19:38:22.055Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/README.md [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/common [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-15T19:38:22.055Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-15T19:38:22.331Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-15T19:38:22.332Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-15T19:38:22.333Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-15T19:38:22.333Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-15T19:38:22.333Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-15T19:38:22.333Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-15T19:38:22.333Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-15T19:38:22.333Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-15T19:38:22.333Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/test-one.sh [2022-04-15T19:38:22.608Z] spire-1.2.1/test/integration/test.sh [2022-04-15T19:38:22.608Z] spire-1.2.1/test/plugintest/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/plugintest/config.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/plugintest/load.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/plugintest/option.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/spiretest/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/spiretest/dir.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/spiretest/logs.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/spiretest/suite.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/spiretest/x509.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/testca/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/testca/ca.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/testkey/ [2022-04-15T19:38:22.608Z] spire-1.2.1/test/testkey/generate.sh [2022-04-15T19:38:22.608Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/testkey/keys.go [2022-04-15T19:38:22.608Z] spire-1.2.1/test/testkey/new.go [2022-04-15T19:38:22.609Z] spire-1.2.1/test/tpmsimulator/ [2022-04-15T19:38:22.609Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-15T19:38:22.609Z] spire-1.2.1/test/util/ [2022-04-15T19:38:22.609Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-15T19:38:22.609Z] spire-1.2.1/test/util/cert_generation.go [2022-04-15T19:38:22.609Z] spire-1.2.1/test/util/io_redirection.go [2022-04-15T19:38:22.609Z] spire-1.2.1/test/util/race.go [2022-04-15T19:38:22.609Z] spire-1.2.1/test/util/util.go [2022-04-15T19:38:22.609Z] building spire from source... [2022-04-15T19:38:22.885Z] Installing go1.17.7... [2022-04-15T19:38:37.992Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-15T19:38:38.593Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-15T19:38:38.593Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-15T19:38:38.593Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-15T19:38:40.578Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-15T19:38:41.566Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-15T19:38:42.171Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-15T19:38:43.611Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-15T19:38:45.581Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-15T19:38:45.581Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-15T19:38:45.856Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-15T19:38:46.838Z] Building bin/spire-server... [2022-04-15T19:38:47.118Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-15T19:38:47.118Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-15T19:38:47.118Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-15T19:38:47.118Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-15T19:38:47.394Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-15T19:38:47.394Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-15T19:38:47.671Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-15T19:38:47.949Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-15T19:38:47.949Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-15T19:38:47.949Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-15T19:38:48.225Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-15T19:38:48.499Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-15T19:38:48.499Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-15T19:38:48.772Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-15T19:38:49.046Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-15T19:38:50.028Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-15T19:38:50.303Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-15T19:38:50.304Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-15T19:38:50.578Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-15T19:38:51.562Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-15T19:38:52.170Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-15T19:38:52.170Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-15T19:38:52.446Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-15T19:38:52.720Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-15T19:38:53.325Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-15T19:38:53.601Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-15T19:38:53.601Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-15T19:38:53.875Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-15T19:38:53.875Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-15T19:38:53.875Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-15T19:38:53.875Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-15T19:38:53.875Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-15T19:38:55.318Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-15T19:38:55.318Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-15T19:38:55.596Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-15T19:38:55.877Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-15T19:38:56.153Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-15T19:38:56.749Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-15T19:38:56.749Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-15T19:38:56.749Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-15T19:38:56.749Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-15T19:38:56.749Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-15T19:38:56.749Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-15T19:38:57.026Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-15T19:38:57.302Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-15T19:38:57.302Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-15T19:38:57.302Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-15T19:38:57.581Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-15T19:38:58.714Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-15T19:38:59.350Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-15T19:38:59.681Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-15T19:39:00.316Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-15T19:39:01.299Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-15T19:39:01.299Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-15T19:39:01.574Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-15T19:39:01.574Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-15T19:39:01.852Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-15T19:39:01.852Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-15T19:39:01.852Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-15T19:39:01.852Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-15T19:39:02.852Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-15T19:39:03.127Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-15T19:39:03.402Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-15T19:39:03.402Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-15T19:39:03.678Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-15T19:39:05.659Z] go: downloading go.opencensus.io v0.23.0 [2022-04-15T19:39:06.255Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-15T19:39:06.255Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-15T19:39:06.535Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-15T19:39:06.811Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-15T19:39:06.811Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-15T19:39:07.085Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-15T19:39:07.085Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-15T19:39:07.685Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-15T19:39:10.315Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-15T19:39:12.300Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-15T19:39:12.300Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-15T19:39:12.576Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-15T19:39:12.576Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-15T19:39:12.855Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-15T19:39:13.457Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-15T19:39:13.733Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-15T19:39:13.733Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-15T19:39:14.009Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-15T19:39:14.286Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-15T19:39:14.286Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-15T19:39:14.286Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-15T19:39:22.595Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-15T19:39:22.595Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-15T19:39:22.595Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-15T19:39:22.595Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-15T19:39:22.595Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-15T19:39:22.595Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-15T19:39:22.595Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-15T19:39:22.595Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-15T19:39:22.595Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-15T19:39:22.595Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-15T19:39:22.595Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-15T19:39:22.595Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-15T19:39:22.595Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-15T19:39:22.595Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-15T19:39:22.595Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-15T19:39:23.579Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-15T19:39:23.579Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-15T19:39:23.579Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-15T19:39:23.855Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-15T19:39:23.855Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-15T19:39:23.855Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-15T19:39:24.131Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-15T19:39:24.131Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-15T19:39:24.131Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-15T19:39:24.131Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-15T19:39:24.131Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-15T19:39:24.131Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-15T19:39:24.131Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-15T19:39:24.131Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-15T19:39:24.131Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-15T19:39:24.731Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-15T19:39:24.731Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-15T19:39:24.731Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-15T19:39:25.007Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-15T19:39:25.282Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-15T19:39:27.909Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-15T19:39:33.322Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-15T19:39:33.322Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-15T19:39:33.322Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-15T19:39:33.322Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-15T19:39:51.677Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-15T19:39:51.677Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-15T19:39:52.292Z] Removing intermediate container 2c57829d2402 [2022-04-15T19:39:52.292Z] ---> aa5f1d6dcea2 [2022-04-15T19:39:52.292Z] [2022-04-15T19:39:52.292Z] Step 10/23 : FROM alpine:3.14 [2022-04-15T19:39:52.292Z] ---> ac73e934f311 [2022-04-15T19:39:52.293Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-15T19:39:52.579Z] ---> Running in 86d491c8ef9d [2022-04-15T19:39:53.187Z] Removing intermediate container 86d491c8ef9d [2022-04-15T19:39:53.187Z] ---> 8ad0a3f0e684 [2022-04-15T19:39:53.187Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-15T19:39:53.187Z] ---> Running in a152b2b35edb [2022-04-15T19:39:53.803Z] Removing intermediate container a152b2b35edb [2022-04-15T19:39:53.803Z] ---> 6014cdc8388e [2022-04-15T19:39:53.803Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-15T19:39:54.081Z] ---> Running in bb31937c2ccf [2022-04-15T19:39:54.691Z] Removing intermediate container bb31937c2ccf [2022-04-15T19:39:54.691Z] ---> fb7c338c9a68 [2022-04-15T19:39:54.691Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T19:39:54.691Z] ---> Running in 834e44363a07 [2022-04-15T19:39:58.114Z] go: downloading google.golang.org/api v0.70.0 [2022-04-15T19:39:58.114Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-15T19:39:58.114Z] go: downloading k8s.io/api v0.23.4 [2022-04-15T19:39:58.114Z] Removing intermediate container 834e44363a07 [2022-04-15T19:39:58.114Z] ---> e625f24242c2 [2022-04-15T19:39:58.114Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-15T19:39:58.114Z] ---> Running in d43676cb10b5 [2022-04-15T19:39:59.577Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:40:00.565Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:40:01.555Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-15T19:40:01.555Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-15T19:40:01.838Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-15T19:40:01.838Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-15T19:40:02.122Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-15T19:40:02.122Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-15T19:40:02.122Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:40:02.122Z] OK: 8 MiB in 20 packages [2022-04-15T19:40:04.124Z] Removing intermediate container d43676cb10b5 [2022-04-15T19:40:04.124Z] ---> 7f395e41a210 [2022-04-15T19:40:04.124Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-15T19:40:05.118Z] ---> 8252265ffb6d [2022-04-15T19:40:05.118Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-15T19:40:07.110Z] ---> ebb5d5f51bf1 [2022-04-15T19:40:07.110Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-15T19:40:07.719Z] ---> 3534371d9b4b [2022-04-15T19:40:07.719Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-15T19:40:07.719Z] ---> Running in 017dffa64407 [2022-04-15T19:40:08.323Z] Removing intermediate container 017dffa64407 [2022-04-15T19:40:08.323Z] ---> e85b9cc2da9f [2022-04-15T19:40:08.323Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T19:40:08.601Z] ---> Running in 841063f8fdfa [2022-04-15T19:40:09.208Z] Removing intermediate container 841063f8fdfa [2022-04-15T19:40:09.208Z] ---> 12564ce92518 [2022-04-15T19:40:09.208Z] Step 21/23 : LABEL arch=arm64 [2022-04-15T19:40:09.208Z] ---> Running in bd5cb9635105 [2022-04-15T19:40:09.823Z] Removing intermediate container bd5cb9635105 [2022-04-15T19:40:09.823Z] ---> 85f98af42bbf [2022-04-15T19:40:09.823Z] Step 22/23 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:40:09.823Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-15T19:40:09.823Z]  ---> Running in 1a6d0c0ddd0a [2022-04-15T19:40:10.666Z] Removing intermediate container 1a6d0c0ddd0a [2022-04-15T19:40:10.666Z] ---> 718213130d6e [2022-04-15T19:40:10.666Z] Step 23/23 : LABEL version=0.0.0 [2022-04-15T19:40:10.666Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-15T19:40:10.666Z]  ---> Running in cc6396415fc7 [2022-04-15T19:40:11.329Z] Removing intermediate container cc6396415fc7 [2022-04-15T19:40:11.329Z] ---> 268e3b36c167 [2022-04-15T19:40:11.329Z] [2022-04-15T19:40:11.993Z] Successfully built 268e3b36c167 [2022-04-15T19:40:11.993Z] Successfully tagged core-data-arm64:latest [2022-04-15T19:40:34.400Z]  Building core-data ... done go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-15T19:40:34.400Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-15T19:40:34.400Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-15T19:40:34.400Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-15T19:40:34.400Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-15T19:40:34.400Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-15T19:40:35.843Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-15T19:40:36.443Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-15T19:40:36.717Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-15T19:40:38.160Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-15T19:40:38.160Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-15T19:40:38.160Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-15T19:40:38.759Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-15T19:40:39.037Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-15T19:40:39.038Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-15T19:40:39.313Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-15T19:40:39.587Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-15T19:40:39.587Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-15T19:40:39.587Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-15T19:40:39.862Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-15T19:40:39.862Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-15T19:40:40.135Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-15T19:40:40.744Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-15T19:40:41.019Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-15T19:40:41.294Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-15T19:40:46.708Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-15T19:40:46.708Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-15T19:40:46.708Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-15T19:40:46.708Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-15T19:40:46.708Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-15T19:40:46.708Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-15T19:40:46.708Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-15T19:40:47.709Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-15T19:40:47.709Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-15T19:40:47.992Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-15T19:40:47.993Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-15T19:40:47.993Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-15T19:40:48.984Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-15T19:40:49.586Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-15T19:40:49.586Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-15T19:40:49.866Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-15T19:40:49.866Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-15T19:40:50.146Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-15T19:40:50.146Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-15T19:40:50.146Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-15T19:40:50.146Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-15T19:40:51.131Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-15T19:40:51.408Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-15T19:40:51.680Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-15T19:40:51.681Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-15T19:40:51.959Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-15T19:40:53.416Z] Removing intermediate container 2cfb52442409 [2022-04-15T19:40:53.416Z] ---> 3a976a64787f [2022-04-15T19:40:53.416Z] [2022-04-15T19:40:53.416Z] Step 10/22 : FROM alpine:3.14 [2022-04-15T19:40:53.416Z] ---> ac73e934f311 [2022-04-15T19:40:53.416Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-15T19:40:53.416Z] go: downloading go.opencensus.io v0.23.0 [2022-04-15T19:40:53.692Z]  ---> Running in 29bed8693139 [2022-04-15T19:40:54.682Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-15T19:40:54.682Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-15T19:40:54.682Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-15T19:40:54.682Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-15T19:40:54.959Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-15T19:40:55.240Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-15T19:40:55.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-15T19:40:55.516Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-15T19:40:55.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-15T19:40:56.083Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-15T19:40:56.687Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-15T19:40:56.687Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-15T19:40:56.969Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-15T19:40:56.969Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-15T19:40:56.969Z] (5/6) Installing curl (7.79.1-r0) [2022-04-15T19:40:56.969Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-15T19:40:56.969Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T19:40:56.969Z] Executing ca-certificates-20211220-r0.trigger [2022-04-15T19:40:57.260Z] OK: 8 MiB in 20 packages [2022-04-15T19:40:58.243Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-15T19:40:59.229Z] Removing intermediate container 29bed8693139 [2022-04-15T19:40:59.229Z] ---> 6b1981715aab [2022-04-15T19:40:59.229Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-15T19:40:59.503Z] ---> Running in 30d20c02c4de [2022-04-15T19:41:00.135Z] Removing intermediate container 30d20c02c4de [2022-04-15T19:41:00.135Z] ---> f75a6f1015c4 [2022-04-15T19:41:00.135Z] Step 13/22 : WORKDIR /edgex [2022-04-15T19:41:00.135Z] ---> Running in 5072bd8730a5 [2022-04-15T19:41:00.135Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-15T19:41:00.135Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-15T19:41:00.748Z] Removing intermediate container 5072bd8730a5 [2022-04-15T19:41:00.748Z] ---> 4ecbc351dc4b [2022-04-15T19:41:00.748Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-15T19:41:00.748Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-15T19:41:01.029Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-15T19:41:01.029Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-15T19:41:01.641Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-15T19:41:01.641Z]  ---> f1298bc3a146 [2022-04-15T19:41:01.641Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-15T19:41:01.641Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-15T19:41:01.920Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-15T19:41:01.920Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-15T19:41:02.196Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-15T19:41:02.196Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-15T19:41:02.481Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-15T19:41:03.480Z]  ---> bca445c0e7f7 [2022-04-15T19:41:03.480Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-15T19:41:04.940Z] ---> cf7c62b72927 [2022-04-15T19:41:04.940Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-15T19:41:05.923Z] ---> f19d2dacba72 [2022-04-15T19:41:05.924Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-15T19:41:06.206Z] ---> Running in 50a20b621730 [2022-04-15T19:41:09.605Z] Removing intermediate container 50a20b621730 [2022-04-15T19:41:09.605Z] ---> c912cff48d29 [2022-04-15T19:41:09.605Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-15T19:41:09.605Z] ---> Running in b5e6a344e970 [2022-04-15T19:41:09.605Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-15T19:41:09.605Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-15T19:41:09.605Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-15T19:41:09.605Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-15T19:41:09.878Z] Removing intermediate container b5e6a344e970 [2022-04-15T19:41:09.878Z] ---> e6d30576776c [2022-04-15T19:41:09.878Z] Step 20/22 : LABEL arch=arm64 [2022-04-15T19:41:10.152Z] ---> Running in e98ef5a63222 [2022-04-15T19:41:10.761Z] Removing intermediate container e98ef5a63222 [2022-04-15T19:41:10.761Z] ---> a9ba949d3e8b [2022-04-15T19:41:10.761Z] Step 21/22 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T19:41:10.761Z] ---> Running in 537dfb82e2d1 [2022-04-15T19:41:11.379Z] Removing intermediate container 537dfb82e2d1 [2022-04-15T19:41:11.379Z] ---> 7d42204f22a6 [2022-04-15T19:41:11.379Z] Step 22/22 : LABEL version=0.0.0 [2022-04-15T19:41:11.651Z] ---> Running in ea482c5a97e3 [2022-04-15T19:41:12.247Z] Removing intermediate container ea482c5a97e3 [2022-04-15T19:41:12.247Z] ---> 30cb2fccc131 [2022-04-15T19:41:12.247Z] [2022-04-15T19:41:12.521Z] Successfully built 30cb2fccc131 [2022-04-15T19:41:12.521Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-15T19:41:30.856Z]  Building security-proxy-setup ... done go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-15T19:41:30.856Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-15T19:56:54.598Z] Building bin/spire-agent... [2022-04-15T19:56:54.598Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-15T19:56:54.598Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-15T19:56:54.598Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-15T19:56:54.598Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-15T19:56:56.045Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-15T19:56:57.494Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-15T19:56:57.494Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-15T19:56:57.771Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-15T19:56:57.771Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-15T19:56:58.052Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-15T19:56:58.332Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-15T19:56:58.332Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-15T19:56:58.608Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-15T20:03:05.913Z] Removing intermediate container ab3370e963e8 [2022-04-15T20:03:05.913Z] ---> 7506c8ca6d79 [2022-04-15T20:03:05.913Z] [2022-04-15T20:03:05.913Z] Step 13/26 : FROM alpine:3.15 [2022-04-15T20:03:05.913Z] ---> 3fb3c9af89a9 [2022-04-15T20:03:05.913Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-15T20:03:05.913Z] ---> Using cache [2022-04-15T20:03:05.913Z] ---> b3117f0c8395 [2022-04-15T20:03:05.913Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T20:03:05.913Z] ---> Using cache [2022-04-15T20:03:05.913Z] ---> 2f49d70ef654 [2022-04-15T20:03:05.913Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-15T20:03:05.913Z] ---> Running in fffb9153e227 [2022-04-15T20:03:05.913Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T20:03:05.913Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T20:03:05.913Z] v3.15.4-39-g17994082e8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-15T20:03:05.913Z] v3.15.4-38-gf7d0da3611 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-15T20:03:05.913Z] OK: 15730 distinct packages available [2022-04-15T20:03:05.913Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T20:03:05.913Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T20:03:05.913Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-15T20:03:05.913Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-15T20:03:05.913Z] (3/5) Installing libucontext (1.1-r0) [2022-04-15T20:03:05.913Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-15T20:03:05.913Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-15T20:03:05.913Z] Executing busybox-1.34.1-r5.trigger [2022-04-15T20:03:05.913Z] OK: 6 MiB in 19 packages [2022-04-15T20:03:05.913Z] Removing intermediate container fffb9153e227 [2022-04-15T20:03:05.913Z] ---> e1339ad0c517 [2022-04-15T20:03:05.913Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-15T20:03:05.913Z] ---> d60b23f15535 [2022-04-15T20:03:05.913Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-15T20:03:05.913Z] ---> e08a65ee5725 [2022-04-15T20:03:05.913Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-15T20:03:05.913Z] ---> 480644249a95 [2022-04-15T20:03:05.913Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-15T20:03:06.640Z] ---> e3cb259ab42f [2022-04-15T20:03:06.640Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-15T20:03:07.333Z] ---> d31ec62fd6ec [2022-04-15T20:03:07.333Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-15T20:03:07.333Z] ---> Running in 16ba9fa46bb4 [2022-04-15T20:03:07.968Z] Removing intermediate container 16ba9fa46bb4 [2022-04-15T20:03:07.968Z] ---> d4ea58c1c4b4 [2022-04-15T20:03:07.968Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-15T20:03:07.968Z] ---> Running in 133ce1e5ee8b [2022-04-15T20:03:08.584Z] Removing intermediate container 133ce1e5ee8b [2022-04-15T20:03:08.584Z] ---> db7d46674a62 [2022-04-15T20:03:08.584Z] Step 24/26 : LABEL arch=arm64 [2022-04-15T20:03:08.584Z] ---> Running in 4a5bced63ac0 [2022-04-15T20:03:08.894Z] Removing intermediate container 4a5bced63ac0 [2022-04-15T20:03:08.894Z] ---> eb94015ee3f9 [2022-04-15T20:03:08.894Z] Step 25/26 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T20:03:09.172Z] ---> Running in 5c31268859e8 [2022-04-15T20:03:09.455Z] Removing intermediate container 5c31268859e8 [2022-04-15T20:03:09.455Z] ---> b9e626f1a332 [2022-04-15T20:03:09.455Z] Step 26/26 : LABEL version=0.0.0 [2022-04-15T20:03:09.455Z] ---> Running in 2f497ff6b38e [2022-04-15T20:03:10.062Z] Removing intermediate container 2f497ff6b38e [2022-04-15T20:03:10.062Z] ---> 6bbd7eba5d06 [2022-04-15T20:03:10.062Z] [2022-04-15T20:03:10.062Z] Successfully built 6bbd7eba5d06 [2022-04-15T20:03:10.062Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-15T20:04:18.080Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-04-15T20:04:18.080Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-15T20:04:18.080Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-15T20:04:18.080Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-15T20:04:18.080Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-15T20:04:18.080Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-15T20:04:18.080Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-15T20:04:18.080Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-15T20:04:18.080Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-15T20:04:18.080Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-15T20:04:18.080Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-15T20:04:18.080Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-15T20:04:18.080Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-15T20:04:18.080Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-15T20:05:05.076Z] Building bin/spire-agent... [2022-04-15T20:05:05.076Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-15T20:05:05.076Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-15T20:05:05.076Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-15T20:05:05.076Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-15T20:05:05.076Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-15T20:05:05.076Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-15T20:05:05.076Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-15T20:05:05.076Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-15T20:05:05.076Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-15T20:05:05.076Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-15T20:05:05.076Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-15T20:05:05.076Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-15T20:05:05.076Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-15T20:08:42.082Z] Removing intermediate container 3f6379b53f1d [2022-04-15T20:08:42.082Z] ---> 3b4673523ba1 [2022-04-15T20:08:42.082Z] [2022-04-15T20:08:42.082Z] Step 13/25 : FROM alpine:3.15 [2022-04-15T20:08:42.082Z] ---> 3fb3c9af89a9 [2022-04-15T20:08:42.082Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-15T20:08:42.082Z] ---> Using cache [2022-04-15T20:08:42.082Z] ---> b3117f0c8395 [2022-04-15T20:08:42.082Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T20:08:42.082Z] ---> Using cache [2022-04-15T20:08:42.082Z] ---> 2f49d70ef654 [2022-04-15T20:08:42.082Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-15T20:08:42.082Z] ---> Using cache [2022-04-15T20:08:42.082Z] ---> e1339ad0c517 [2022-04-15T20:08:42.082Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-15T20:08:42.082Z] ---> 9f9d3ee618f0 [2022-04-15T20:08:42.082Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-15T20:08:42.082Z] ---> b27b901529eb [2022-04-15T20:08:42.082Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-15T20:08:42.082Z] ---> f97000688e2a [2022-04-15T20:08:42.082Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-15T20:08:42.082Z] ---> be779e57d2b4 [2022-04-15T20:08:42.082Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-15T20:08:42.082Z] ---> Running in 506aac674e1b [2022-04-15T20:08:42.082Z] Removing intermediate container 506aac674e1b [2022-04-15T20:08:42.082Z] ---> 618e308763cb [2022-04-15T20:08:42.082Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-15T20:08:42.082Z] ---> Running in 5a218258763b [2022-04-15T20:08:42.082Z] Removing intermediate container 5a218258763b [2022-04-15T20:08:42.082Z] ---> 5cbdaf0b948a [2022-04-15T20:08:42.082Z] Step 23/25 : LABEL arch=arm64 [2022-04-15T20:08:42.082Z] ---> Running in 60c404b740c8 [2022-04-15T20:08:42.082Z] Removing intermediate container 60c404b740c8 [2022-04-15T20:08:42.082Z] ---> 98ab6e4cae40 [2022-04-15T20:08:42.082Z] Step 24/25 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T20:08:42.082Z] ---> Running in 355301d1a3f7 [2022-04-15T20:08:42.082Z] Removing intermediate container 355301d1a3f7 [2022-04-15T20:08:42.082Z] ---> e14998a59d64 [2022-04-15T20:08:42.082Z] Step 25/25 : LABEL version=0.0.0 [2022-04-15T20:08:42.082Z] ---> Running in ac00a12d8fa5 [2022-04-15T20:08:42.082Z] Removing intermediate container ac00a12d8fa5 [2022-04-15T20:08:42.082Z] ---> 15cfc168ed9c [2022-04-15T20:08:42.082Z] [2022-04-15T20:08:42.082Z] Successfully built 15cfc168ed9c [2022-04-15T20:08:42.082Z] Successfully tagged security-spire-server-arm64:latest [2022-04-15T20:09:08.849Z]  Building security-spire-server ... done Removing intermediate container 7de55c0862db [2022-04-15T20:09:08.849Z] ---> 307e90fafdf0 [2022-04-15T20:09:08.849Z] [2022-04-15T20:09:08.849Z] Step 13/26 : FROM alpine:3.15 [2022-04-15T20:09:08.849Z] ---> 3fb3c9af89a9 [2022-04-15T20:09:08.849Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-15T20:09:08.849Z] ---> Using cache [2022-04-15T20:09:08.849Z] ---> b3117f0c8395 [2022-04-15T20:09:08.849Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T20:09:08.849Z] ---> Using cache [2022-04-15T20:09:08.849Z] ---> 2f49d70ef654 [2022-04-15T20:09:08.849Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-15T20:09:08.849Z] ---> Running in f1042ab91612 [2022-04-15T20:09:08.849Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T20:09:08.849Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T20:09:09.123Z] v3.15.4-39-g17994082e8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-15T20:09:09.123Z] v3.15.4-38-gf7d0da3611 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-15T20:09:09.123Z] OK: 15730 distinct packages available [2022-04-15T20:09:09.395Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T20:09:10.370Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T20:09:10.963Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-15T20:09:11.234Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-15T20:09:11.234Z] (3/4) Installing libucontext (1.1-r0) [2022-04-15T20:09:11.234Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-15T20:09:11.506Z] Executing busybox-1.34.1-r5.trigger [2022-04-15T20:09:11.506Z] OK: 6 MiB in 18 packages [2022-04-15T20:09:12.484Z] Removing intermediate container f1042ab91612 [2022-04-15T20:09:12.484Z] ---> a244f81c10e1 [2022-04-15T20:09:12.484Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-15T20:09:15.860Z] ---> 93e435016d37 [2022-04-15T20:09:15.860Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-15T20:09:16.132Z] ---> 1e15a54a639a [2022-04-15T20:09:16.132Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-15T20:09:16.132Z] ---> Running in 18bc0b82aa11 [2022-04-15T20:09:16.405Z] Removing intermediate container 18bc0b82aa11 [2022-04-15T20:09:16.406Z] ---> 9d9aa7a57088 [2022-04-15T20:09:16.406Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-15T20:09:16.999Z] ---> 1d6489308f9f [2022-04-15T20:09:17.000Z] Step 21/26 : WORKDIR / [2022-04-15T20:09:17.000Z] ---> Running in 680e7ccb1a64 [2022-04-15T20:09:17.600Z] Removing intermediate container 680e7ccb1a64 [2022-04-15T20:09:17.600Z] ---> 610056497578 [2022-04-15T20:09:17.600Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-15T20:09:17.600Z] ---> Running in 4e0a9ab089c7 [2022-04-15T20:09:17.873Z] Removing intermediate container 4e0a9ab089c7 [2022-04-15T20:09:17.873Z] ---> ae35838816e6 [2022-04-15T20:09:17.873Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-15T20:09:17.873Z] ---> Running in 0cbc54d5e159 [2022-04-15T20:09:18.146Z] Removing intermediate container 0cbc54d5e159 [2022-04-15T20:09:18.146Z] ---> 30cd93785977 [2022-04-15T20:09:18.146Z] Step 24/26 : LABEL arch=arm64 [2022-04-15T20:09:18.433Z] ---> Running in 85d95c575f64 [2022-04-15T20:09:18.708Z] Removing intermediate container 85d95c575f64 [2022-04-15T20:09:18.708Z] ---> 5856d0b2cb5b [2022-04-15T20:09:18.708Z] Step 25/26 : LABEL git_sha=51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [2022-04-15T20:09:18.708Z] ---> Running in e85dc7cf206b [2022-04-15T20:09:18.980Z] Removing intermediate container e85dc7cf206b [2022-04-15T20:09:18.980Z] ---> 44095ac9d120 [2022-04-15T20:09:18.980Z] Step 26/26 : LABEL version=0.0.0 [2022-04-15T20:09:18.980Z] ---> Running in e8f6d55e3f60 [2022-04-15T20:09:19.580Z] Removing intermediate container e8f6d55e3f60 [2022-04-15T20:09:19.580Z] ---> 29c6f545c035 [2022-04-15T20:09:19.580Z] [2022-04-15T20:09:19.580Z] Successfully built 29c6f545c035 [2022-04-15T20:09:19.580Z] Successfully tagged security-spire-config-arm64:latest [2022-04-15T20:09:19.868Z]  Building security-spire-config ... done  [Pipeline] } [2022-04-15T20:09:19.887Z] $ docker stop --time=1 cda3d1e16d183fc5c2a23cbd6ade662575f198da439a28e3bfcc2d5c1e20c4c6 [2022-04-15T20:09:21.633Z] $ docker rm -f cda3d1e16d183fc5c2a23cbd6ade662575f198da439a28e3bfcc2d5c1e20c4c6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-15T20:09:22.278Z] + docker images [2022-04-15T20:09:22.889Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-15T20:09:22.889Z] security-spire-config-arm64 latest 29c6f545c035 3 seconds ago 85.6MB [2022-04-15T20:09:22.889Z] 307e90fafdf0 30 seconds ago 4.14GB [2022-04-15T20:09:22.889Z] security-spire-server-arm64 latest 15cfc168ed9c 41 seconds ago 86.3MB [2022-04-15T20:09:22.889Z] 3b4673523ba1 About a minute ago 4.14GB [2022-04-15T20:09:22.889Z] security-spire-agent-arm64 latest 6bbd7eba5d06 6 minutes ago 126MB [2022-04-15T20:09:22.889Z] 7506c8ca6d79 6 minutes ago 4.14GB [2022-04-15T20:09:22.889Z] security-proxy-setup-arm64 latest 30cb2fccc131 28 minutes ago 26.1MB [2022-04-15T20:09:22.889Z] 3a976a64787f 28 minutes ago 1.32GB [2022-04-15T20:09:22.889Z] core-data-arm64 latest 268e3b36c167 29 minutes ago 21.6MB [2022-04-15T20:09:22.889Z] aa5f1d6dcea2 29 minutes ago 1.34GB [2022-04-15T20:09:22.889Z] support-notifications-arm64 latest a538fcebfad3 31 minutes ago 25.8MB [2022-04-15T20:09:22.889Z] c719006ea430 31 minutes ago 1.37GB [2022-04-15T20:09:22.889Z] support-scheduler-arm64 latest 26941fa12cea 33 minutes ago 25.2MB [2022-04-15T20:09:22.889Z] ebb6f7b64ac0 33 minutes ago 1.36GB [2022-04-15T20:09:22.889Z] security-bootstrapper-arm64 latest 0c6926cb9c2d 34 minutes ago 18.3MB [2022-04-15T20:09:22.889Z] ad56338c1b33 34 minutes ago 1.31GB [2022-04-15T20:09:22.889Z] core-command-arm64 latest e9751ab6aeb1 36 minutes ago 15.5MB [2022-04-15T20:09:22.889Z] 273d9e06419c 36 minutes ago 1.31GB [2022-04-15T20:09:22.889Z] security-spiffe-token-provider-arm64 latest bf9c67ea02d5 40 minutes ago 27.9MB [2022-04-15T20:09:22.889Z] sys-mgmt-agent-arm64 latest a49b62b826cc 40 minutes ago 282MB [2022-04-15T20:09:22.889Z] 34a97ae09007 40 minutes ago 1.36GB [2022-04-15T20:09:22.889Z] security-secretstore-setup-arm64 latest d4af5cbabc51 41 minutes ago 27.5MB [2022-04-15T20:09:22.889Z] core-metadata-arm64 latest 450dbdf5e1aa 41 minutes ago 16.3MB [2022-04-15T20:09:22.889Z] 056fd5dc5fb3 42 minutes ago 1.31GB [2022-04-15T20:09:22.889Z] 4c49e5a0bfcf 42 minutes ago 1.32GB [2022-04-15T20:09:22.889Z] cdfd6b7920bd 42 minutes ago 1.31GB [2022-04-15T20:09:22.889Z] ci-base-image-arm64 latest 815277c18390 59 minutes ago 886MB [2022-04-15T20:09:22.889Z] docker 20.10.14 c346e9eafbab 10 days ago 202MB [2022-04-15T20:09:22.889Z] alpine 3.14 ac73e934f311 10 days ago 5.34MB [2022-04-15T20:09:22.889Z] alpine 3.15 3fb3c9af89a9 10 days ago 5.32MB [2022-04-15T20:09:22.889Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB [2022-04-15T20:09:22.889Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T20:09:23.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-15T20:09:23.645Z] [2022-04-15T20:09:23.645Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-15T20:09:24.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-15T20:09:24.297Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-15T20:09:24.297Z] 8998bd30e6a1: Pulling fs layer [2022-04-15T20:09:24.297Z] 04944245beec: Pulling fs layer [2022-04-15T20:09:24.297Z] 699f458cf7ca: Pulling fs layer [2022-04-15T20:09:24.297Z] 765212b225bb: Pulling fs layer [2022-04-15T20:09:24.297Z] f23df028b6ca: Pulling fs layer [2022-04-15T20:09:24.297Z] d65c8cfc05b1: Pulling fs layer [2022-04-15T20:09:24.297Z] 2437ff75d9bd: Pulling fs layer [2022-04-15T20:09:24.297Z] 765212b225bb: Waiting [2022-04-15T20:09:24.297Z] f23df028b6ca: Waiting [2022-04-15T20:09:24.297Z] d65c8cfc05b1: Waiting [2022-04-15T20:09:24.297Z] 2437ff75d9bd: Waiting [2022-04-15T20:09:24.297Z] 04944245beec: Verifying Checksum [2022-04-15T20:09:24.297Z] 04944245beec: Download complete [2022-04-15T20:09:24.297Z] 765212b225bb: Verifying Checksum [2022-04-15T20:09:24.297Z] 765212b225bb: Download complete [2022-04-15T20:09:24.297Z] f23df028b6ca: Verifying Checksum [2022-04-15T20:09:24.297Z] f23df028b6ca: Download complete [2022-04-15T20:09:24.573Z] d65c8cfc05b1: Download complete [2022-04-15T20:09:24.573Z] 699f458cf7ca: Verifying Checksum [2022-04-15T20:09:24.573Z] 699f458cf7ca: Download complete [2022-04-15T20:09:24.846Z] 8998bd30e6a1: Verifying Checksum [2022-04-15T20:09:24.846Z] 8998bd30e6a1: Download complete [2022-04-15T20:09:27.466Z] 2437ff75d9bd: Verifying Checksum [2022-04-15T20:09:27.466Z] 2437ff75d9bd: Download complete [2022-04-15T20:09:29.436Z] 8998bd30e6a1: Pull complete [2022-04-15T20:09:29.708Z] 04944245beec: Pull complete [2022-04-15T20:09:31.138Z] 699f458cf7ca: Pull complete [2022-04-15T20:09:31.411Z] 765212b225bb: Pull complete [2022-04-15T20:09:32.390Z] f23df028b6ca: Pull complete [2022-04-15T20:09:32.664Z] d65c8cfc05b1: Pull complete [2022-04-15T20:09:48.035Z] 2437ff75d9bd: Pull complete [2022-04-15T20:09:48.035Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-15T20:09:48.035Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-15T20:09:48.035Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-15T20:09:48.287Z] prd-ubuntu20.04-docker-arm64-4c-16g-21076 does not seem to be running inside a container [2022-04-15T20:09:48.369Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-15T20:09:50.982Z] $ docker top 4d286b16c5154f0dd7b89ab6bf02c027150657c06bec4f5125d8a2cfdcc19224 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-15T20:09:52.086Z] ---> job-cost.sh [2022-04-15T20:09:52.086Z] lf-activate-venv: SKIPPING [2022-04-15T20:09:52.086Z] INFO: No Stack... [2022-04-15T20:09:52.678Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-15T20:09:53.651Z] INFO: Archiving Costs [Pipeline] sh [2022-04-15T20:09:54.324Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-04-15T20:09:54.325Z] + cut -d, -f6 [Pipeline] lock [2022-04-15T20:09:54.376Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3974-1-stack-cost] [2022-04-15T20:09:54.380Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3974-1-stack-cost] did not exist. Created. [2022-04-15T20:09:54.381Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3974-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-15T20:09:55.107Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-15T20:09:55.289Z] Stashed 1 file(s) [Pipeline] } [2022-04-15T20:09:55.305Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3974-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-15T20:09:55.383Z] $ docker stop --time=1 4d286b16c5154f0dd7b89ab6bf02c027150657c06bec4f5125d8a2cfdcc19224 [2022-04-15T20:09:56.887Z] $ docker rm -f 4d286b16c5154f0dd7b89ab6bf02c027150657c06bec4f5125d8a2cfdcc19224 [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-15T20:09:57.921Z] provisioning config files... [2022-04-15T20:09:57.931Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5620557085707247539tmp [Pipeline] { [Pipeline] sh [2022-04-15T20:09:58.263Z] + set +x [2022-04-15T20:09:58.263Z] + curl -s https://codecov.io/bash [2022-04-15T20:09:58.263Z] + bash -s -- [2022-04-15T20:09:58.263Z] [2022-04-15T20:09:58.263Z] _____ _ [2022-04-15T20:09:58.263Z] / ____| | | [2022-04-15T20:09:58.263Z] | | ___ __| | ___ ___ _____ __ [2022-04-15T20:09:58.263Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-15T20:09:58.263Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-15T20:09:58.263Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-15T20:09:58.263Z] Bash-1.0.6 [2022-04-15T20:09:58.263Z] [2022-04-15T20:09:58.263Z] [2022-04-15T20:09:58.263Z] ==> git version 2.25.1 found [2022-04-15T20:09:58.263Z] ==> 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-15T20:09:58.263Z] Release-Date: 2020-01-08 [2022-04-15T20:09:58.263Z] 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-15T20:09:58.263Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-15T20:09:58.263Z] ==> Jenkins CI detected. [2022-04-15T20:09:58.263Z] current dir:  /w/workspace/edgex-go/1 [2022-04-15T20:09:58.263Z] project root: . [2022-04-15T20:09:58.263Z] --> token set from env [2022-04-15T20:09:58.263Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-15T20:09:58.263Z] ==> Running gcov in . (disable via -X gcov) [2022-04-15T20:09:58.263Z] ==> Python coveragepy not found [2022-04-15T20:09:58.263Z] ==> Searching for coverage reports in: [2022-04-15T20:09:58.263Z] + . [2022-04-15T20:09:58.264Z] -> Found 1 reports [2022-04-15T20:09:58.264Z] ==> Detecting git/mercurial file structure [2022-04-15T20:09:58.523Z] ==> Reading reports [2022-04-15T20:09:58.523Z] + ./coverage.out bytes=434743 [2022-04-15T20:09:58.523Z] ==> Appending adjustments [2022-04-15T20:09:58.523Z] https://docs.codecov.io/docs/fixing-reports [2022-04-15T20:09:59.464Z] + Found adjustments [2022-04-15T20:09:59.464Z] ==> Gzipping contents [2022-04-15T20:09:59.729Z] 60K /tmp/codecov.17iQSc.gz [2022-04-15T20:09:59.729Z] ==> Uploading reports [2022-04-15T20:09:59.729Z] url: https://codecov.io [2022-04-15T20:09:59.729Z] query: branch=PR-3974&commit=51b350114f6705d15ab81270aeec2b1fe6b3b9b3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3974%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3974&job=&cmd_args= [2022-04-15T20:09:59.729Z] -> Pinging Codecov [2022-04-15T20:09:59.729Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3974&commit=51b350114f6705d15ab81270aeec2b1fe6b3b9b3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3974%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3974&job=&cmd_args= [2022-04-15T20:09:59.991Z] -> Uploading to [2022-04-15T20:09:59.991Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-15/00271124DB129430A58F1EEE437C3FCB/51b350114f6705d15ab81270aeec2b1fe6b3b9b3/6a607367-f1a5-4fbb-8b81-9b5c941e9000.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220415T200959Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fe4f59c3e080027459db488f1955a928a945e72fbc381e7aa2b268b21c873a3b [2022-04-15T20:09:59.991Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-15T20:09:59.991Z] Dload Upload Total Spent Left Speed [2022-04-15T20:10:00.252Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59784 0 0 100 59784 0 221k --:--:-- --:--:-- --:--:-- 221k 100 59784 0 0 100 59784 0 221k --:--:-- --:--:-- --:--:-- 220k [2022-04-15T20:10:00.252Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/51b350114f6705d15ab81270aeec2b1fe6b3b9b3 [Pipeline] } [2022-04-15T20:10:00.281Z] 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-15T20:10:01.695Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-15T20:10:02.034Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T20:10:02.929Z] ---> package-listing.sh [2022-04-15T20:10:02.930Z] ++ facter osfamily [2022-04-15T20:10:02.930Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-15T20:10:03.191Z] + OS_FAMILY=debian [2022-04-15T20:10:03.191Z] + workspace=/w/workspace/edgex-go/1 [2022-04-15T20:10:03.191Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-15T20:10:03.191Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-15T20:10:03.191Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-15T20:10:03.191Z] + PACKAGES=/tmp/packages_start.txt [2022-04-15T20:10:03.191Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-15T20:10:03.191Z] + PACKAGES=/tmp/packages_end.txt [2022-04-15T20:10:03.191Z] + case "${OS_FAMILY}" in [2022-04-15T20:10:03.191Z] + dpkg -l [2022-04-15T20:10:03.191Z] + grep '^ii' [2022-04-15T20:10:03.191Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-15T20:10:03.191Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-15T20:10:03.191Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-15T20:10:03.191Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-15T20:10:03.191Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-04-15T20:10:03.191Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-04-15T20:10:03.227Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-15T20:10:03.524Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-15T20:10:04.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-15T20:10:04.121Z] [2022-04-15T20:10:04.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T20:10:04.464Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-15T20:10:04.464Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-15T20:10:04.464Z] 5eb5b503b376: Pulling fs layer [2022-04-15T20:10:04.464Z] 5c69ac0246d0: Pulling fs layer [2022-04-15T20:10:04.464Z] ec43610c2a17: Pulling fs layer [2022-04-15T20:10:04.464Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-15T20:10:04.464Z] 33b1e0a273af: Pulling fs layer [2022-04-15T20:10:04.464Z] 5d3b04190fa2: Pulling fs layer [2022-04-15T20:10:04.464Z] 2f39f015ded8: Pulling fs layer [2022-04-15T20:10:04.464Z] 2f39f015ded8: Waiting [2022-04-15T20:10:04.464Z] 5d3b04190fa2: Waiting [2022-04-15T20:10:04.464Z] 33b1e0a273af: Waiting [2022-04-15T20:10:04.464Z] 3a2ae6a8a46f: Waiting [2022-04-15T20:10:04.464Z] 5c69ac0246d0: Verifying Checksum [2022-04-15T20:10:04.464Z] 5c69ac0246d0: Download complete [2022-04-15T20:10:04.464Z] 3a2ae6a8a46f: Download complete [2022-04-15T20:10:04.464Z] 33b1e0a273af: Verifying Checksum [2022-04-15T20:10:04.464Z] 33b1e0a273af: Download complete [2022-04-15T20:10:04.723Z] 5d3b04190fa2: Download complete [2022-04-15T20:10:04.723Z] ec43610c2a17: Verifying Checksum [2022-04-15T20:10:04.723Z] 5eb5b503b376: Verifying Checksum [2022-04-15T20:10:04.723Z] 5eb5b503b376: Download complete [2022-04-15T20:10:05.293Z] 2f39f015ded8: Verifying Checksum [2022-04-15T20:10:05.293Z] 2f39f015ded8: Download complete [2022-04-15T20:10:05.859Z] 5eb5b503b376: Pull complete [2022-04-15T20:10:06.119Z] 5c69ac0246d0: Pull complete [2022-04-15T20:10:06.685Z] ec43610c2a17: Pull complete [2022-04-15T20:10:06.685Z] 3a2ae6a8a46f: Pull complete [2022-04-15T20:10:06.943Z] 33b1e0a273af: Pull complete [2022-04-15T20:10:06.943Z] 5d3b04190fa2: Pull complete [2022-04-15T20:10:12.227Z] 2f39f015ded8: Pull complete [2022-04-15T20:10:12.227Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-15T20:10:12.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-15T20:10:12.227Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-15T20:10:12.313Z] prd-ubuntu20.04-docker-8c-8g-21075 does not seem to be running inside a container [2022-04-15T20:10:12.340Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-15T20:10:14.825Z] $ docker top 4eacc20a32d85bf8154f2da66732cc0837388758c8815a0409c909b34cb243e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T20:10:15.243Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-15T20:10:15.555Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-15T20:10:15.868Z] + ls /var/log/sa-host [2022-04-15T20:10:15.868Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-15T20:10:16.167Z] provisioning config files... [2022-04-15T20:10:16.180Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7866564905907220388tmp [Pipeline] { [Pipeline] echo [2022-04-15T20:10:16.228Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T20:10:16.607Z] ---> create-netrc.sh [Pipeline] } [2022-04-15T20:10:16.635Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-15T20:10:17.119Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-15T20:10:17.149Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T20:10:17.489Z] ---> sudo-logs.sh [2022-04-15T20:10:17.490Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-15T20:10:17.567Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T20:10:17.883Z] ---> job-cost.sh [2022-04-15T20:10:17.883Z] lf-activate-venv: SKIPPING [2022-04-15T20:10:17.883Z] DEBUG: total: 0.2199999988079071 [2022-04-15T20:10:17.883Z] INFO: Retrieving Stack Cost... [2022-04-15T20:10:18.455Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-15T20:10:18.715Z] INFO: Archiving Costs [Pipeline] echo [2022-04-15T20:10:18.751Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T20:10:19.070Z] ---> logs-deploy.sh [2022-04-15T20:10:19.070Z] lf-activate-venv: SKIPPING [2022-04-15T20:10:19.070Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3974/1 [2022-04-15T20:10:19.070Z] INFO: archiving workspace using pattern(s): [2022-04-15T20:10:20.012Z] Archives upload complete. [2022-04-15T20:10:20.272Z] INFO: archiving logs to Nexus [2022-04-15T20:10:20.841Z] ---> uname -a: [2022-04-15T20:10:20.841Z] Linux prd-ubuntu20-04-docker-8c-8g-21075 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-04-15T20:10:20.841Z] [2022-04-15T20:10:20.841Z] [2022-04-15T20:10:20.841Z] ---> lscpu: [2022-04-15T20:10:20.841Z] Architecture: x86_64 [2022-04-15T20:10:20.841Z] CPU op-mode(s): 32-bit, 64-bit [2022-04-15T20:10:20.841Z] Byte Order: Little Endian [2022-04-15T20:10:20.841Z] Address sizes: 40 bits physical, 48 bits virtual [2022-04-15T20:10:20.841Z] CPU(s): 8 [2022-04-15T20:10:20.841Z] On-line CPU(s) list: 0-7 [2022-04-15T20:10:20.841Z] Thread(s) per core: 1 [2022-04-15T20:10:20.841Z] Core(s) per socket: 1 [2022-04-15T20:10:20.841Z] Socket(s): 8 [2022-04-15T20:10:20.841Z] NUMA node(s): 1 [2022-04-15T20:10:20.841Z] Vendor ID: AuthenticAMD [2022-04-15T20:10:20.841Z] CPU family: 23 [2022-04-15T20:10:20.841Z] Model: 49 [2022-04-15T20:10:20.841Z] Model name: AMD EPYC-Rome Processor [2022-04-15T20:10:20.841Z] Stepping: 0 [2022-04-15T20:10:20.841Z] CPU MHz: 2799.998 [2022-04-15T20:10:20.841Z] BogoMIPS: 5599.99 [2022-04-15T20:10:20.841Z] Virtualization: AMD-V [2022-04-15T20:10:20.841Z] Hypervisor vendor: KVM [2022-04-15T20:10:20.841Z] Virtualization type: full [2022-04-15T20:10:20.841Z] L1d cache: 256 KiB [2022-04-15T20:10:20.841Z] L1i cache: 256 KiB [2022-04-15T20:10:20.841Z] L2 cache: 4 MiB [2022-04-15T20:10:20.841Z] L3 cache: 128 MiB [2022-04-15T20:10:20.841Z] NUMA node0 CPU(s): 0-7 [2022-04-15T20:10:20.841Z] Vulnerability Itlb multihit: Not affected [2022-04-15T20:10:20.841Z] Vulnerability L1tf: Not affected [2022-04-15T20:10:20.841Z] Vulnerability Mds: Not affected [2022-04-15T20:10:20.841Z] Vulnerability Meltdown: Not affected [2022-04-15T20:10:20.841Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-04-15T20:10:20.841Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-04-15T20:10:20.841Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-04-15T20:10:20.841Z] Vulnerability Srbds: Not affected [2022-04-15T20:10:20.841Z] Vulnerability Tsx async abort: Not affected [2022-04-15T20:10:20.841Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-04-15T20:10:20.841Z] [2022-04-15T20:10:20.841Z] [2022-04-15T20:10:20.841Z] ---> nproc: [2022-04-15T20:10:20.841Z] 8 [2022-04-15T20:10:20.841Z] [2022-04-15T20:10:20.841Z]