Pull request #3949 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a7881c43d8d5be287348d5cac072628d4998ac5a+1a2a9fb2de28639559defb16ba24353df80d7431 (d250cec1386c7c96a0ca84b9461be1d6f14684bb) 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-ssh15236646219838760536.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-ssh14668270579109504977.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-3949/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-3949/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4976934098773076531.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-3949/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh917137426115529958.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-ssh18073982719194703527.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-3949/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-3949/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh9505502719159157920.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:true] ========================================================= [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: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-11447’ is offline Running on prd-ubuntu20.04-docker-8c-8g-11450 in /w/workspace/edgexfoundry_edgex-go_PR-3949 [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 1a2a9fb2de28639559defb16ba24353df80d7431 into PR head commit a7881c43d8d5be287348d5cac072628d4998ac5a Merge succeeded, producing a7881c43d8d5be287348d5cac072628d4998ac5a Checking out Revision a7881c43d8d5be287348d5cac072628d4998ac5a (PR-3949) > 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/3949/head:refs/remotes/origin/PR-3949 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7881c43d8d5be287348d5cac072628d4998ac5a # 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 1a2a9fb2de28639559defb16ba24353df80d7431 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7881c43d8d5be287348d5cac072628d4998ac5a # 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-07T19:05:51.497Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-07T19:05:51.657Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-07T19:05:51.753Z] ========================================================= [2022-04-07T19:05:51.753Z] EdgeX Global Pipelines Version Info [2022-04-07T19:05:51.753Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-07T19:05:52.561Z] ------------------- [2022-04-07T19:05:52.561Z] stable info: [2022-04-07T19:05:52.561Z] ------------------- [2022-04-07T19:05:52.561Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-07T19:05:52.561Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-07T19:05:52.561Z] Message: update stable to v1.0.221 [2022-04-07T19:05:53.135Z] ------------------- [2022-04-07T19:05:53.135Z] experimental info: [2022-04-07T19:05:53.135Z] ------------------- [2022-04-07T19:05:53.135Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-07T19:05:53.135Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-07T19:05:53.135Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-07T19:05:53.422Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-07T19:05:53.463Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-07T19:05:53.501Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-07T19:05:53.543Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-07T19:05:53.589Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-07T19:05:53.633Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-07T19:05:53.674Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-07T19:05:53.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-07T19:05:53.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-07T19:05:53.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-07T19:05:53.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-07T19:05:53.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-07T19:05:53.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-07T19:05:53.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-07T19:05:53.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-07T19:05:54.025Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-07T19:05:54.068Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-07T19:05:54.117Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-07T19:05:54.159Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-07T19:05:54.200Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-07T19:05:54.244Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-04-07T19:05:54.282Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-07T19:05:54.320Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3949 [Pipeline] echo [2022-04-07T19:05:54.360Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3949 [Pipeline] echo [2022-04-07T19:05:54.406Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3949 [Pipeline] echo [2022-04-07T19:05:54.450Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a7881c43d8d5be287348d5cac072628d4998ac5a [Pipeline] echo [2022-04-07T19:05:54.491Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a7881c4 [Pipeline] echo [2022-04-07T19:05:54.534Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-07T19:05:54.641Z] provisioning config files... [2022-04-07T19:05:54.655Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6583824076072743260tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-07T19:05:55.009Z] ---> docker-login.sh [2022-04-07T19:05:55.009Z] nexus3.edgexfoundry.org:10001 [2022-04-07T19:05:55.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T19:05:55.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T19:05:55.273Z] Configure a credential helper to remove this warning. See [2022-04-07T19:05:55.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T19:05:55.273Z] [2022-04-07T19:05:55.273Z] Login Succeeded [2022-04-07T19:05:55.273Z] nexus3.edgexfoundry.org:10002 [2022-04-07T19:05:55.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T19:05:55.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T19:05:55.534Z] Configure a credential helper to remove this warning. See [2022-04-07T19:05:55.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T19:05:55.534Z] [2022-04-07T19:05:55.534Z] Login Succeeded [2022-04-07T19:05:55.534Z] nexus3.edgexfoundry.org:10003 [2022-04-07T19:05:55.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T19:05:55.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T19:05:55.534Z] Configure a credential helper to remove this warning. See [2022-04-07T19:05:55.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T19:05:55.534Z] [2022-04-07T19:05:55.534Z] Login Succeeded [2022-04-07T19:05:55.534Z] nexus3.edgexfoundry.org:10004 [2022-04-07T19:05:55.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T19:05:55.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T19:05:55.827Z] Configure a credential helper to remove this warning. See [2022-04-07T19:05:55.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T19:05:55.827Z] [2022-04-07T19:05:55.827Z] Login Succeeded [2022-04-07T19:05:55.827Z] docker.io [2022-04-07T19:05:55.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T19:05:56.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T19:05:56.096Z] Configure a credential helper to remove this warning. See [2022-04-07T19:05:56.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T19:05:56.096Z] [2022-04-07T19:05:56.096Z] Login Succeeded [2022-04-07T19:05:56.096Z] ---> docker-login.sh ends [Pipeline] } [2022-04-07T19:05:56.130Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-07T19:05:56.570Z] + 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-07T19:05:56.570Z] + dirname cmd/core-command/Dockerfile [2022-04-07T19:05:56.570Z] + cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-07T19:05:56.570Z] + dirname cmd/core-data/Dockerfile [2022-04-07T19:05:56.570Z] + cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-07T19:05:56.570Z] + + dirname cmd/core-metadata/Dockerfile [2022-04-07T19:05:56.570Z] cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-07T19:05:56.570Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-04-07T19:05:56.570Z] + cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-07T19:05:56.570Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-07T19:05:56.570Z] + cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-07T19:05:56.570Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-07T19:05:56.570Z] + cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-07T19:05:56.570Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-07T19:05:56.570Z] cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-07T19:05:56.570Z] + dirname cmd/security-spire-agent/Dockerfile [2022-04-07T19:05:56.570Z] + cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-07T19:05:56.570Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-07T19:05:56.570Z] + cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-07T19:05:56.570Z] + dirname cmd/security-spire-server/Dockerfile [2022-04-07T19:05:56.570Z] + cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-07T19:05:56.570Z] + dirname cmd/support-notifications/Dockerfile [2022-04-07T19:05:56.570Z] + cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-07T19:05:56.570Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-07T19:05:56.570Z] + cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-07T19:05:56.570Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-07T19:05:56.570Z] + cut -d/ -f2 [2022-04-07T19:05:56.570Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-07T19:05:56.690Z] 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-07T19:05:57.178Z] + git rev-list -1 --merges a7881c43d8d5be287348d5cac072628d4998ac5a~1..a7881c43d8d5be287348d5cac072628d4998ac5a [Pipeline] echo [2022-04-07T19:05:57.214Z] -----------> git rev-list -1 --merges a7881c43d8d5be287348d5cac072628d4998ac5a~1..a7881c43d8d5be287348d5cac072628d4998ac5a a7881c43d8d5be287348d5cac072628d4998ac5a [false] [Pipeline] sh [2022-04-07T19:05:57.532Z] + git log --format=format:%s -1 a7881c43d8d5be287348d5cac072628d4998ac5a [Pipeline] echo [2022-04-07T19:05:57.564Z] ========================================================= [2022-04-07T19:05:57.564Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-07T19:05:57.564Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-07T19:05:58.028Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-07T19:05:58.028Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-07T19:05:58.028Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-07T19:05:58.028Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-07T19:05:58.028Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-07T19:05:58.028Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-07T19:05:58.028Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:05:58.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-07T19:05:58.412Z] [2022-04-07T19:05:58.412Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:05:58.755Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-07T19:05:58.755Z] latest: Pulling from edgex-devops/git-semver [2022-04-07T19:05:58.755Z] a0d0a0d46f8b: Pulling fs layer [2022-04-07T19:05:58.755Z] 3e5f54012d9b: Pulling fs layer [2022-04-07T19:05:58.755Z] 4c7163046ea9: Pulling fs layer [2022-04-07T19:05:58.755Z] 0c2d73faf560: Pulling fs layer [2022-04-07T19:05:58.755Z] 0c2d73faf560: Waiting [2022-04-07T19:05:58.755Z] 3e5f54012d9b: Verifying Checksum [2022-04-07T19:05:58.755Z] 3e5f54012d9b: Download complete [2022-04-07T19:05:58.755Z] a0d0a0d46f8b: Verifying Checksum [2022-04-07T19:05:58.755Z] a0d0a0d46f8b: Download complete [2022-04-07T19:05:58.755Z] 0c2d73faf560: Verifying Checksum [2022-04-07T19:05:58.755Z] 0c2d73faf560: Download complete [2022-04-07T19:05:58.755Z] 4c7163046ea9: Verifying Checksum [2022-04-07T19:05:58.755Z] 4c7163046ea9: Download complete [2022-04-07T19:05:59.014Z] a0d0a0d46f8b: Pull complete [2022-04-07T19:05:59.014Z] 3e5f54012d9b: Pull complete [2022-04-07T19:05:59.274Z] 4c7163046ea9: Pull complete [2022-04-07T19:05:59.538Z] 0c2d73faf560: Pull complete [2022-04-07T19:05:59.538Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-07T19:05:59.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-07T19:05:59.538Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-07T19:05:59.644Z] prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container [2022-04-07T19:05:59.681Z] $ 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-07T19:06:00.336Z] $ docker top c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-07T19:06:00.534Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-07T19:06:00.534Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-07T19:06:00.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-07T19:06:00.681Z] $ docker exec c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 ssh-agent [2022-04-07T19:06:00.810Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXIMPiAG/agent.13 [2022-04-07T19:06:00.810Z] SSH_AGENT_PID=19 [2022-04-07T19:06:00.818Z] Running ssh-add (command line suppressed) [2022-04-07T19:06:00.936Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8360932509588407553.key (/w/workspace/edgex-go/1@tmp/private_key_8360932509588407553.key) [2022-04-07T19:06:00.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-07T19:06:01.288Z] + git tag --points-at HEAD [Pipeline] } [2022-04-07T19:06:01.308Z] $ docker exec --env ******** --env ******** c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 ssh-agent -k [2022-04-07T19:06:01.414Z] unset SSH_AUTH_SOCK; [2022-04-07T19:06:01.414Z] unset SSH_AGENT_PID; [2022-04-07T19:06:01.414Z] echo Agent pid 19 killed; [2022-04-07T19:06:01.431Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-07T19:06:01.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-07T19:06:01.518Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-07T19:06:01.641Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-07T19:06:01.641Z] $ docker exec c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 ssh-agent [2022-04-07T19:06:01.769Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXICElfa/agent.51 [2022-04-07T19:06:01.769Z] SSH_AGENT_PID=57 [2022-04-07T19:06:01.774Z] Running ssh-add (command line suppressed) [2022-04-07T19:06:01.880Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6741857714509339699.key (/w/workspace/edgex-go/1@tmp/private_key_6741857714509339699.key) [2022-04-07T19:06:01.897Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-07T19:06:02.230Z] + git semver init [2022-04-07T19:06:02.230Z] # -> Open(): unable to determine branch for HEAD [2022-04-07T19:06:02.230Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-04-07T19:06:02.230Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-04-07T19:06:02.230Z] # $SEMVER_REMOTE_NAME = origin [2022-04-07T19:06:02.230Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-07T19:06:02.230Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-07T19:06:02.230Z] # $SEMVER_BRANCH = PR-3949 [2022-04-07T19:06:02.230Z] # $SEMVER_TEMP = /tmp/semver-235128188 [2022-04-07T19:06:02.230Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-07T19:06:17.170Z] # '/tmp/semver-235128188' -> '/w/workspace/edgex-go/1/.semver' [2022-04-07T19:06:17.170Z] # -> Force: false [2022-04-07T19:06:17.170Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-04-07T19:06:17.202Z] $ docker exec --env ******** --env ******** c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 ssh-agent -k [2022-04-07T19:06:17.307Z] unset SSH_AUTH_SOCK; [2022-04-07T19:06:17.307Z] unset SSH_AGENT_PID; [2022-04-07T19:06:17.307Z] echo Agent pid 57 killed; [2022-04-07T19:06:17.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-07T19:06:17.772Z] + git semver [Pipeline] } [2022-04-07T19:06:17.805Z] $ docker stop --time=1 c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 [2022-04-07T19:06:19.500Z] $ docker rm -f c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-07T19:06:19.920Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-07T19:06:20.217Z] Stashed 1 file(s) [Pipeline] echo [2022-04-07T19:06:20.234Z] [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-07T19:06:20.745Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-07T19:06:20.771Z] ========================================================= [2022-04-07T19:06:20.771Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-07T19:06:20.771Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-07T19:06:21.113Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-07T19:06:21.113Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-07T19:06:21.113Z] 59bf1c3509f3: Pulling fs layer [2022-04-07T19:06:21.113Z] 666ba61612fd: Pulling fs layer [2022-04-07T19:06:21.113Z] 8ed8ca486205: Pulling fs layer [2022-04-07T19:06:21.113Z] 4fe6c5a15a65: Pulling fs layer [2022-04-07T19:06:21.113Z] 22a0e8bec74d: Pulling fs layer [2022-04-07T19:06:21.113Z] 640e595b4fbd: Pulling fs layer [2022-04-07T19:06:21.113Z] 763cafe07f6e: Pulling fs layer [2022-04-07T19:06:21.113Z] 0c0b528cf693: Pulling fs layer [2022-04-07T19:06:21.113Z] 10935f4eaf8b: Pulling fs layer [2022-04-07T19:06:21.113Z] 4fe6c5a15a65: Waiting [2022-04-07T19:06:21.113Z] 22a0e8bec74d: Waiting [2022-04-07T19:06:21.113Z] 640e595b4fbd: Waiting [2022-04-07T19:06:21.113Z] 763cafe07f6e: Waiting [2022-04-07T19:06:21.113Z] 0c0b528cf693: Waiting [2022-04-07T19:06:21.113Z] 10935f4eaf8b: Waiting [2022-04-07T19:06:21.113Z] 8ed8ca486205: Verifying Checksum [2022-04-07T19:06:21.113Z] 8ed8ca486205: Download complete [2022-04-07T19:06:21.113Z] 666ba61612fd: Download complete [2022-04-07T19:06:21.113Z] 22a0e8bec74d: Verifying Checksum [2022-04-07T19:06:21.113Z] 22a0e8bec74d: Download complete [2022-04-07T19:06:21.113Z] 640e595b4fbd: Verifying Checksum [2022-04-07T19:06:21.113Z] 640e595b4fbd: Download complete [2022-04-07T19:06:21.113Z] 59bf1c3509f3: Verifying Checksum [2022-04-07T19:06:21.113Z] 59bf1c3509f3: Download complete [2022-04-07T19:06:21.113Z] 763cafe07f6e: Download complete [2022-04-07T19:06:21.374Z] 0c0b528cf693: Verifying Checksum [2022-04-07T19:06:21.374Z] 0c0b528cf693: Download complete [2022-04-07T19:06:21.374Z] 59bf1c3509f3: Pull complete [2022-04-07T19:06:21.374Z] 666ba61612fd: Pull complete [2022-04-07T19:06:21.636Z] 8ed8ca486205: Pull complete [2022-04-07T19:06:21.895Z] 4fe6c5a15a65: Verifying Checksum [2022-04-07T19:06:21.895Z] 4fe6c5a15a65: Download complete [2022-04-07T19:06:21.895Z] 10935f4eaf8b: Verifying Checksum [2022-04-07T19:06:21.895Z] 10935f4eaf8b: Download complete [2022-04-07T19:06:26.086Z] 4fe6c5a15a65: Pull complete [2022-04-07T19:06:26.086Z] 22a0e8bec74d: Pull complete [2022-04-07T19:06:26.086Z] 640e595b4fbd: Pull complete [2022-04-07T19:06:26.086Z] 763cafe07f6e: Pull complete [2022-04-07T19:06:26.086Z] 0c0b528cf693: Pull complete [2022-04-07T19:06:27.991Z] 10935f4eaf8b: Pull complete [2022-04-07T19:06:27.991Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-07T19:06:27.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-07T19:06:27.991Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-07T19:06:28.356Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-07T19:06:28.356Z] WORKDIR /edgex [2022-04-07T19:06:28.356Z] COPY go.mod . [2022-04-07T19:06:28.356Z] RUN go mod download [2022-04-07T19:06:28.356Z] + docker build -t ci-base-image-x86_64 -f - . [2022-04-07T19:06:29.735Z] Sending build context to Docker daemon 334.8MB [2022-04-07T19:06:29.735Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-07T19:06:29.735Z] ---> 99d49a6021b9 [2022-04-07T19:06:29.735Z] Step 2/4 : WORKDIR /edgex [2022-04-07T19:06:31.118Z] ---> Running in 0aeea7ce284e [2022-04-07T19:06:31.377Z] Removing intermediate container 0aeea7ce284e [2022-04-07T19:06:31.377Z] ---> 5bc71e0613f7 [2022-04-07T19:06:31.377Z] Step 3/4 : COPY go.mod . [2022-04-07T19:06:31.377Z] ---> afb775ccbc91 [2022-04-07T19:06:31.377Z] Step 4/4 : RUN go mod download [2022-04-07T19:06:31.377Z] ---> Running in 13f6e117439a [2022-04-07T19:06:35.554Z] Still waiting to schedule task [2022-04-07T19:06:35.554Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-04-07T19:06:46.277Z] Removing intermediate container 13f6e117439a [2022-04-07T19:06:46.277Z] ---> 521a2af32397 [2022-04-07T19:06:46.277Z] Successfully built 521a2af32397 [2022-04-07T19:06:46.277Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:06:46.616Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-07T19:06:46.616Z] . [Pipeline] withDockerContainer [2022-04-07T19:06:46.715Z] prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container [2022-04-07T19:06:46.760Z] $ 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-07T19:06:47.146Z] $ docker top 3f688a3fa3fe7d8fff2ef817659f96f5c14a4fc4cbeaa6b7d7aaeb8043e9b733 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-07T19:06:47.558Z] + go version [2022-04-07T19:06:47.558Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-07T19:06:47.599Z] $ docker stop --time=1 3f688a3fa3fe7d8fff2ef817659f96f5c14a4fc4cbeaa6b7d7aaeb8043e9b733 [2022-04-07T19:06:48.915Z] $ docker rm -f 3f688a3fa3fe7d8fff2ef817659f96f5c14a4fc4cbeaa6b7d7aaeb8043e9b733 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:06:49.555Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-07T19:06:49.555Z] . [Pipeline] withDockerContainer [2022-04-07T19:06:49.648Z] prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container [2022-04-07T19:06:49.696Z] $ 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-07T19:06:50.057Z] $ docker top d61e40a2337da072f7dcfffcb6fd6660bedb3433605d4c68b67c0f06e922b86b -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-07T19:06:50.193Z] ========================================================= [2022-04-07T19:06:50.193Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-07T19:06:50.193Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-07T19:06:50.545Z] + make test [2022-04-07T19:06:50.545Z] go mod tidy -compat=1.17 [2022-04-07T19:06:50.545Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-07T19:06:57.130Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-07T19:07:09.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-07T19:07:09.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.070s coverage: 28.7% of statements [2022-04-07T19:07:09.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-07T19:07:09.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-07T19:07:10.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.085s coverage: 98.5% of statements [2022-04-07T19:07:10.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-07T19:07:10.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.106s coverage: 54.9% of statements [2022-04-07T19:07:10.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-07T19:07:10.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-07T19:07:15.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.682s coverage: 89.2% of statements [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-07T19:07:15.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.125s coverage: 84.4% of statements [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-07T19:07:15.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.435s coverage: 95.1% of statements [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-07T19:07:15.194Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.073s coverage: 72.2% of statements [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-07T19:07:15.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-07T19:07:15.194Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.093s coverage: 60.0% of statements [2022-04-07T19:07:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-07T19:07:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-07T19:07:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-07T19:07:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.066s coverage: 0.9% of statements [2022-04-07T19:07:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-07T19:07:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2022-04-07T19:07:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.067s coverage: 24.0% of statements [2022-04-07T19:07:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-07T19:07:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements [2022-04-07T19:07:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2022-04-07T19:07:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2022-04-07T19:07:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2022-04-07T19:07:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2022-04-07T19:07:25.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements [2022-04-07T19:07:25.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2022-04-07T19:07:25.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.223s coverage: 82.5% of statements [2022-04-07T19:07:25.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.039s coverage: 65.1% of statements [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 58.8% of statements [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.0% of statements [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.147s coverage: 91.2% of statements [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 64.4% of statements [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.407s coverage: 65.4% of statements [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.173s coverage: 43.8% of statements [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-07T19:07:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2022-04-07T19:07:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-07T19:07:35.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-07T19:07:35.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.072s coverage: 17.7% of statements [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-07T19:07:35.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.186s coverage: 92.3% of statements [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-07T19:07:35.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-07T19:07:35.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.116s coverage: 97.7% of statements [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-07T19:07:35.508Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-07T19:07:35.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-07T19:07:35.508Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2022-04-07T19:07:35.508Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 96.9% of statements [2022-04-07T19:07:35.508Z] 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-07T19:07:53.608Z] GO111MODULE=on go vet ./... [2022-04-07T19:07:55.006Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-07T19:07:55.265Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-07T19:07:55.526Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-07T19:07:56.126Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-07T19:07:56.437Z] + ls -al . [2022-04-07T19:07:56.437Z] total 668 [2022-04-07T19:07:56.437Z] drwxrwxr-x 10 1001 1001 4096 Apr 7 19:07 . [2022-04-07T19:07:56.437Z] drwxr-xr-x 4 root root 4096 Apr 7 19:06 .. [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 11 Apr 7 19:05 .dockerignore [2022-04-07T19:07:56.437Z] drwxrwxr-x 8 1001 1001 4096 Apr 7 19:05 .git [2022-04-07T19:07:56.437Z] drwxrwxr-x 4 1001 1001 4096 Apr 7 19:05 .github [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 870 Apr 7 19:05 .gitignore [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 42 Apr 7 19:05 .golangci.yml [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 87 Apr 7 19:05 .hadolint.yml [2022-04-07T19:07:56.437Z] drwx------ 3 1001 1001 4096 Apr 7 19:06 .semver [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 166 Apr 7 19:05 .sonarcloud.properties [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 1171 Apr 7 19:05 ADOPTERS.md [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 9953 Apr 7 19:05 Attribution.txt [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 51732 Apr 7 19:05 CHANGELOG.md [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 3804 Apr 7 19:05 CONTRIBUTING.md [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 677 Apr 7 19:05 GOVERNANCE.md [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 849 Apr 7 19:05 Jenkinsfile [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 10775 Apr 7 19:05 LICENSE [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 8478 Apr 7 19:05 Makefile [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 582 Apr 7 19:05 OWNERS.md [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 8207 Apr 7 19:05 README.md [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 6912 Apr 7 19:05 SECURITY.md [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 5 Apr 7 19:06 VERSION [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 4131 Apr 7 19:05 ZMQWindows.md [2022-04-07T19:07:56.437Z] drwxrwxr-x 2 1001 1001 4096 Apr 7 19:05 bin [2022-04-07T19:07:56.437Z] drwxrwxr-x 18 1001 1001 4096 Apr 7 19:05 cmd [2022-04-07T19:07:56.437Z] -rw-r--r-- 1 root root 431014 Apr 7 19:07 coverage.out [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 3175 Apr 7 19:05 go.mod [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 34990 Apr 7 19:06 go.sum [2022-04-07T19:07:56.437Z] drwxrwxr-x 8 1001 1001 4096 Apr 7 19:05 internal [2022-04-07T19:07:56.437Z] drwxrwxr-x 3 1001 1001 4096 Apr 7 19:05 openapi [2022-04-07T19:07:56.437Z] drwxrwxr-x 4 1001 1001 4096 Apr 7 19:05 snap [2022-04-07T19:07:56.437Z] -rw-rw-r-- 1 1001 1001 204 Apr 7 19:05 version.go [Pipeline] sh [2022-04-07T19:07:56.752Z] + '[' -e coverage.out ] [2022-04-07T19:07:56.752Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-07T19:07:56.869Z] Stashed 1 file(s) [Pipeline] sh [2022-04-07T19:07:57.170Z] + make build [2022-04-07T19:07:57.170Z] CGO_ENABLED=1 GO111MODULE=on go build -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-07T19:08:15.296Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:08:27.515Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:08:27.774Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:08:29.686Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:08:29.686Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:08:31.071Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:08:32.455Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:08:33.837Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:08:35.220Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:08:36.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-07T19:08:37.096Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:08:39.004Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:08:40.421Z] $ docker stop --time=1 d61e40a2337da072f7dcfffcb6fd6660bedb3433605d4c68b67c0f06e922b86b [2022-04-07T19:08:42.601Z] $ docker rm -f d61e40a2337da072f7dcfffcb6fd6660bedb3433605d4c68b67c0f06e922b86b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:08:43.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-07T19:08:43.830Z] [2022-04-07T19:08:43.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:08:44.174Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-07T19:08:44.174Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-07T19:08:44.174Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-07T19:08:44.174Z] ca9280d653b3: Pulling fs layer [2022-04-07T19:08:44.174Z] 7e9c9ca2126c: Pulling fs layer [2022-04-07T19:08:44.174Z] cbdbe7a5bc2a: Download complete [2022-04-07T19:08:44.433Z] ca9280d653b3: Verifying Checksum [2022-04-07T19:08:44.433Z] ca9280d653b3: Download complete [2022-04-07T19:08:44.433Z] cbdbe7a5bc2a: Pull complete [2022-04-07T19:08:44.693Z] 7e9c9ca2126c: Verifying Checksum [2022-04-07T19:08:44.693Z] 7e9c9ca2126c: Download complete [2022-04-07T19:08:44.693Z] ca9280d653b3: Pull complete [2022-04-07T19:08:47.982Z] 7e9c9ca2126c: Pull complete [2022-04-07T19:08:47.982Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-07T19:08:47.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-07T19:08:47.982Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-07T19:08:48.075Z] prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container [2022-04-07T19:08:48.118Z] $ 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-07T19:08:49.234Z] $ docker top 47f33a3d69039e9eb32cd66ee566967ae155b10766617710166bf5aae9360dd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-07T19:08:49.646Z] + docker-compose build --help [2022-04-07T19:08:49.646Z] + grep parallel [2022-04-07T19:08:50.217Z] --parallel Build images in parallel. [Pipeline] } [2022-04-07T19:08:50.264Z] $ docker stop --time=1 47f33a3d69039e9eb32cd66ee566967ae155b10766617710166bf5aae9360dd8 [2022-04-07T19:08:51.551Z] $ docker rm -f 47f33a3d69039e9eb32cd66ee566967ae155b10766617710166bf5aae9360dd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:08:52.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-07T19:08:52.117Z] . [Pipeline] withDockerContainer [2022-04-07T19:08:52.210Z] prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container [2022-04-07T19:08:52.255Z] $ 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-07T19:08:52.614Z] $ docker top 9bde47ba4dc76dae50bef973e725d28febb505cc8fb861f966d1bf161e4f4adb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-07T19:08:53.016Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-07T19:08:53.587Z] Building core-command ... [2022-04-07T19:08:53.587Z] Building core-data ... [2022-04-07T19:08:53.587Z] Building core-metadata ... [2022-04-07T19:08:53.587Z] Building security-bootstrapper ... [2022-04-07T19:08:53.587Z] Building security-proxy-setup ... [2022-04-07T19:08:53.587Z] Building security-secretstore-setup ... [2022-04-07T19:08:53.587Z] Building security-spiffe-token-provider ... [2022-04-07T19:08:53.587Z] Building security-spire-agent ... [2022-04-07T19:08:53.587Z] Building security-spire-config ... [2022-04-07T19:08:53.587Z] Building security-spire-server ... [2022-04-07T19:08:53.587Z] Building support-notifications ... [2022-04-07T19:08:53.587Z] Building support-scheduler ... [2022-04-07T19:08:53.587Z] Building sys-mgmt-agent ... [2022-04-07T19:08:53.587Z] Building security-bootstrapper [2022-04-07T19:08:53.587Z] Building sys-mgmt-agent [2022-04-07T19:08:53.587Z] Building core-data [2022-04-07T19:08:53.587Z] Building security-spiffe-token-provider [2022-04-07T19:08:53.587Z] Building security-secretstore-setup [2022-04-07T19:09:15.537Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:09:15.537Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:09:15.537Z] ---> 521a2af32397 [2022-04-07T19:09:15.537Z] Step 3/20 : WORKDIR /edgex-go [2022-04-07T19:09:15.537Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:09:15.537Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:09:15.537Z] ---> 521a2af32397 [2022-04-07T19:09:15.537Z] Step 3/25 : WORKDIR /edgex-go [2022-04-07T19:09:15.537Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:09:15.537Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:09:15.537Z] ---> 521a2af32397 [2022-04-07T19:09:15.537Z] Step 3/31 : WORKDIR /edgex-go [2022-04-07T19:09:15.537Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:09:15.537Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:09:15.537Z] ---> 521a2af32397 [2022-04-07T19:09:15.537Z] Step 3/23 : WORKDIR /edgex-go [2022-04-07T19:09:15.537Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:09:15.537Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:09:15.537Z] ---> 521a2af32397 [2022-04-07T19:09:15.537Z] Step 3/23 : WORKDIR /edgex-go [2022-04-07T19:09:15.537Z] ---> Running in ffa6d9386c26 [2022-04-07T19:09:15.537Z] ---> Running in 5380caf1c40b [2022-04-07T19:09:15.537Z] ---> Running in 37776504005e [2022-04-07T19:09:15.537Z] ---> Running in 12ebefb03b8f [2022-04-07T19:09:15.537Z] ---> Running in 101f28f4eb5e [2022-04-07T19:09:15.537Z] Removing intermediate container ffa6d9386c26 [2022-04-07T19:09:15.537Z] ---> 20d1f61f63e9 [2022-04-07T19:09:15.537Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:09:15.537Z] Removing intermediate container 12ebefb03b8f [2022-04-07T19:09:15.537Z] ---> 039a63c8c632 [2022-04-07T19:09:15.537Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-07T19:09:15.537Z] Removing intermediate container 101f28f4eb5e [2022-04-07T19:09:15.537Z] ---> b07837c9b899 [2022-04-07T19:09:15.537Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:09:15.537Z] Removing intermediate container 37776504005e [2022-04-07T19:09:15.537Z] ---> b97e123edc60 [2022-04-07T19:09:15.537Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:09:15.537Z] Removing intermediate container 5380caf1c40b [2022-04-07T19:09:15.537Z] ---> 4d5c6043fa7c [2022-04-07T19:09:15.537Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:09:15.537Z] ---> Running in 587910ae50c4 [2022-04-07T19:09:15.537Z] ---> Running in bb0a9ac59d49 [2022-04-07T19:09:15.537Z] ---> Running in 07575ca785a0 [2022-04-07T19:09:15.537Z] ---> Running in 9ba72cb7afae [2022-04-07T19:09:15.537Z] ---> Running in 7e95efafda39 [2022-04-07T19:09:16.479Z] Removing intermediate container 587910ae50c4 [2022-04-07T19:09:16.479Z] ---> a965f0570296 [2022-04-07T19:09:16.479Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-07T19:09:16.479Z] ---> Running in e484539c87d7 [2022-04-07T19:09:16.479Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:16.738Z] Removing intermediate container bb0a9ac59d49 [2022-04-07T19:09:16.738Z] ---> 832897421615 [2022-04-07T19:09:16.738Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-07T19:09:16.738Z] ---> Running in cfd7f573df96 [2022-04-07T19:09:16.997Z] Removing intermediate container 7e95efafda39 [2022-04-07T19:09:16.997Z] ---> 3a58a4d2355e [2022-04-07T19:09:16.997Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-07T19:09:16.997Z] ---> Running in 77211d41a99b [2022-04-07T19:09:16.997Z] Removing intermediate container 07575ca785a0 [2022-04-07T19:09:16.997Z] ---> 2182407f0875 [2022-04-07T19:09:16.997Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-07T19:09:16.997Z] ---> Running in 507ad221a77e [2022-04-07T19:09:17.258Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:17.259Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:17.259Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:17.259Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:17.518Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:17.779Z] v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-07T19:09:17.779Z] v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-07T19:09:17.779Z] OK: 15864 distinct packages available [2022-04-07T19:09:17.779Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:18.040Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:18.040Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:18.300Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:18.301Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:18.301Z] OK: 221 MiB in 52 packages [2022-04-07T19:09:18.301Z] OK: 221 MiB in 52 packages [2022-04-07T19:09:18.561Z] OK: 221 MiB in 52 packages [2022-04-07T19:09:18.561Z] OK: 221 MiB in 52 packages [2022-04-07T19:09:18.561Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:09:18.561Z] Removing intermediate container e484539c87d7 [2022-04-07T19:09:18.561Z] ---> eece0e858b38 [2022-04-07T19:09:18.561Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-07T19:09:18.821Z] ---> 07da659a3909 [2022-04-07T19:09:18.821Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:09:18.821Z] Removing intermediate container cfd7f573df96 [2022-04-07T19:09:18.821Z] ---> 33b8a2ac5d71 [2022-04-07T19:09:18.821Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-07T19:09:18.821Z] ---> Running in 016a4838947f [2022-04-07T19:09:18.821Z] OK: 221 MiB in 52 packages [2022-04-07T19:09:19.081Z] ---> 6b0a20d79c89 [2022-04-07T19:09:19.081Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:09:19.081Z] ---> Running in e9ac4d58c99c [2022-04-07T19:09:19.081Z] Removing intermediate container 507ad221a77e [2022-04-07T19:09:19.081Z] ---> a327e9b0fa86 [2022-04-07T19:09:19.081Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-07T19:09:19.081Z] Removing intermediate container 77211d41a99b [2022-04-07T19:09:19.081Z] ---> 9037a9f6f305 [2022-04-07T19:09:19.081Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-07T19:09:19.340Z] ---> 1588ace82910 [2022-04-07T19:09:19.340Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:09:19.340Z] ---> Running in 06a9b611ccc6 [2022-04-07T19:09:19.340Z] ---> 0332d80b6aa9 [2022-04-07T19:09:19.340Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:09:19.340Z] Removing intermediate container 9ba72cb7afae [2022-04-07T19:09:19.340Z] ---> 0636c8ff891a [2022-04-07T19:09:19.340Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-07T19:09:19.340Z] ---> Running in 9cc500e70c1c [2022-04-07T19:09:19.599Z] ---> a853ab19a0ce [2022-04-07T19:09:19.599Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:09:19.599Z] ---> Running in e10458ecdbeb [2022-04-07T19:09:20.168Z] Removing intermediate container 016a4838947f [2022-04-07T19:09:20.168Z] ---> 53d9dd6e664b [2022-04-07T19:09:20.168Z] Step 8/25 : COPY . . [2022-04-07T19:09:20.735Z] Removing intermediate container e9ac4d58c99c [2022-04-07T19:09:20.735Z] ---> df9453e451ea [2022-04-07T19:09:20.735Z] Step 8/23 : COPY . . [2022-04-07T19:09:20.735Z] Removing intermediate container 06a9b611ccc6 [2022-04-07T19:09:20.735Z] ---> e92d4eda598c [2022-04-07T19:09:20.735Z] Step 8/31 : COPY . . [2022-04-07T19:09:24.025Z] Removing intermediate container 9cc500e70c1c [2022-04-07T19:09:24.025Z] ---> 2c9ea0ccc97b [2022-04-07T19:09:24.025Z] Step 8/23 : COPY . . [2022-04-07T19:09:24.025Z] Removing intermediate container e10458ecdbeb [2022-04-07T19:09:24.025Z] ---> fcdc090b5838 [2022-04-07T19:09:24.025Z] Step 7/20 : COPY . . [2022-04-07T19:09:27.427Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-11453 in /w/workspace/edgexfoundry_edgex-go_PR-3949 [Pipeline] { [Pipeline] ws [2022-04-07T19:09:27.465Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-04-07T19:09:28.066Z] The recommended git tool is: git [2022-04-07T19:09:28.221Z] ---> e531c0c7cb25 [2022-04-07T19:09:28.221Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-07T19:09:28.891Z] ---> Running in 5e8f202c1d4b [2022-04-07T19:09:28.891Z] ---> df365ec98d35 [2022-04-07T19:09:28.892Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-07T19:09:28.892Z] ---> 028c195d3dd6 [2022-04-07T19:09:28.892Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-07T19:09:28.892Z] ---> Running in a78e4f25993f [2022-04-07T19:09:29.160Z] ---> Running in fe1d74cb76b4 [2022-04-07T19:09:29.160Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:09:29.419Z] CGO_ENABLED=1 GO111MODULE=on go build -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-07T19:09:29.419Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:09:29.989Z] ---> 5551167081e3 [2022-04-07T19:09:29.989Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-07T19:09:29.989Z] ---> Running in 84ca5fc0e3c9 [2022-04-07T19:09:30.248Z] ---> 796a3b615d2d [2022-04-07T19:09:30.248Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-07T19:09:30.248Z] ---> Running in a9200571a70d [2022-04-07T19:09:30.507Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:09:30.766Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:09:39.559Z] using credential edgex-jenkins-ssh [2022-04-07T19:09:39.581Z] Cloning the remote Git repository [2022-04-07T19:09:39.694Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-07T19:09:40.090Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-04-07T19:09:40.394Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-07T19:09:40.402Z] > git --version # timeout=10 [2022-04-07T19:09:40.511Z] > git --version # 'git version 2.25.1' [2022-04-07T19:09:40.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-07T19:09:40.766Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-07T19:10:02.487Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-07T19:10:02.515Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-07T19:10:02.553Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-07T19:10:02.868Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:10:03.442Z] Merging remotes/origin/main commit 1a2a9fb2de28639559defb16ba24353df80d7431 into PR head commit a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:10:03.949Z] Merge succeeded, producing a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:10:03.950Z] Checking out Revision a7881c43d8d5be287348d5cac072628d4998ac5a (PR-3949) [2022-04-07T19:10:02.607Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-07T19:10:02.608Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-07T19:10:02.629Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3949/head:refs/remotes/origin/PR-3949 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-07T19:10:03.469Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T19:10:03.496Z] > git checkout -f a7881c43d8d5be287348d5cac072628d4998ac5a # timeout=10 [2022-04-07T19:10:03.800Z] > git remote # timeout=10 [2022-04-07T19:10:03.833Z] > git config --get remote.origin.url # timeout=10 [2022-04-07T19:10:03.866Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-07T19:10:03.885Z] > git merge 1a2a9fb2de28639559defb16ba24353df80d7431 # timeout=10 [2022-04-07T19:10:03.925Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-07T19:10:03.960Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T19:10:03.994Z] > git checkout -f a7881c43d8d5be287348d5cac072628d4998ac5a # timeout=10 [2022-04-07T19:10:07.062Z] Removing intermediate container a9200571a70d [2022-04-07T19:10:07.062Z] ---> 897f0c63fa61 [2022-04-07T19:10:07.062Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-07T19:10:07.062Z] Removing intermediate container 84ca5fc0e3c9 [2022-04-07T19:10:07.062Z] ---> e92b473451ed [2022-04-07T19:10:07.062Z] [2022-04-07T19:10:07.062Z] Step 9/20 : FROM alpine:3.15 [2022-04-07T19:10:07.062Z] Removing intermediate container 5e8f202c1d4b [2022-04-07T19:10:07.062Z] ---> fae934d413a3 [2022-04-07T19:10:07.062Z] [2022-04-07T19:10:07.062Z] Step 10/25 : FROM alpine:3.14 [2022-04-07T19:10:07.062Z] Removing intermediate container fe1d74cb76b4 [2022-04-07T19:10:07.062Z] ---> 3397abd77817 [2022-04-07T19:10:07.062Z] [2022-04-07T19:10:07.062Z] Step 10/31 : FROM alpine:3.14 [2022-04-07T19:10:07.062Z] ---> Running in 96908f5cf0e8 [2022-04-07T19:10:07.063Z] 3.15: Pulling from library/alpine [2022-04-07T19:10:07.063Z] 3.14: Pulling from library/alpine [2022-04-07T19:10:07.063Z] Removing intermediate container a78e4f25993f [2022-04-07T19:10:07.063Z] ---> 80b314091887 [2022-04-07T19:10:07.063Z] [2022-04-07T19:10:07.063Z] Step 10/23 : FROM alpine:3.14 [2022-04-07T19:10:07.063Z] 3.14: Pulling from library/alpine [2022-04-07T19:10:07.063Z] 3.14: Pulling from library/alpine [2022-04-07T19:10:07.322Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-07T19:10:07.322Z] Status: Downloaded newer image for alpine:3.15 [2022-04-07T19:10:07.322Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-07T19:10:07.322Z] Status: Downloaded newer image for alpine:3.14 [2022-04-07T19:10:07.322Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-07T19:10:07.322Z] Status: Image is up to date for alpine:3.14 [2022-04-07T19:10:07.322Z] ---> 0ac33e5f5afa [2022-04-07T19:10:07.322Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-07T19:10:07.322Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-07T19:10:07.323Z] Status: Image is up to date for alpine:3.14 [2022-04-07T19:10:07.323Z] ---> e04c818066af [2022-04-07T19:10:07.323Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-07T19:10:07.323Z] ---> e04c818066af [2022-04-07T19:10:07.323Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-07T19:10:07.323Z] ---> e04c818066af [2022-04-07T19:10:07.323Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-07T19:10:07.323Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:10:07.585Z] ---> Running in 6af95e43d330 [2022-04-07T19:10:07.585Z] ---> Running in 389e522c570f [2022-04-07T19:10:07.585Z] ---> Running in 667e21166fd8 [2022-04-07T19:10:07.585Z] ---> Running in f268f55165b6 [2022-04-07T19:10:07.585Z] Removing intermediate container f268f55165b6 [2022-04-07T19:10:07.585Z] ---> 0e1bd6490068 [2022-04-07T19:10:07.585Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-07T19:10:07.585Z] Removing intermediate container 389e522c570f [2022-04-07T19:10:07.585Z] ---> bca0aa015ef4 [2022-04-07T19:10:07.585Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-07T19:10:07.585Z] Removing intermediate container 6af95e43d330 [2022-04-07T19:10:07.585Z] ---> 78c013ecdf7b [2022-04-07T19:10:07.585Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:10:07.845Z] ---> Running in c30b8da3a85d [2022-04-07T19:10:07.845Z] ---> Running in a6eb4bae01e1 [2022-04-07T19:10:07.845Z] ---> Running in 83259d56b371 [2022-04-07T19:10:07.845Z] Removing intermediate container c30b8da3a85d [2022-04-07T19:10:07.845Z] ---> 659f1c942d50 [2022-04-07T19:10:07.845Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-07T19:10:07.845Z] ---> Running in 484eeb21ac30 [2022-04-07T19:10:07.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:07.845Z] Removing intermediate container 96908f5cf0e8 [2022-04-07T19:10:07.845Z] ---> 461220058bc9 [2022-04-07T19:10:07.845Z] [2022-04-07T19:10:07.845Z] Step 11/23 : FROM docker:20.10.14 [2022-04-07T19:10:08.103Z] Removing intermediate container 484eeb21ac30 [2022-04-07T19:10:08.103Z] ---> 60c228dd38ea [2022-04-07T19:10:08.103Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:10:08.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:08.103Z] ---> Running in 25271772f80b [2022-04-07T19:10:08.103Z] 20.10.14: Pulling from library/docker [2022-04-07T19:10:08.103Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-07T19:10:08.103Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-07T19:10:08.103Z] (3/3) Installing su-exec (0.2-r1) [2022-04-07T19:10:08.103Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T19:10:08.103Z] Executing ca-certificates-20211220-r0.trigger [2022-04-07T19:10:08.363Z] OK: 6 MiB in 17 packages [2022-04-07T19:10:08.363Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:08.363Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:08.622Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-07T19:10:08.622Z] (2/2) Installing su-exec (0.2-r1) [2022-04-07T19:10:08.622Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T19:10:08.622Z] OK: 6 MiB in 16 packages [2022-04-07T19:10:08.840Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-04-07T19:10:08.917Z] > git --version # timeout=10 [2022-04-07T19:10:08.933Z] > git --version # 'git version 2.25.1' [2022-04-07T19:10:08.952Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-07T19:10:09.191Z] Removing intermediate container a6eb4bae01e1 [2022-04-07T19:10:09.191Z] ---> 84b103793d09 [2022-04-07T19:10:09.191Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-07T19:10:09.191Z] Removing intermediate container 25271772f80b [2022-04-07T19:10:09.191Z] ---> dfd7f340f81a [2022-04-07T19:10:09.191Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-07T19:10:09.191Z] ---> Running in cb6db4e86a63 [2022-04-07T19:10:09.191Z] Removing intermediate container 667e21166fd8 [2022-04-07T19:10:09.191Z] ---> 25ad106dd0c2 [2022-04-07T19:10:09.191Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-07T19:10:09.191Z] ---> Running in c7d637e707de [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2022-04-07T19:10:09.456Z] ---> Running in aeed3b48621b [2022-04-07T19:10:09.456Z] Removing intermediate container 83259d56b371 [2022-04-07T19:10:09.456Z] ---> c01ec8b77dff [2022-04-07T19:10:09.456Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-07T19:10:09.456Z] ---> Running in 466aff236136 [2022-04-07T19:10:09.456Z] Removing intermediate container aeed3b48621b [2022-04-07T19:10:09.456Z] ---> e87a71b21a53 [2022-04-07T19:10:09.456Z] Step 13/25 : WORKDIR / [2022-04-07T19:10:09.456Z] Removing intermediate container 466aff236136 [2022-04-07T19:10:09.456Z] ---> 02fb19fca269 [2022-04-07T19:10:09.456Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-07T19:10:09.456Z] ---> Running in 779f6168b5df [2022-04-07T19:10:09.456Z] ---> Running in 01a1a49860c5 [Pipeline] sh [2022-04-07T19:10:09.714Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:09.714Z] Removing intermediate container 779f6168b5df [2022-04-07T19:10:09.714Z] ---> 60690984a708 [2022-04-07T19:10:09.714Z] 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-07T19:10:09.714Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:09.714Z] Removing intermediate container 01a1a49860c5 [2022-04-07T19:10:09.714Z] ---> 0eab093a47a4 [2022-04-07T19:10:09.714Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-07T19:10:09.714Z] ---> Running in 160340f33486 [2022-04-07T19:10:09.973Z] ---> 8617d0c74b34 [2022-04-07T19:10:09.973Z] 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-07T19:10:09.973Z] ---> 03cff041ec17 [2022-04-07T19:10:10.074Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-07T19:10:10.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-07T19:10:10.074Z] Dload Upload Total Spent Left Speed [2022-04-07T19:10:10.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 175k 0 --:--:-- --:--:-- --:--:-- 175k [2022-04-07T19:10:10.232Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-07T19:10:10.233Z] ---> d8934416f6fc [2022-04-07T19:10:10.233Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [Pipeline] sh [2022-04-07T19:10:10.492Z] Removing intermediate container 160340f33486 [2022-04-07T19:10:10.492Z] ---> 45b2cb29ac92 [2022-04-07T19:10:10.492Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-07T19:10:10.492Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:10.492Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:10.492Z] ---> Running in 46e3feec8c16 [2022-04-07T19:10:10.492Z] ---> 9902b7022968 [2022-04-07T19:10:10.492Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-07T19:10:10.754Z] Removing intermediate container 46e3feec8c16 [2022-04-07T19:10:10.754Z] ---> ccbe3aa23ff4 [2022-04-07T19:10:10.754Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-07T19:10:10.754Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-07T19:10:10.754Z] v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-07T19:10:10.754Z] v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-07T19:10:10.754Z] OK: 15854 distinct packages available [2022-04-07T19:10:10.754Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:10.754Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-07T19:10:10.817Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-07T19:10:11.014Z] ---> 0d772d9fa96d [2022-04-07T19:10:11.014Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-07T19:10:11.014Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-07T19:10:11.014Z] ---> d2def12a058b [2022-04-07T19:10:11.014Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-07T19:10:11.014Z] ---> Running in a52adb7fb550 [2022-04-07T19:10:11.014Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-07T19:10:11.014Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-07T19:10:11.014Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-07T19:10:11.014Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-07T19:10:11.205Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-07T19:10:11.205Z] + sudo tee /etc/docker/daemon.new [2022-04-07T19:10:11.205Z] { [2022-04-07T19:10:11.205Z] "registry-mirrors": [ [2022-04-07T19:10:11.205Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-07T19:10:11.205Z] ], [2022-04-07T19:10:11.205Z] "bip": "10.250.0.254/24", [2022-04-07T19:10:11.205Z] "hosts": [ [2022-04-07T19:10:11.205Z] "tcp://0.0.0.0:5555", [2022-04-07T19:10:11.205Z] "unix:///var/run/docker.sock" [2022-04-07T19:10:11.205Z] ], [2022-04-07T19:10:11.205Z] "mtu": 1458, [2022-04-07T19:10:11.205Z] "selinux-enabled": true, [2022-04-07T19:10:11.205Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-07T19:10:11.205Z] } [Pipeline] sh [2022-04-07T19:10:11.273Z] ---> 7417809fdb73 [2022-04-07T19:10:11.274Z] 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-07T19:10:11.274Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-07T19:10:11.274Z] ---> Running in aae25afa7fd5 [2022-04-07T19:10:11.274Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T19:10:11.274Z] OK: 8 MiB in 20 packages [2022-04-07T19:10:11.274Z] ---> 1bbf581f4a20 [2022-04-07T19:10:11.274Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-07T19:10:11.274Z] Removing intermediate container aae25afa7fd5 [2022-04-07T19:10:11.274Z] ---> abad2092fc49 [2022-04-07T19:10:11.274Z] 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-07T19:10:11.532Z] ---> Running in 1ac72ce203d0 [2022-04-07T19:10:11.532Z] ---> 1ccbb8232935 [2022-04-07T19:10:11.532Z] 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-07T19:10:11.532Z] ---> Running in 511f6a198fb6 [2022-04-07T19:10:11.532Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:11.577Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-07T19:10:11.792Z] Removing intermediate container a52adb7fb550 [2022-04-07T19:10:11.792Z] ---> dfabc4efb4f7 [2022-04-07T19:10:11.792Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T19:10:11.792Z] Removing intermediate container c7d637e707de [2022-04-07T19:10:11.792Z] ---> fb1d70083e82 [2022-04-07T19:10:11.792Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T19:10:11.792Z] ---> 9ecd2a050419 [2022-04-07T19:10:11.792Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-07T19:10:11.956Z] + sudo service docker restart [2022-04-07T19:10:12.051Z] ---> fdc637689739 [2022-04-07T19:10:12.052Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-07T19:10:12.052Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-07T19:10:12.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:12.052Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-07T19:10:12.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:12.052Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-07T19:10:12.312Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-07T19:10:12.312Z] (1/43) Installing readline (8.1.1-r0) [2022-04-07T19:10:12.312Z] (2/43) Installing bash (5.1.16-r0) [2022-04-07T19:10:12.312Z] (5/9) Installing curl (7.80.0-r0) [2022-04-07T19:10:12.312Z] Executing bash-5.1.16-r0.post-install [2022-04-07T19:10:12.312Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-07T19:10:12.572Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-07T19:10:12.572Z] ---> 6ec68e995267 [2022-04-07T19:10:12.572Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-07T19:10:12.572Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-07T19:10:12.572Z] (6/43) Installing curl (7.80.0-r0) [2022-04-07T19:10:12.572Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-07T19:10:12.572Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-07T19:10:12.572Z] (9/43) Installing expat (2.4.7-r0) [2022-04-07T19:10:12.572Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-07T19:10:12.572Z] (11/43) Installing gdbm (1.22-r0) [2022-04-07T19:10:12.572Z] (12/43) Installing xz-libs (5.2.5-r0) [2022-04-07T19:10:12.572Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-07T19:10:12.572Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-07T19:10:12.572Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-07T19:10:12.572Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-07T19:10:12.572Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-07T19:10:12.572Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-07T19:10:12.572Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-07T19:10:12.572Z] ---> ae5d3fd1fa61 [2022-04-07T19:10:12.572Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-07T19:10:12.572Z] (8/9) Installing libucontext (1.1-r0) [2022-04-07T19:10:12.572Z] ---> 0ae083acc89b [2022-04-07T19:10:12.572Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-07T19:10:12.831Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-07T19:10:12.831Z] Removing intermediate container 511f6a198fb6 [2022-04-07T19:10:12.831Z] ---> c100c14f7dc1 [2022-04-07T19:10:12.831Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-07T19:10:12.831Z] ---> df034d29dbbc [2022-04-07T19:10:12.831Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-07T19:10:12.831Z] Executing busybox-1.34.1-r5.trigger [2022-04-07T19:10:12.831Z] Executing ca-certificates-20211220-r0.trigger [2022-04-07T19:10:12.831Z] ---> Running in 2b3c2109a1d5 [2022-04-07T19:10:12.831Z] ---> Running in 816e995cd0d6 [2022-04-07T19:10:12.831Z] OK: 8 MiB in 23 packages [2022-04-07T19:10:12.831Z] ---> cb0458dedb51 [2022-04-07T19:10:12.831Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-07T19:10:13.090Z] Removing intermediate container 2b3c2109a1d5 [2022-04-07T19:10:13.090Z] ---> 0f06b7022dd1 [2022-04-07T19:10:13.090Z] Step 23/25 : LABEL arch=x86_64 [2022-04-07T19:10:13.090Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-07T19:10:13.090Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-07T19:10:13.090Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-07T19:10:13.090Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-07T19:10:13.090Z] Removing intermediate container 816e995cd0d6 [2022-04-07T19:10:13.090Z] ---> 0d7028302dad [2022-04-07T19:10:13.090Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T19:10:13.090Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-07T19:10:13.090Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-07T19:10:13.090Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-07T19:10:13.090Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-07T19:10:13.090Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-07T19:10:13.090Z] ---> Running in 5fb3de5886b5 [2022-04-07T19:10:13.090Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-07T19:10:13.090Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-07T19:10:13.090Z] ---> 6ec671122031 [2022-04-07T19:10:13.090Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-07T19:10:13.090Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-07T19:10:13.090Z] ---> Running in 1329747cb708 [2022-04-07T19:10:13.090Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-07T19:10:13.090Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-07T19:10:13.090Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-07T19:10:13.090Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-07T19:10:13.356Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-07T19:10:13.356Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-07T19:10:13.356Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-07T19:10:13.356Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-07T19:10:13.356Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-07T19:10:13.356Z] ---> Running in a0a609e15668 [2022-04-07T19:10:13.356Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-07T19:10:13.356Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-07T19:10:13.356Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-07T19:10:13.356Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-07T19:10:13.356Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-07T19:10:13.356Z] Removing intermediate container 1329747cb708 [2022-04-07T19:10:13.356Z] ---> 434f98fe3be2 [2022-04-07T19:10:13.356Z] Step 21/23 : LABEL arch=x86_64 [2022-04-07T19:10:13.356Z] Removing intermediate container 5fb3de5886b5 [2022-04-07T19:10:13.356Z] ---> 224f9a00d6af [2022-04-07T19:10:13.356Z] Step 24/25 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:10:13.356Z] Executing busybox-1.34.1-r5.trigger [2022-04-07T19:10:13.356Z] OK: 83 MiB in 65 packages [2022-04-07T19:10:13.356Z] Removing intermediate container cb6db4e86a63 [2022-04-07T19:10:13.356Z] ---> 4e578027e404 [2022-04-07T19:10:13.356Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T19:10:13.615Z] Removing intermediate container a0a609e15668 [2022-04-07T19:10:13.615Z] ---> e85033136c51 [2022-04-07T19:10:13.615Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-07T19:10:13.615Z] ---> Running in bc89eaf98d82 [2022-04-07T19:10:13.615Z] ---> Running in eded57a529be [2022-04-07T19:10:13.615Z] Removing intermediate container bc89eaf98d82 [2022-04-07T19:10:13.615Z] ---> 79c092eaac49 [2022-04-07T19:10:13.615Z] Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:10:13.615Z] Removing intermediate container eded57a529be [2022-04-07T19:10:13.615Z] ---> bbfbc8a84e8f [2022-04-07T19:10:13.615Z] Step 25/25 : LABEL version=0.0.0 [2022-04-07T19:10:13.615Z] ---> 8e1e271c58ff [2022-04-07T19:10:13.615Z] ---> Running in 77e4323402cb [2022-04-07T19:10:13.615Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-07T19:10:13.615Z] ---> b27eb593059c [2022-04-07T19:10:13.615Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-07T19:10:13.615Z] ---> Running in 239b69c9b3df [2022-04-07T19:10:13.875Z] ---> Running in e15962220735 [2022-04-07T19:10:13.875Z] Removing intermediate container 77e4323402cb [2022-04-07T19:10:13.875Z] ---> 97862c02afc5 [2022-04-07T19:10:13.875Z] Step 23/23 : LABEL version=0.0.0 [2022-04-07T19:10:14.134Z] Removing intermediate container 239b69c9b3df [2022-04-07T19:10:14.134Z] ---> 7adcfb6af560 [2022-04-07T19:10:14.134Z] [2022-04-07T19:10:14.134Z] ---> Running in ae22d5e89376 [2022-04-07T19:10:14.134Z] Successfully built 7adcfb6af560 [2022-04-07T19:10:14.134Z] Successfully tagged security-secretstore-setup:latest [2022-04-07T19:10:14.134Z] ---> a96be5dabdc2 [2022-04-07T19:10:14.134Z]  Building security-secretstore-setup ... done Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-07T19:10:14.134Z] Building security-spire-agent [2022-04-07T19:10:14.134Z] Removing intermediate container ae22d5e89376 [2022-04-07T19:10:14.134Z] ---> 687f2db856d6 [2022-04-07T19:10:14.134Z] [2022-04-07T19:10:14.134Z] Collecting docker-compose==1.23.2 [2022-04-07T19:10:14.396Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-07T19:10:14.396Z] Successfully built 687f2db856d6 [2022-04-07T19:10:14.396Z] Collecting PyYAML<4,>=3.10 [2022-04-07T19:10:14.396Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-07T19:10:14.658Z] Successfully tagged core-data:latest [2022-04-07T19:10:14.658Z] Building security-spire-config [2022-04-07T19:10:15.229Z]  Building core-data ... done Collecting cached-property<2,>=1.2.0 [2022-04-07T19:10:15.229Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-07T19:10:15.229Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-07T19:10:15.229Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-07T19:10:15.490Z] Collecting jsonschema<3,>=2.5.1 [2022-04-07T19:10:15.490Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-07T19:10:15.490Z] Collecting texttable<0.10,>=0.9.0 [2022-04-07T19:10:15.490Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-07T19:10:15.752Z] Collecting docopt<0.7,>=0.6.1 [2022-04-07T19:10:15.752Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-07T19:10:15.752Z] ---> e9026688b330 [2022-04-07T19:10:15.752Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-07T19:10:16.320Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-07T19:10:16.320Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-07T19:10:16.320Z] 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-07T19:10:16.320Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-07T19:10:16.320Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-07T19:10:16.888Z] Collecting docker<4.0,>=3.6.0 [2022-04-07T19:10:16.888Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-07T19:10:16.888Z] Collecting docker-pycreds>=0.4.0 [2022-04-07T19:10:16.888Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-07T19:10:16.888Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-07T19:10:16.888Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-07T19:10:16.888Z] 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-07T19:10:16.888Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-07T19:10:16.888Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-07T19:10:16.888Z] Collecting idna<2.8,>=2.5 [2022-04-07T19:10:16.888Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-07T19:10:17.149Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-07T19:10:17.149Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-07T19:10:17.149Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-07T19:10:17.149Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-07T19:10:17.149Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-07T19:10:17.149Z] Attempting uninstall: urllib3 [2022-04-07T19:10:17.149Z] Found existing installation: urllib3 1.26.7 [2022-04-07T19:10:17.149Z] Uninstalling urllib3-1.26.7: [2022-04-07T19:10:17.149Z] Successfully uninstalled urllib3-1.26.7 [2022-04-07T19:10:17.149Z] ---> Running in f6078ad21f10 [2022-04-07T19:10:17.412Z] Removing intermediate container e15962220735 [2022-04-07T19:10:17.412Z] ---> 5c977a0e7f06 [2022-04-07T19:10:17.412Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-07T19:10:17.412Z] Removing intermediate container f6078ad21f10 [2022-04-07T19:10:17.412Z] ---> a25429debff9 [2022-04-07T19:10:17.412Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T19:10:17.412Z] Attempting uninstall: idna [2022-04-07T19:10:17.412Z] Found existing installation: idna 3.3 [2022-04-07T19:10:17.413Z] Uninstalling idna-3.3: [2022-04-07T19:10:17.673Z] Successfully uninstalled idna-3.3 [2022-04-07T19:10:17.673Z] ---> Running in 838094515b8f [2022-04-07T19:10:17.673Z] ---> Running in ff74b7834a63 [2022-04-07T19:10:17.933Z] Removing intermediate container 838094515b8f [2022-04-07T19:10:17.933Z] ---> 2776c1bc5cd5 [2022-04-07T19:10:17.933Z] Step 28/31 : CMD ["gate"] [2022-04-07T19:10:17.933Z] Removing intermediate container ff74b7834a63 [2022-04-07T19:10:17.933Z] ---> e3da4587ef0d [2022-04-07T19:10:17.933Z] Step 18/20 : LABEL arch=x86_64 [2022-04-07T19:10:18.223Z] ---> Running in a103da634c3b [2022-04-07T19:10:18.223Z] ---> Running in e861efbe3291 [2022-04-07T19:10:18.223Z] Attempting uninstall: requests [2022-04-07T19:10:18.223Z] Found existing installation: requests 2.26.0 [2022-04-07T19:10:18.223Z] Uninstalling requests-2.26.0: [2022-04-07T19:10:18.223Z] Successfully uninstalled requests-2.26.0 [2022-04-07T19:10:18.223Z] Removing intermediate container a103da634c3b [2022-04-07T19:10:18.223Z] ---> 1690f46c609d [2022-04-07T19:10:18.223Z] Step 29/31 : LABEL arch=x86_64 [2022-04-07T19:10:18.485Z] Removing intermediate container e861efbe3291 [2022-04-07T19:10:18.485Z] ---> 9add79e4fed5 [2022-04-07T19:10:18.485Z] Step 19/20 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:10:18.485Z] Running setup.py install for texttable: started [2022-04-07T19:10:18.485Z] ---> Running in 42a28cd982ee [2022-04-07T19:10:18.744Z] ---> Running in f7fc4b9c3e82 [2022-04-07T19:10:18.744Z] Running setup.py install for texttable: finished with status 'done' [2022-04-07T19:10:18.744Z] Running setup.py install for PyYAML: started [2022-04-07T19:10:18.744Z] Removing intermediate container 42a28cd982ee [2022-04-07T19:10:18.744Z] ---> 6d49c4889bc6 [2022-04-07T19:10:18.744Z] Step 30/31 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:10:18.744Z] Removing intermediate container f7fc4b9c3e82 [2022-04-07T19:10:18.744Z] ---> 121e27ccc46c [2022-04-07T19:10:18.744Z] Step 20/20 : LABEL version=0.0.0 [2022-04-07T19:10:19.003Z] ---> Running in 952449be2a92 [2022-04-07T19:10:19.003Z] ---> Running in c88f5794c36f [2022-04-07T19:10:19.003Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-07T19:10:19.272Z] Removing intermediate container 952449be2a92 [2022-04-07T19:10:19.272Z] ---> 0e7a6e981fe3 [2022-04-07T19:10:19.272Z] Step 31/31 : LABEL version=0.0.0 [2022-04-07T19:10:19.272Z] Removing intermediate container c88f5794c36f [2022-04-07T19:10:19.272Z] ---> c0f82de071b4 [2022-04-07T19:10:19.272Z] [2022-04-07T19:10:19.536Z] Running setup.py install for docopt: started [2022-04-07T19:10:19.536Z] ---> Running in f9e9ffd4fd54 [2022-04-07T19:10:19.536Z] Successfully built c0f82de071b4 [2022-04-07T19:10:19.536Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-07T19:10:19.536Z]  Building security-spiffe-token-provider ... done Building security-spire-server [2022-04-07T19:10:19.797Z] Removing intermediate container f9e9ffd4fd54 [2022-04-07T19:10:19.797Z] ---> 191fc631b810 [2022-04-07T19:10:19.797Z] [2022-04-07T19:10:19.797Z] Running setup.py install for docopt: finished with status 'done' [2022-04-07T19:10:19.797Z] Running setup.py install for dockerpty: started [2022-04-07T19:10:19.797Z] Successfully built 191fc631b810 [2022-04-07T19:10:19.797Z] Successfully tagged security-bootstrapper:latest [2022-04-07T19:10:19.797Z]  Building security-bootstrapper ... done Building support-notifications [2022-04-07T19:10:20.056Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-07T19:10:20.318Z] 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-07T19:10:22.865Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:10:22.865Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:10:22.865Z] ---> 521a2af32397 [2022-04-07T19:10:22.865Z] Step 3/26 : WORKDIR /edgex-go [2022-04-07T19:10:22.865Z] ---> Using cache [2022-04-07T19:10:22.865Z] ---> 4d5c6043fa7c [2022-04-07T19:10:22.865Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:10:22.865Z] ---> Using cache [2022-04-07T19:10:22.865Z] ---> 3a58a4d2355e [2022-04-07T19:10:22.865Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-07T19:10:25.405Z] ---> Running in 47ca46e8bb1c [2022-04-07T19:10:25.405Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:10:25.405Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:10:25.405Z] ---> 521a2af32397 [2022-04-07T19:10:25.405Z] Step 3/26 : WORKDIR /edgex-go [2022-04-07T19:10:25.405Z] ---> Using cache [2022-04-07T19:10:25.405Z] ---> 4d5c6043fa7c [2022-04-07T19:10:25.405Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:10:25.405Z] ---> Using cache [2022-04-07T19:10:25.405Z] ---> 3a58a4d2355e [2022-04-07T19:10:25.405Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-07T19:10:25.666Z] Removing intermediate container 1ac72ce203d0 [2022-04-07T19:10:25.666Z] ---> 3d219ad7228e [2022-04-07T19:10:25.666Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-07T19:10:26.237Z] ---> Running in 791a061b857d [2022-04-07T19:10:26.509Z] ---> Running in d148a5a67f8b [2022-04-07T19:10:26.768Z] Removing intermediate container d148a5a67f8b [2022-04-07T19:10:26.768Z] ---> 154dda2aa2ed [2022-04-07T19:10:26.768Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-07T19:10:26.768Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:26.768Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:26.768Z] ---> Running in c177f5421819 [2022-04-07T19:10:27.030Z] Removing intermediate container c177f5421819 [2022-04-07T19:10:27.030Z] ---> 061a3527baf4 [2022-04-07T19:10:27.030Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-07T19:10:27.609Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:27.609Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:27.870Z] OK: 221 MiB in 52 packages [2022-04-07T19:10:27.870Z] OK: 221 MiB in 52 packages [2022-04-07T19:10:28.129Z] ---> f81379fbf4f5 [2022-04-07T19:10:28.129Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-07T19:10:28.710Z] ---> 481ae8b902fb [2022-04-07T19:10:28.710Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-07T19:10:28.970Z] Removing intermediate container 47ca46e8bb1c [2022-04-07T19:10:28.970Z] ---> da53137108a7 [2022-04-07T19:10:28.970Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-07T19:10:28.970Z] Removing intermediate container 791a061b857d [2022-04-07T19:10:28.970Z] ---> f398762426ed [2022-04-07T19:10:28.970Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-07T19:10:29.229Z] ---> 8a0050277d16 [2022-04-07T19:10:29.229Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-07T19:10:29.494Z] ---> 8909ce504b17 [2022-04-07T19:10:29.494Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:10:29.494Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:10:29.494Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:10:29.494Z] ---> 521a2af32397 [2022-04-07T19:10:29.494Z] Step 3/25 : WORKDIR /edgex-go [2022-04-07T19:10:29.494Z] ---> Using cache [2022-04-07T19:10:29.494Z] ---> 4d5c6043fa7c [2022-04-07T19:10:29.494Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:10:29.494Z] ---> ccfab0bae850 [2022-04-07T19:10:29.494Z] ---> Using cache [2022-04-07T19:10:29.494Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:10:29.494Z] ---> 3a58a4d2355e [2022-04-07T19:10:29.494Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-07T19:10:29.494Z] ---> Using cache [2022-04-07T19:10:29.494Z] ---> f398762426ed [2022-04-07T19:10:29.494Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-07T19:10:29.494Z] ---> Using cache [2022-04-07T19:10:29.494Z] ---> ccfab0bae850 [2022-04-07T19:10:29.494Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:10:29.789Z] ---> Running in fede982dfbca [2022-04-07T19:10:29.789Z] ---> Running in 338be489afa9 [2022-04-07T19:10:29.789Z] ---> Running in c02cad8393a7 [2022-04-07T19:10:29.789Z] ---> Running in 78a596e4599f [2022-04-07T19:10:30.115Z] Removing intermediate container fede982dfbca [2022-04-07T19:10:30.115Z] ---> 723342b8fe81 [2022-04-07T19:10:30.115Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T19:10:30.115Z] ---> Running in c4933995b681 [2022-04-07T19:10:30.115Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:10:30.115Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:10:30.115Z] ---> 521a2af32397 [2022-04-07T19:10:30.115Z] Step 3/22 : WORKDIR /edgex-go [2022-04-07T19:10:30.115Z] ---> Using cache [2022-04-07T19:10:30.115Z] ---> 4d5c6043fa7c [2022-04-07T19:10:30.115Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:10:30.115Z] ---> Using cache [2022-04-07T19:10:30.115Z] ---> 3a58a4d2355e [2022-04-07T19:10:30.115Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-07T19:10:30.115Z] ---> Running in 65fc2991e30d [2022-04-07T19:10:30.115Z] Removing intermediate container c4933995b681 [2022-04-07T19:10:30.115Z] ---> f1047ba0cb8a [2022-04-07T19:10:30.115Z] Step 21/23 : LABEL arch=x86_64 [2022-04-07T19:10:30.115Z] ---> Running in 664c9653e2d9 [2022-04-07T19:10:30.395Z] Removing intermediate container 664c9653e2d9 [2022-04-07T19:10:30.395Z] ---> 7fcd9d0d3543 [2022-04-07T19:10:30.395Z] Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:10:30.395Z] ---> Running in d049482d72eb [2022-04-07T19:10:30.395Z] Removing intermediate container d049482d72eb [2022-04-07T19:10:30.395Z] ---> 978988826116 [2022-04-07T19:10:30.396Z] Step 23/23 : LABEL version=0.0.0 [2022-04-07T19:10:30.396Z] ---> Running in 8f317ddc610f [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-07T19:10:30.520Z] provisioning config files... [2022-04-07T19:10:30.689Z] Removing intermediate container 8f317ddc610f [2022-04-07T19:10:30.689Z] ---> 001dfa01844b [2022-04-07T19:10:30.689Z] [2022-04-07T19:10:30.689Z] Successfully built 001dfa01844b [2022-04-07T19:10:30.689Z] Successfully tagged sys-mgmt-agent:latest [2022-04-07T19:10:30.689Z] Building security-proxy-setup [2022-04-07T19:10:30.764Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6412831457866350539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-07T19:10:30.987Z]  Building sys-mgmt-agent ... done fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:31.208Z] ---> docker-login.sh [2022-04-07T19:10:31.208Z] nexus3.edgexfoundry.org:10001 [2022-04-07T19:10:31.560Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:31.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T19:10:32.131Z] OK: 221 MiB in 52 packages [2022-04-07T19:10:32.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T19:10:32.427Z] Configure a credential helper to remove this warning. See [2022-04-07T19:10:32.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T19:10:32.427Z] [2022-04-07T19:10:32.427Z] Login Succeeded [2022-04-07T19:10:32.427Z] nexus3.edgexfoundry.org:10002 [2022-04-07T19:10:32.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T19:10:32.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T19:10:32.992Z] Configure a credential helper to remove this warning. See [2022-04-07T19:10:32.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T19:10:32.992Z] [2022-04-07T19:10:32.992Z] Login Succeeded [2022-04-07T19:10:32.992Z] nexus3.edgexfoundry.org:10003 [2022-04-07T19:10:33.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T19:10:33.514Z] Removing intermediate container 78a596e4599f [2022-04-07T19:10:33.514Z] ---> df780d1f2035 [2022-04-07T19:10:33.514Z] Step 8/25 : COPY . . [2022-04-07T19:10:33.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T19:10:33.567Z] Configure a credential helper to remove this warning. See [2022-04-07T19:10:33.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T19:10:33.567Z] [2022-04-07T19:10:33.567Z] Login Succeeded [2022-04-07T19:10:33.567Z] nexus3.edgexfoundry.org:10004 [2022-04-07T19:10:33.775Z] Removing intermediate container 338be489afa9 [2022-04-07T19:10:33.775Z] ---> 4f2f751d2731 [2022-04-07T19:10:33.775Z] Step 8/26 : COPY . . [2022-04-07T19:10:33.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T19:10:34.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T19:10:34.137Z] Configure a credential helper to remove this warning. See [2022-04-07T19:10:34.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T19:10:34.137Z] [2022-04-07T19:10:34.137Z] Login Succeeded [2022-04-07T19:10:34.137Z] docker.io [2022-04-07T19:10:34.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T19:10:35.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T19:10:35.028Z] Configure a credential helper to remove this warning. See [2022-04-07T19:10:35.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T19:10:35.028Z] [2022-04-07T19:10:35.028Z] Login Succeeded [2022-04-07T19:10:35.028Z] ---> docker-login.sh ends [Pipeline] } [2022-04-07T19:10:35.067Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-07T19:10:35.540Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-07T19:10:35.571Z] ========================================================= [2022-04-07T19:10:35.571Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-07T19:10:35.571Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-07T19:10:35.969Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-07T19:10:36.251Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-07T19:10:36.251Z] 9b3977197b4f: Pulling fs layer [2022-04-07T19:10:36.251Z] 1a89e8eeedd5: Pulling fs layer [2022-04-07T19:10:36.251Z] 94645a83ff95: Pulling fs layer [2022-04-07T19:10:36.251Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-07T19:10:36.251Z] 3f3a8bcf1eab: Waiting [2022-04-07T19:10:36.251Z] 0c92f367c5e7: Pulling fs layer [2022-04-07T19:10:36.251Z] f7c0051592d6: Pulling fs layer [2022-04-07T19:10:36.251Z] a227ed2f7395: Pulling fs layer [2022-04-07T19:10:36.251Z] 7b1c46037f91: Pulling fs layer [2022-04-07T19:10:36.251Z] 0c92f367c5e7: Waiting [2022-04-07T19:10:36.251Z] f7c0051592d6: Waiting [2022-04-07T19:10:36.251Z] a227ed2f7395: Waiting [2022-04-07T19:10:36.251Z] 7b1c46037f91: Waiting [2022-04-07T19:10:36.251Z] 94645a83ff95: Download complete [2022-04-07T19:10:36.251Z] 1a89e8eeedd5: Verifying Checksum [2022-04-07T19:10:36.251Z] 1a89e8eeedd5: Download complete [2022-04-07T19:10:36.251Z] 0c92f367c5e7: Verifying Checksum [2022-04-07T19:10:36.251Z] 0c92f367c5e7: Download complete [2022-04-07T19:10:36.251Z] f7c0051592d6: Verifying Checksum [2022-04-07T19:10:36.251Z] f7c0051592d6: Download complete [2022-04-07T19:10:36.252Z] 9b3977197b4f: Verifying Checksum [2022-04-07T19:10:36.252Z] 9b3977197b4f: Download complete [2022-04-07T19:10:36.252Z] a227ed2f7395: Verifying Checksum [2022-04-07T19:10:36.252Z] a227ed2f7395: Download complete [2022-04-07T19:10:36.319Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:10:36.319Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:10:36.319Z] ---> 521a2af32397 [2022-04-07T19:10:36.319Z] Step 3/22 : WORKDIR /edgex-go [2022-04-07T19:10:36.319Z] ---> Using cache [2022-04-07T19:10:36.319Z] ---> 4d5c6043fa7c [2022-04-07T19:10:36.319Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:10:36.319Z] ---> Using cache [2022-04-07T19:10:36.319Z] ---> 3a58a4d2355e [2022-04-07T19:10:36.319Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-07T19:10:37.273Z] 9b3977197b4f: Pull complete [2022-04-07T19:10:37.899Z] 1a89e8eeedd5: Pull complete [2022-04-07T19:10:38.181Z] 94645a83ff95: Pull complete [2022-04-07T19:10:38.795Z] 7b1c46037f91: Verifying Checksum [2022-04-07T19:10:38.795Z] 7b1c46037f91: Download complete [2022-04-07T19:10:38.860Z] Removing intermediate container c02cad8393a7 [2022-04-07T19:10:38.860Z] ---> 56741dc71e59 [2022-04-07T19:10:38.860Z] Step 8/26 : COPY . . [2022-04-07T19:10:38.860Z] ---> Running in 686b742e6e26 [2022-04-07T19:10:38.860Z] Removing intermediate container 65fc2991e30d [2022-04-07T19:10:38.860Z] ---> c4e990e853fe [2022-04-07T19:10:38.860Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-07T19:10:39.071Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-07T19:10:39.071Z] 3f3a8bcf1eab: Download complete [2022-04-07T19:10:39.428Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:39.689Z] ---> 59938cfc5b1f [2022-04-07T19:10:39.689Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:10:40.261Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:10:40.527Z] OK: 221 MiB in 52 packages [2022-04-07T19:10:41.110Z] ---> Running in 82b8cc513328 [2022-04-07T19:10:41.371Z] ---> ad99e8d2e76e [2022-04-07T19:10:41.371Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-07T19:10:41.371Z] ---> 2d87fa8dc977 [2022-04-07T19:10:41.371Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-07T19:10:41.371Z] ---> Running in 5d82e4dfc001 [2022-04-07T19:10:41.371Z] ---> Running in 3ac9fe3b688e [2022-04-07T19:10:41.650Z] Removing intermediate container 686b742e6e26 [2022-04-07T19:10:41.650Z] ---> 063aa5d1afd4 [2022-04-07T19:10:41.650Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-07T19:10:41.650Z] Removing intermediate container 5d82e4dfc001 [2022-04-07T19:10:41.650Z] ---> cfbd224723b6 [2022-04-07T19:10:41.650Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-07T19:10:41.924Z] Removing intermediate container 3ac9fe3b688e [2022-04-07T19:10:41.924Z] ---> 8394d4831720 [2022-04-07T19:10:41.924Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-07T19:10:41.924Z] ---> Running in 64d7ab5ed591 [2022-04-07T19:10:41.924Z] ---> Running in 84df89e9d210 [2022-04-07T19:10:42.186Z] ---> 0b05584aff3c [2022-04-07T19:10:42.186Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:10:42.186Z] ---> Running in 503926f49dd7 [2022-04-07T19:10:42.835Z] Removing intermediate container 82b8cc513328 [2022-04-07T19:10:42.835Z] ---> 1952360ecc75 [2022-04-07T19:10:42.835Z] Step 8/22 : COPY . . [2022-04-07T19:10:45.377Z] Removing intermediate container 84df89e9d210 [2022-04-07T19:10:45.377Z] ---> a3b6219dac5b [2022-04-07T19:10:45.377Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-07T19:10:45.377Z] Removing intermediate container 64d7ab5ed591 [2022-04-07T19:10:45.377Z] ---> 40e1e1d5ff3c [2022-04-07T19:10:45.377Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-07T19:10:45.377Z] ---> Running in 1641b21cf87b [2022-04-07T19:10:45.638Z] ---> Running in f79789a3dfa9 [2022-04-07T19:10:45.638Z] Removing intermediate container 503926f49dd7 [2022-04-07T19:10:45.638Z] ---> 568468e897ff [2022-04-07T19:10:45.638Z] Step 8/22 : COPY . . [2022-04-07T19:10:45.638Z] Removing intermediate container 1641b21cf87b [2022-04-07T19:10:45.638Z] ---> 309fe18db3c3 [2022-04-07T19:10:45.638Z] 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-07T19:10:45.898Z] Removing intermediate container f79789a3dfa9 [2022-04-07T19:10:45.898Z] ---> f8f3bffbd07f [2022-04-07T19:10:45.898Z] 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-07T19:10:46.162Z] ---> Running in 6cb7eff88769 [2022-04-07T19:10:47.541Z] ---> Running in 936fda717f3f [2022-04-07T19:10:47.541Z] ---> 668605271082 [2022-04-07T19:10:47.541Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-07T19:10:48.958Z] ---> Running in 4e5a3335b664 [2022-04-07T19:10:48.958Z] spire-1.2.1/ [2022-04-07T19:10:48.958Z] spire-1.2.1/ [2022-04-07T19:10:48.958Z] spire-1.2.1/.data/ [2022-04-07T19:10:48.958Z] spire-1.2.1/.data/.file [2022-04-07T19:10:48.958Z] spire-1.2.1/.dockerignore [2022-04-07T19:10:48.958Z] spire-1.2.1/.gitattributes [2022-04-07T19:10:48.958Z] spire-1.2.1/.githooks/ [2022-04-07T19:10:48.958Z] spire-1.2.1/.githooks/pre-commit [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/ [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/dependabot.yml [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/ [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-07T19:10:48.958Z] spire-1.2.1/.gitignore [2022-04-07T19:10:48.958Z] spire-1.2.1/.go-version [2022-04-07T19:10:48.958Z] spire-1.2.1/.golangci.yml [2022-04-07T19:10:48.958Z] spire-1.2.1/ADOPTERS.md [2022-04-07T19:10:48.958Z] spire-1.2.1/CHANGELOG.md [2022-04-07T19:10:48.958Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-07T19:10:48.958Z] spire-1.2.1/CODEOWNERS [2022-04-07T19:10:48.958Z] spire-1.2.1/CONTRIBUTING.md [2022-04-07T19:10:48.958Z] spire-1.2.1/Dockerfile [2022-04-07T19:10:48.958Z] spire-1.2.1/Dockerfile.dev [2022-04-07T19:10:48.958Z] spire-1.2.1/Dockerfile.scratch [2022-04-07T19:10:48.958Z] spire-1.2.1/LICENSE [2022-04-07T19:10:48.958Z] spire-1.2.1/MAINTAINERS.md [2022-04-07T19:10:48.958Z] spire-1.2.1/Makefile [2022-04-07T19:10:48.958Z] spire-1.2.1/README.md [2022-04-07T19:10:48.958Z] spire-1.2.1/ROADMAP.md [2022-04-07T19:10:48.958Z] spire-1.2.1/SECURITY.md [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/spire-1.2.1/.data/ [2022-04-07T19:10:48.958Z] spire-1.2.1/.data/.file [2022-04-07T19:10:48.958Z] spire-1.2.1/.dockerignore [2022-04-07T19:10:48.958Z] spire-1.2.1/.gitattributes [2022-04-07T19:10:48.958Z] spire-1.2.1/.githooks/ [2022-04-07T19:10:48.958Z] spire-1.2.1/.githooks/pre-commit [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/ [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/dependabot.yml [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/ [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-07T19:10:48.958Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-07T19:10:48.958Z] spire-1.2.1/.gitignore [2022-04-07T19:10:48.958Z] spire-1.2.1/.go-version [2022-04-07T19:10:48.958Z] spire-1.2.1/.golangci.yml [2022-04-07T19:10:48.958Z] spire-1.2.1/ADOPTERS.md [2022-04-07T19:10:48.958Z] spire-1.2.1/CHANGELOG.md [2022-04-07T19:10:48.958Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-07T19:10:48.958Z] spire-1.2.1/CODEOWNERS [2022-04-07T19:10:48.958Z] spire-1.2.1/CONTRIBUTING.md [2022-04-07T19:10:48.958Z] spire-1.2.1/Dockerfile [2022-04-07T19:10:48.958Z] spire-1.2.1/Dockerfile.dev [2022-04-07T19:10:48.958Z] spire-1.2.1/Dockerfile.scratch [2022-04-07T19:10:48.958Z] spire-1.2.1/LICENSE [2022-04-07T19:10:48.958Z] spire-1.2.1/MAINTAINERS.md [2022-04-07T19:10:48.958Z] spire-1.2.1/Makefile [2022-04-07T19:10:48.958Z] spire-1.2.1/README.md [2022-04-07T19:10:48.958Z] spire-1.2.1/ROADMAP.md [2022-04-07T19:10:48.958Z] spire-1.2.1/SECURITY.md [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-07T19:10:48.958Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/ [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/agent/ [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/agent/agent.conf [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/server/ [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/server/server.conf [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/server/server_full.conf [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/ [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/SPIRE101.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/auditlog.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/ [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-07T19:10:48.959Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/ [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/agent/ [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/agent/agent.conf [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/server/ [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/server/server.conf [2022-04-07T19:10:48.959Z] spire-1.2.1/conf/server/server_full.conf [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/ [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/SPIRE101.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/auditlog.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/ [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.mdRemoving intermediate container 4e5a3335b664 [2022-04-07T19:10:48.959Z] ---> 4e65f2e8b383 [2022-04-07T19:10:48.959Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-07T19:10:48.959Z] [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/scaling_spire.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/spire_agent.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/spire_server.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/supported_integrations.md [2022-04-07T19:10:48.959Z] spire-1.2.1/doc/telemetry.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/telemetry_config.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/upgrading.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/using_spire.md [2022-04-07T19:10:48.960Z] spire-1.2.1/examples/ [2022-04-07T19:10:48.960Z] spire-1.2.1/examples/README.md [2022-04-07T19:10:48.960Z] spire-1.2.1/go.mod [2022-04-07T19:10:48.960Z] spire-1.2.1/go.sum [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/agent.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/scaling_spire.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/spire_agent.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/spire_server.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/supported_integrations.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/telemetry.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/telemetry_config.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/upgrading.md [2022-04-07T19:10:48.960Z] spire-1.2.1/doc/using_spire.md [2022-04-07T19:10:48.960Z] spire-1.2.1/examples/ [2022-04-07T19:10:48.960Z] spire-1.2.1/examples/README.md [2022-04-07T19:10:48.960Z] spire-1.2.1/go.mod [2022-04-07T19:10:48.960Z] spire-1.2.1/go.sum [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/agent.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/config.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/config.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-07T19:10:48.960Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-07T19:10:48.961Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/svid/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/names.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/auth/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cli/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-07T19:10:48.962Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ ---> b50b08797d4f [2022-04-07T19:10:48.963Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-07T19:10:48.963Z] [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/health/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/health/config.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/health/context.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/health/health.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/svid/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/names.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/auth/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-07T19:10:48.963Z] [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/idutil/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/log/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/log/log.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/log/options.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/conn.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cli/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-07T19:10:48.963Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-07T19:10:48.964Z] [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/profiling/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/selector/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/selector/selector_test.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-07T19:10:48.964Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-07T19:10:49.239Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/uptime/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/task.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/version/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/version/version.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509util/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/health/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/health/config.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/health/context.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/health/health.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/api.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/idutil/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/log/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/log/log.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/log/options.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/health/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/id.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/status.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-07T19:10:49.240Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/bundle/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/profiling/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/selector/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/cache/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/catalog/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/config.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/uptime/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/plugin/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-07T19:10:49.241Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/task.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/version/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/version/version.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509util/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/api.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/health/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/id.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-07T19:10:49.242Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/status.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/bundle/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/registration/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/server.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/server_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/svid/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/ [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/private/ [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/private/server/ [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/private/server/journal/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/cache/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/catalog/ [2022-04-07T19:10:49.243Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-07T19:10:49.243Z] [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/ [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/common/ [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/plugin/ [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-07T19:10:49.243Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-07T19:10:49.243Z] spire-1.2.1/release/ [2022-04-07T19:10:49.243Z] spire-1.2.1/release/spire-extras/ [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire-extras/README.md [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire/ [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire/README.md [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire/conf/ [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire/conf/server/ [2022-04-07T19:10:49.244Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-07T19:10:49.244Z] spire-1.2.1/script/ [2022-04-07T19:10:49.244Z] spire-1.2.1/script/build-artifact.sh [2022-04-07T19:10:49.244Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-07T19:10:49.244Z] spire-1.2.1/support/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/config.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/ [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-07T19:10:49.244Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/clock/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/clock/clock.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-07T19:10:49.244Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-07T19:10:49.244Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/fixture.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/registration/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-07T19:10:49.245Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/README.md [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/common [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-07T19:10:49.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-07T19:10:49.245Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-07T19:10:49.246Z] [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yamlspire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-07T19:10:49.246Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/registration/ [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/server.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/server_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/svid/ [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/ [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/private/ [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/private/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/private/server/journal/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/ [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/common/ [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/plugin/ [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-07T19:10:49.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-07T19:10:49.247Z] spire-1.2.1/release/ [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire-extras/ [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire-extras/README.md [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire/ [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire/README.md [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire/conf/ [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire/conf/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-07T19:10:49.247Z] spire-1.2.1/script/ [2022-04-07T19:10:49.247Z] spire-1.2.1/script/build-artifact.sh [2022-04-07T19:10:49.247Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-07T19:10:49.247Z] spire-1.2.1/support/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/test-one.sh [2022-04-07T19:10:49.247Z] spire-1.2.1/test/integration/test.sh [2022-04-07T19:10:49.247Z] spire-1.2.1/test/plugintest/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/plugintest/config.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/plugintest/load.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/plugintest/option.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/spiretest/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/spiretest/dir.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/spiretest/logs.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/spiretest/suite.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/spiretest/x509.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/testca/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/testca/ca.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/testkey/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/testkey/generate.sh [2022-04-07T19:10:49.247Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/testkey/keys.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/testkey/new.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/tpmsimulator/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/util/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/util/cert_generation.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/util/io_redirection.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/util/race.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/util/util.go [2022-04-07T19:10:49.247Z] building spire from source... [2022-04-07T19:10:49.247Z] [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-07T19:10:49.247Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/clock/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/clock/clock.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/fakes/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-07T19:10:49.247Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-07T19:10:49.247Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go ---> Running in 94b5a5116dcc [2022-04-07T19:10:49.248Z] [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/fixture.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/registration/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-07T19:10:49.248Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/README.md [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/common [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-07T19:10:49.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/test-one.sh [2022-04-07T19:10:49.249Z] spire-1.2.1/test/integration/test.sh [2022-04-07T19:10:49.249Z] spire-1.2.1/test/plugintest/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/plugintest/config.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/plugintest/load.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/plugintest/option.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/spiretest/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/spiretest/dir.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/spiretest/logs.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/spiretest/suite.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/spiretest/x509.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/testca/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/testca/ca.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/testkey/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/testkey/generate.sh [2022-04-07T19:10:49.249Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/testkey/keys.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/testkey/new.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/tpmsimulator/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/util/ [2022-04-07T19:10:49.249Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/util/cert_generation.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/util/io_redirection.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/util/race.go [2022-04-07T19:10:49.249Z] spire-1.2.1/test/util/util.go [2022-04-07T19:10:49.249Z] building spire from source... [2022-04-07T19:10:49.249Z] Installing go1.17.7... [2022-04-07T19:10:49.249Z] Installing go1.17.7... [2022-04-07T19:10:49.510Z] ---> Running in b42b25d3845f [2022-04-07T19:10:49.769Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:10:51.681Z] Removing intermediate container 94b5a5116dcc [2022-04-07T19:10:51.681Z] ---> 8163aec9eff1 [2022-04-07T19:10:51.681Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-07T19:10:51.681Z] ---> Running in 94309bebbfce [2022-04-07T19:10:51.681Z] ---> a909ece4be5a [2022-04-07T19:10:51.681Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-07T19:10:51.940Z] ---> Running in dab6aee04ffc [2022-04-07T19:10:51.940Z] Removing intermediate container 94309bebbfce [2022-04-07T19:10:51.940Z] ---> d034e4cf5394 [2022-04-07T19:10:51.940Z] 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-07T19:10:52.201Z] ---> Running in f3263373524e [2022-04-07T19:10:52.459Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:10:52.719Z] spire-1.2.1/ [2022-04-07T19:10:52.719Z] spire-1.2.1/.data/ [2022-04-07T19:10:52.719Z] spire-1.2.1/.data/.file [2022-04-07T19:10:52.719Z] spire-1.2.1/.dockerignore [2022-04-07T19:10:52.719Z] spire-1.2.1/.gitattributes [2022-04-07T19:10:52.719Z] spire-1.2.1/.githooks/ [2022-04-07T19:10:52.719Z] spire-1.2.1/.githooks/pre-commit [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/ [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/dependabot.yml [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/workflows/ [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-07T19:10:52.719Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-07T19:10:52.719Z] spire-1.2.1/.gitignore [2022-04-07T19:10:52.719Z] spire-1.2.1/.go-version [2022-04-07T19:10:52.719Z] spire-1.2.1/.golangci.yml [2022-04-07T19:10:52.719Z] spire-1.2.1/ADOPTERS.md [2022-04-07T19:10:52.719Z] spire-1.2.1/CHANGELOG.md [2022-04-07T19:10:52.719Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-07T19:10:52.719Z] spire-1.2.1/CODEOWNERS [2022-04-07T19:10:52.719Z] spire-1.2.1/CONTRIBUTING.md [2022-04-07T19:10:52.719Z] spire-1.2.1/Dockerfile [2022-04-07T19:10:52.719Z] spire-1.2.1/Dockerfile.dev [2022-04-07T19:10:52.719Z] spire-1.2.1/Dockerfile.scratch [2022-04-07T19:10:52.719Z] spire-1.2.1/LICENSE [2022-04-07T19:10:52.719Z] spire-1.2.1/MAINTAINERS.md [2022-04-07T19:10:52.719Z] spire-1.2.1/Makefile [2022-04-07T19:10:52.719Z] spire-1.2.1/README.md [2022-04-07T19:10:52.719Z] spire-1.2.1/ROADMAP.md [2022-04-07T19:10:52.719Z] spire-1.2.1/SECURITY.md [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-07T19:10:52.719Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-07T19:10:52.719Z] spire-1.2.1/conf/ [2022-04-07T19:10:52.719Z] spire-1.2.1/conf/agent/ [2022-04-07T19:10:52.719Z] spire-1.2.1/conf/agent/agent.conf [2022-04-07T19:10:52.719Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-07T19:10:52.719Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-07T19:10:52.719Z] spire-1.2.1/conf/server/ [2022-04-07T19:10:52.719Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-07T19:10:52.719Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-07T19:10:52.719Z] spire-1.2.1/conf/server/server.conf [2022-04-07T19:10:52.719Z] spire-1.2.1/conf/server/server_full.conf [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/ [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/SPIRE101.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/auditlog.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/ [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-07T19:10:52.719Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-07T19:10:52.720Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/scaling_spire.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/spire_agent.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/spire_server.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/supported_integrations.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/telemetry.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/telemetry_config.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/upgrading.md [2022-04-07T19:10:52.982Z] spire-1.2.1/doc/using_spire.md [2022-04-07T19:10:52.982Z] spire-1.2.1/examples/ [2022-04-07T19:10:52.982Z] spire-1.2.1/examples/README.md [2022-04-07T19:10:52.982Z] spire-1.2.1/go.mod [2022-04-07T19:10:52.982Z] spire-1.2.1/go.sum [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/agent.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/client/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/common/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/config.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:10:52.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/svid/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/names.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/auth/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cli/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/health/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/health/config.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/health/context.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/health/health.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/idutil/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/log/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/log/log.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/log/options.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/profiling/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-07T19:10:52.983Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/selector/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/uptime/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/task.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/version/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/version/version.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509util/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/api.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/health/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/id.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/status.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/bundle/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/cache/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/catalog/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/config.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:10:52.984Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/registration/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/server.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/server_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/svid/ [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/ [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/private/ [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/private/server/ [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/private/server/journal/ [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/ [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/common/ [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/plugin/ [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-07T19:10:52.985Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-07T19:10:52.985Z] spire-1.2.1/release/ [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire-extras/ [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire-extras/README.md [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire/ [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire/README.md [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire/conf/ [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire/conf/server/ [2022-04-07T19:10:52.985Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-07T19:10:52.985Z] spire-1.2.1/script/ [2022-04-07T19:10:52.985Z] spire-1.2.1/script/build-artifact.sh [2022-04-07T19:10:52.985Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-07T19:10:52.985Z] spire-1.2.1/support/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-07T19:10:52.985Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-07T19:10:52.986Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/clock/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/clock/clock.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/fixture.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/registration/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-07T19:10:52.986Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/common [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-07T19:10:52.986Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/test-one.sh [2022-04-07T19:10:52.987Z] spire-1.2.1/test/integration/test.sh [2022-04-07T19:10:52.987Z] spire-1.2.1/test/plugintest/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/plugintest/config.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/plugintest/load.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/plugintest/option.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/spiretest/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/spiretest/dir.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/spiretest/logs.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/spiretest/suite.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/spiretest/x509.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/testca/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/testca/ca.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/testkey/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/testkey/generate.sh [2022-04-07T19:10:52.987Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/testkey/keys.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/testkey/new.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/tpmsimulator/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/util/ [2022-04-07T19:10:52.987Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/util/cert_generation.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/util/io_redirection.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/util/race.go [2022-04-07T19:10:52.987Z] spire-1.2.1/test/util/util.go [2022-04-07T19:10:52.987Z] building spire from source... [2022-04-07T19:10:52.987Z] Installing go1.17.7... [2022-04-07T19:10:54.232Z] 3f3a8bcf1eab: Pull complete [2022-04-07T19:10:54.232Z] 0c92f367c5e7: Pull complete [2022-04-07T19:10:54.232Z] f7c0051592d6: Pull complete [2022-04-07T19:10:54.232Z] a227ed2f7395: Pull complete [2022-04-07T19:10:54.890Z] Building bin/spire-server... [2022-04-07T19:10:54.890Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-07T19:10:54.890Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-07T19:10:54.890Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-07T19:10:54.890Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-07T19:10:54.890Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-07T19:10:54.890Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-07T19:10:54.890Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-07T19:10:54.890Z] Building bin/spire-server... [2022-04-07T19:10:54.890Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-07T19:10:54.890Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-07T19:10:54.890Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-07T19:10:54.890Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-07T19:10:54.890Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-07T19:10:54.890Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-07T19:10:54.890Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-07T19:10:55.147Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-07T19:10:55.147Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-07T19:10:55.147Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-07T19:10:55.147Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-07T19:10:55.147Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-07T19:10:55.147Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-07T19:10:55.147Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-07T19:10:55.147Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-07T19:10:55.147Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-07T19:10:55.147Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-07T19:10:55.147Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-07T19:10:55.147Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-07T19:10:55.147Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-07T19:10:55.147Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-07T19:10:55.147Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-07T19:10:55.407Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-07T19:10:55.407Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-07T19:10:55.407Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-07T19:10:55.407Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-07T19:10:55.407Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-07T19:10:55.407Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-07T19:10:55.407Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-07T19:10:55.407Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-07T19:10:55.407Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-07T19:10:55.407Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-07T19:10:55.407Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-07T19:10:55.408Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-07T19:10:55.408Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-07T19:10:55.408Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-07T19:10:55.408Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-07T19:10:55.408Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-07T19:10:55.408Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-07T19:10:55.408Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-07T19:10:55.408Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-07T19:10:55.669Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-07T19:10:55.669Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-07T19:10:55.669Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-07T19:10:55.669Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-07T19:10:55.669Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-07T19:10:55.669Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-07T19:10:55.669Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-07T19:10:55.669Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-07T19:10:55.669Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-07T19:10:55.669Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-07T19:10:55.669Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-07T19:10:55.669Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-07T19:10:55.669Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-07T19:10:55.669Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-07T19:10:55.669Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-07T19:10:55.669Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-07T19:10:55.669Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-07T19:10:55.669Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-07T19:10:55.669Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-07T19:10:55.669Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-07T19:10:55.669Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-07T19:10:55.669Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-07T19:10:55.669Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-07T19:10:55.669Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-07T19:10:55.669Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-07T19:10:55.669Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-07T19:10:55.669Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-07T19:10:55.669Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-07T19:10:55.669Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-07T19:10:55.669Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-07T19:10:55.669Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-07T19:10:55.669Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-07T19:10:56.133Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-07T19:10:56.133Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-07T19:10:56.133Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-07T19:10:56.133Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-07T19:10:56.133Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-07T19:10:56.133Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-07T19:10:56.133Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-07T19:10:56.133Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-07T19:10:56.133Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-07T19:10:56.133Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-07T19:10:56.133Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-07T19:10:56.133Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-07T19:10:56.133Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-07T19:10:56.133Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-07T19:10:56.133Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-07T19:10:56.133Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-07T19:10:56.133Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-07T19:10:56.133Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-07T19:10:56.133Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-07T19:10:56.133Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-07T19:10:56.133Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-07T19:10:56.133Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-07T19:10:56.133Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-07T19:10:56.133Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-07T19:10:56.133Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-07T19:10:56.133Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-07T19:10:56.393Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-07T19:10:56.657Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-07T19:10:58.040Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-07T19:10:58.040Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-07T19:10:58.305Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-07T19:10:58.305Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-07T19:10:58.305Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-07T19:10:58.305Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-07T19:10:58.305Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-07T19:10:58.305Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-07T19:10:58.305Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-07T19:10:58.305Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-07T19:10:58.887Z] Building bin/spire-server... [2022-04-07T19:10:58.887Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-07T19:10:58.887Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-07T19:10:58.887Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-07T19:10:58.887Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-07T19:10:58.887Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-07T19:10:59.146Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-07T19:10:59.146Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-07T19:10:59.146Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-07T19:10:59.146Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-07T19:10:59.146Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-07T19:10:59.146Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-07T19:10:59.146Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-07T19:10:59.146Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-07T19:10:59.405Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-07T19:10:59.405Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-07T19:10:59.405Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-07T19:10:59.405Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-07T19:10:59.405Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-07T19:10:59.405Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-07T19:10:59.663Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-07T19:10:59.663Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-07T19:10:59.663Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-07T19:10:59.663Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-07T19:10:59.663Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-07T19:10:59.682Z] 7b1c46037f91: Pull complete [2022-04-07T19:10:59.923Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-07T19:10:59.923Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-07T19:10:59.923Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-07T19:10:59.923Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-07T19:10:59.923Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-07T19:10:59.923Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-07T19:10:59.923Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-07T19:10:59.923Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-07T19:10:59.923Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-07T19:10:59.923Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-07T19:10:59.923Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-07T19:10:59.923Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-07T19:10:59.923Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-07T19:10:59.923Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-07T19:10:59.923Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-07T19:10:59.923Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-07T19:10:59.923Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-07T19:10:59.923Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-07T19:10:59.959Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-07T19:10:59.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-07T19:10:59.959Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-07T19:11:00.181Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-07T19:11:00.181Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-07T19:11:00.181Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-07T19:11:00.181Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-07T19:11:00.181Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-07T19:11:00.181Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-07T19:11:00.181Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-07T19:11:00.181Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-07T19:11:00.181Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-07T19:11:00.382Z] + docker build -t+ ci-base-image-arm64 -f - .echo [2022-04-07T19:11:00.382Z] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-07T19:11:00.382Z] WORKDIR /edgex [2022-04-07T19:11:00.382Z] COPY go.mod . [2022-04-07T19:11:00.382Z] RUN go mod download [2022-04-07T19:11:00.439Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-07T19:11:00.439Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-07T19:11:00.439Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-07T19:11:00.864Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-07T19:11:02.769Z] go: downloading google.golang.org/api v0.70.0 [2022-04-07T19:11:02.769Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-07T19:11:02.769Z] go: downloading k8s.io/api v0.23.4 [2022-04-07T19:11:02.769Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-07T19:11:02.769Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-07T19:11:02.769Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-07T19:11:02.769Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-07T19:11:02.769Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-07T19:11:02.769Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-07T19:11:02.769Z] go: downloading google.golang.org/api v0.70.0 [2022-04-07T19:11:02.769Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-07T19:11:02.769Z] go: downloading k8s.io/api v0.23.4 [2022-04-07T19:11:02.769Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-07T19:11:02.769Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-07T19:11:02.769Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-07T19:11:02.769Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-07T19:11:02.769Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-07T19:11:03.030Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-07T19:11:03.030Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-07T19:11:03.030Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-07T19:11:03.030Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-07T19:11:03.030Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-07T19:11:03.030Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-07T19:11:03.030Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-07T19:11:03.555Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-07T19:11:03.739Z] Sending build context to Docker daemon 169.1MB [2022-04-07T19:11:03.739Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-07T19:11:03.739Z] ---> f79e39bc4007 [2022-04-07T19:11:03.739Z] Step 2/4 : WORKDIR /edgex [2022-04-07T19:11:04.139Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-07T19:11:04.139Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-07T19:11:04.399Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-07T19:11:04.399Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-07T19:11:04.399Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-07T19:11:04.399Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-07T19:11:04.660Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-07T19:11:04.660Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-07T19:11:04.660Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-07T19:11:04.921Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-07T19:11:04.921Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-07T19:11:04.921Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-07T19:11:04.921Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-07T19:11:04.921Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-07T19:11:04.921Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-07T19:11:04.921Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-07T19:11:04.921Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-07T19:11:05.181Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-07T19:11:05.181Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-07T19:11:05.181Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-07T19:11:05.181Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-07T19:11:05.181Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-07T19:11:05.181Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-07T19:11:05.181Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-07T19:11:05.181Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-07T19:11:05.181Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-07T19:11:05.182Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-07T19:11:05.182Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-07T19:11:05.182Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-07T19:11:05.182Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-07T19:11:05.182Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-07T19:11:05.442Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-07T19:11:05.442Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-07T19:11:05.442Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-07T19:11:05.442Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-07T19:11:05.442Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-07T19:11:05.442Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-07T19:11:05.442Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-07T19:11:05.442Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-07T19:11:05.442Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-07T19:11:05.442Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-07T19:11:05.442Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-07T19:11:05.703Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-07T19:11:05.703Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-07T19:11:05.703Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-07T19:11:05.703Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-07T19:11:05.703Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-07T19:11:05.703Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-07T19:11:05.739Z] ---> Running in 298bd4236611 [2022-04-07T19:11:05.739Z] Removing intermediate container 298bd4236611 [2022-04-07T19:11:05.739Z] ---> 887821decba7 [2022-04-07T19:11:05.739Z] Step 3/4 : COPY go.mod . [2022-04-07T19:11:06.341Z] ---> 94e3be0f1ccf [2022-04-07T19:11:06.341Z] Step 4/4 : RUN go mod download [2022-04-07T19:11:06.341Z] ---> Running in df575f38d65a [2022-04-07T19:11:07.694Z] go: downloading google.golang.org/api v0.70.0 [2022-04-07T19:11:07.694Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-07T19:11:07.694Z] go: downloading k8s.io/api v0.23.4 [2022-04-07T19:11:07.694Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-07T19:11:07.694Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-07T19:11:07.694Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-07T19:11:07.694Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-07T19:11:07.694Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-07T19:11:07.694Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-07T19:11:07.694Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-07T19:11:07.695Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-07T19:11:07.695Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-07T19:11:07.963Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-07T19:11:07.963Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-07T19:11:07.963Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-07T19:11:07.963Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-07T19:11:07.963Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-07T19:11:07.963Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-07T19:11:07.963Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-07T19:11:07.963Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-07T19:11:07.963Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-07T19:11:08.234Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-07T19:11:08.234Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-07T19:11:08.234Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-07T19:11:08.234Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-07T19:11:08.234Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-07T19:11:08.234Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-07T19:11:08.234Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-07T19:11:08.494Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-07T19:11:08.494Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-07T19:11:08.494Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-07T19:11:08.494Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-07T19:11:08.494Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-07T19:11:08.494Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-07T19:11:08.494Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-07T19:11:08.494Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-07T19:11:08.494Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-07T19:11:08.494Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-07T19:11:08.494Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-07T19:11:08.494Z] go: downloading go.opencensus.io v0.23.0 [2022-04-07T19:11:08.494Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-07T19:11:08.494Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-07T19:11:08.494Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-07T19:11:08.824Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-07T19:11:08.824Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-07T19:11:08.824Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-07T19:11:08.824Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-07T19:11:08.824Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-07T19:11:08.824Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-07T19:11:08.824Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-07T19:11:08.824Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-07T19:11:08.824Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-07T19:11:08.824Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-07T19:11:08.824Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-07T19:11:08.824Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-07T19:11:08.824Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-07T19:11:09.092Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-07T19:11:09.092Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-07T19:11:09.092Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-07T19:11:09.092Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-07T19:11:09.092Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-07T19:11:09.092Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-07T19:11:09.092Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-07T19:11:09.092Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-07T19:11:09.092Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-07T19:11:09.092Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-07T19:11:09.092Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-07T19:11:09.092Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-07T19:11:09.092Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-07T19:11:09.092Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-07T19:11:09.092Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-07T19:11:09.352Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-07T19:11:09.352Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-07T19:11:09.352Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-07T19:11:09.352Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-07T19:11:09.352Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-07T19:11:09.352Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-07T19:11:09.352Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-07T19:11:09.352Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-07T19:11:09.352Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-07T19:11:09.352Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-07T19:11:09.352Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-07T19:11:09.352Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-07T19:11:09.352Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-07T19:11:09.352Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-07T19:11:09.352Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-07T19:11:09.352Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-07T19:11:09.352Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-07T19:11:09.352Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-07T19:11:09.352Z] go: downloading go.opencensus.io v0.23.0 [2022-04-07T19:11:09.620Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-07T19:11:09.620Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-07T19:11:09.620Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-07T19:11:09.620Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-07T19:11:09.620Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-07T19:11:09.620Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-07T19:11:09.620Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-07T19:11:09.620Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-07T19:11:09.620Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-07T19:11:09.620Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-07T19:11:09.620Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-07T19:11:09.620Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-07T19:11:09.881Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-07T19:11:09.881Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-07T19:11:09.881Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-07T19:11:09.881Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-07T19:11:09.881Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-07T19:11:09.881Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-07T19:11:09.881Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-07T19:11:09.881Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-07T19:11:09.881Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-07T19:11:09.881Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-07T19:11:09.881Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-07T19:11:09.881Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-07T19:11:09.881Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-07T19:11:09.881Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-07T19:11:10.141Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-07T19:11:10.141Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-07T19:11:10.141Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-07T19:11:10.141Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-07T19:11:10.141Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-07T19:11:10.141Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-07T19:11:10.405Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-07T19:11:10.405Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-07T19:11:10.405Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-07T19:11:10.668Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-07T19:11:10.668Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-07T19:11:10.668Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-07T19:11:11.238Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-07T19:11:11.238Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-07T19:11:11.500Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-07T19:11:13.416Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-07T19:11:13.416Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-07T19:11:13.416Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-07T19:11:13.416Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-07T19:11:13.416Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-07T19:11:13.416Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-07T19:11:13.416Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-07T19:11:13.416Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-07T19:11:13.416Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-07T19:11:13.416Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-07T19:11:13.416Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-07T19:11:13.416Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-07T19:11:13.865Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-07T19:11:13.866Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-07T19:11:13.866Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-07T19:11:13.866Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-07T19:11:13.866Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-07T19:11:13.866Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-07T19:11:13.866Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-07T19:11:13.866Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-07T19:11:14.128Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-07T19:11:14.128Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-07T19:11:14.128Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-07T19:11:14.128Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-07T19:11:14.128Z] go: downloading go.opencensus.io v0.23.0 [2022-04-07T19:11:14.128Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-07T19:11:14.128Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-07T19:11:14.128Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-07T19:11:14.392Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-07T19:11:14.392Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-07T19:11:14.392Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-07T19:11:14.392Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-07T19:11:14.392Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-07T19:11:14.392Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-07T19:11:14.392Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-07T19:11:14.392Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-07T19:11:14.392Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-07T19:11:14.822Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-07T19:11:14.822Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-07T19:11:14.822Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-07T19:11:14.822Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-07T19:11:14.822Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-07T19:11:14.822Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-07T19:11:14.822Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-07T19:11:14.822Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-07T19:11:14.822Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-07T19:11:14.822Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-07T19:11:14.822Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-07T19:11:14.822Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-07T19:11:16.739Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-07T19:11:16.739Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-07T19:11:18.125Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-07T19:11:18.125Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-07T19:11:20.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-07T19:11:20.400Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-07T19:11:20.400Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-07T19:11:42.382Z] Removing intermediate container b42b25d3845f [2022-04-07T19:11:42.382Z] ---> a8fa5345f43f [2022-04-07T19:11:42.382Z] [2022-04-07T19:11:42.382Z] Step 10/22 : FROM alpine:3.14 [2022-04-07T19:11:42.382Z] ---> e04c818066af [2022-04-07T19:11:42.382Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-07T19:11:42.382Z] Removing intermediate container dab6aee04ffc [2022-04-07T19:11:42.382Z] ---> 6dad433f7ba1 [2022-04-07T19:11:42.382Z] [2022-04-07T19:11:42.382Z] Step 10/22 : FROM alpine:3.14 [2022-04-07T19:11:42.382Z] ---> e04c818066af [2022-04-07T19:11:42.382Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-07T19:11:42.382Z] ---> Running in d2a6204ecb76 [2022-04-07T19:11:42.382Z] ---> Running in ad3d4f1a6870 [2022-04-07T19:11:42.959Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:11:42.959Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:11:42.959Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:11:42.959Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:11:42.959Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-07T19:11:42.959Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-07T19:11:43.222Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-07T19:11:43.222Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-07T19:11:43.222Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-07T19:11:43.222Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T19:11:43.222Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-07T19:11:43.222Z] Executing ca-certificates-20211220-r0.trigger [2022-04-07T19:11:43.222Z] (5/6) Installing curl (7.79.1-r0) [2022-04-07T19:11:43.222Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-07T19:11:43.222Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T19:11:43.222Z] Executing ca-certificates-20211220-r0.trigger [2022-04-07T19:11:43.222Z] OK: 6 MiB in 16 packages [2022-04-07T19:11:43.222Z] OK: 8 MiB in 20 packages [2022-04-07T19:11:44.614Z] Removing intermediate container d2a6204ecb76 [2022-04-07T19:11:44.614Z] ---> b9abe887793d [2022-04-07T19:11:44.614Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-07T19:11:44.875Z] Removing intermediate container ad3d4f1a6870 [2022-04-07T19:11:44.875Z] ---> 4d26e8eef5e4 [2022-04-07T19:11:44.875Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-07T19:11:44.875Z] ---> Running in 170a598d89ee [2022-04-07T19:11:44.875Z] ---> Running in 3cd319cb94aa [2022-04-07T19:11:45.146Z] Removing intermediate container 170a598d89ee [2022-04-07T19:11:45.146Z] ---> d3430e84c3d9 [2022-04-07T19:11:45.146Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-07T19:11:45.408Z] Removing intermediate container 3cd319cb94aa [2022-04-07T19:11:45.408Z] ---> 3a893d2581d2 [2022-04-07T19:11:45.408Z] Step 13/22 : WORKDIR /edgex [2022-04-07T19:11:45.408Z] ---> Running in bc13924586bd [2022-04-07T19:11:45.408Z] ---> Running in a998a2bc5963 [2022-04-07T19:11:45.689Z] Removing intermediate container bc13924586bd [2022-04-07T19:11:45.689Z] ---> 4610ff7c10da [2022-04-07T19:11:45.689Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-07T19:11:45.960Z] ---> Running in 66f840a88ae8 [2022-04-07T19:11:45.960Z] Removing intermediate container a998a2bc5963 [2022-04-07T19:11:45.960Z] ---> 2ed53b711a6d [2022-04-07T19:11:45.960Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-07T19:11:46.226Z] Removing intermediate container 66f840a88ae8 [2022-04-07T19:11:46.226Z] ---> ac6eda81fe39 [2022-04-07T19:11:46.226Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T19:11:46.488Z] ---> 43ea5ec3a79e [2022-04-07T19:11:46.488Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-07T19:11:47.060Z] ---> b2ff9eeaed0f [2022-04-07T19:11:47.060Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-07T19:11:48.005Z] ---> 9dff92e2248d [2022-04-07T19:11:48.005Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-07T19:11:48.267Z] ---> f5672d8bf0f0 [2022-04-07T19:11:48.267Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-07T19:11:48.840Z] ---> 1301a534677c [2022-04-07T19:11:48.840Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-07T19:11:49.102Z] ---> Running in a5f9921f4583 [2022-04-07T19:11:49.677Z] Removing intermediate container a5f9921f4583 [2022-04-07T19:11:49.677Z] ---> 1062a7567b65 [2022-04-07T19:11:49.677Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T19:11:49.941Z] ---> f30f59f30198 [2022-04-07T19:11:49.941Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-07T19:11:49.941Z] ---> Running in 559dc948d135 [2022-04-07T19:11:50.220Z] Removing intermediate container 559dc948d135 [2022-04-07T19:11:50.220Z] ---> fdd92a348390 [2022-04-07T19:11:50.220Z] Step 20/22 : LABEL arch=x86_64 [2022-04-07T19:11:50.482Z] ---> 3d0aefd68890 [2022-04-07T19:11:50.483Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-07T19:11:50.483Z] ---> Running in 9091b6dd93c7 [2022-04-07T19:11:50.483Z] ---> Running in 152b1104e611 [2022-04-07T19:11:50.771Z] Removing intermediate container 9091b6dd93c7 [2022-04-07T19:11:50.771Z] ---> a9bcbf595474 [2022-04-07T19:11:50.771Z] Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:11:51.039Z] ---> Running in aaa60c87e544 [2022-04-07T19:11:51.341Z] Removing intermediate container aaa60c87e544 [2022-04-07T19:11:51.341Z] ---> b6c32987512d [2022-04-07T19:11:51.341Z] Step 22/22 : LABEL version=0.0.0 [2022-04-07T19:11:51.624Z] ---> Running in be60863025f6 [2022-04-07T19:11:51.959Z] Removing intermediate container be60863025f6 [2022-04-07T19:11:51.959Z] ---> 5a4d4311a2fd [2022-04-07T19:11:51.959Z] [2022-04-07T19:11:51.959Z] Successfully built 5a4d4311a2fd [2022-04-07T19:11:51.959Z] Successfully tagged support-notifications:latest [2022-04-07T19:11:51.959Z]  Building support-notifications ... done Building support-scheduler [2022-04-07T19:11:52.578Z] Removing intermediate container 152b1104e611 [2022-04-07T19:11:52.578Z] ---> bd680b6c3d3d [2022-04-07T19:11:52.578Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-07T19:11:53.966Z] ---> Running in 7f4b25c30a33 [2022-04-07T19:11:54.946Z] Removing intermediate container 7f4b25c30a33 [2022-04-07T19:11:54.946Z] ---> ddac137428ec [2022-04-07T19:11:54.946Z] Step 20/22 : LABEL arch=x86_64 [2022-04-07T19:11:55.208Z] ---> Running in 292bb4a6f79c [2022-04-07T19:11:55.780Z] Removing intermediate container 292bb4a6f79c [2022-04-07T19:11:55.780Z] ---> 6a9affc98713 [2022-04-07T19:11:55.780Z] Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:11:56.046Z] ---> Running in e7b8514f4786 [2022-04-07T19:11:56.618Z] Removing intermediate container e7b8514f4786 [2022-04-07T19:11:56.618Z] ---> 5ebc5bf9dff6 [2022-04-07T19:11:56.618Z] Step 22/22 : LABEL version=0.0.0 [2022-04-07T19:11:56.882Z] ---> Running in 784d2381cf7a [2022-04-07T19:11:57.453Z] Removing intermediate container 784d2381cf7a [2022-04-07T19:11:57.453Z] ---> 011e2c4104ca [2022-04-07T19:11:57.453Z] [2022-04-07T19:11:57.453Z] Successfully built 011e2c4104ca [2022-04-07T19:11:57.453Z] Successfully tagged security-proxy-setup:latest [2022-04-07T19:11:57.453Z]  Building security-proxy-setup ... done Building core-metadata [2022-04-07T19:12:00.004Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:12:00.004Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:12:00.004Z] ---> 521a2af32397 [2022-04-07T19:12:00.004Z] Step 3/22 : WORKDIR /edgex-go [2022-04-07T19:12:00.004Z] ---> Using cache [2022-04-07T19:12:00.004Z] ---> 4d5c6043fa7c [2022-04-07T19:12:00.004Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:12:00.004Z] ---> Using cache [2022-04-07T19:12:00.004Z] ---> 3a58a4d2355e [2022-04-07T19:12:00.004Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-07T19:12:00.004Z] ---> Using cache [2022-04-07T19:12:00.004Z] ---> 063aa5d1afd4 [2022-04-07T19:12:00.004Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-07T19:12:00.004Z] ---> Using cache [2022-04-07T19:12:00.004Z] ---> 0b05584aff3c [2022-04-07T19:12:00.004Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:12:00.004Z] ---> Using cache [2022-04-07T19:12:00.004Z] ---> 568468e897ff [2022-04-07T19:12:00.004Z] Step 8/22 : COPY . . [2022-04-07T19:12:00.004Z] ---> Using cache [2022-04-07T19:12:00.004Z] ---> a909ece4be5a [2022-04-07T19:12:00.004Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-07T19:12:01.925Z] ---> Running in 7ae6051b587f [2022-04-07T19:12:02.871Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:12:02.967Z] Removing intermediate container df575f38d65a [2022-04-07T19:12:02.967Z] ---> 47f75f7ae24e [2022-04-07T19:12:02.967Z] Successfully built 47f75f7ae24e [2022-04-07T19:12:02.967Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:12:03.355Z] + docker inspect -f . ci-base-image-arm64 [2022-04-07T19:12:03.355Z] . [Pipeline] withDockerContainer [2022-04-07T19:12:03.625Z] prd-ubuntu20.04-docker-arm64-4c-16g-11453 does not seem to be running inside a container [2022-04-07T19:12:03.722Z] $ 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-07T19:12:04.787Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:12:04.787Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:12:04.787Z] ---> 521a2af32397 [2022-04-07T19:12:04.787Z] Step 3/23 : WORKDIR /edgex-go [2022-04-07T19:12:04.787Z] ---> Using cache [2022-04-07T19:12:04.787Z] ---> 4d5c6043fa7c [2022-04-07T19:12:04.787Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:12:04.787Z] ---> Using cache [2022-04-07T19:12:04.787Z] ---> 3a58a4d2355e [2022-04-07T19:12:04.787Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-07T19:12:04.787Z] ---> Using cache [2022-04-07T19:12:04.787Z] ---> 063aa5d1afd4 [2022-04-07T19:12:04.787Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-07T19:12:04.787Z] ---> Using cache [2022-04-07T19:12:04.787Z] ---> 0b05584aff3c [2022-04-07T19:12:04.787Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:12:04.787Z] ---> Using cache [2022-04-07T19:12:04.787Z] ---> 568468e897ff [2022-04-07T19:12:04.787Z] Step 8/23 : COPY . . [2022-04-07T19:12:04.787Z] ---> Using cache [2022-04-07T19:12:04.787Z] ---> a909ece4be5a [2022-04-07T19:12:04.787Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-07T19:12:05.084Z] $ docker top e82e0afa6d04fd9208df02b27209c0a91260f855be9f1541666f1ad111384918 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-07T19:12:06.069Z] + go version [2022-04-07T19:12:06.069Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-07T19:12:06.103Z] $ docker stop --time=1 e82e0afa6d04fd9208df02b27209c0a91260f855be9f1541666f1ad111384918 [2022-04-07T19:12:06.175Z] ---> Running in 85c39430650b [2022-04-07T19:12:07.122Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:12:07.783Z] $ docker rm -f e82e0afa6d04fd9208df02b27209c0a91260f855be9f1541666f1ad111384918 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:12:08.726Z] + docker inspect -f . ci-base-image-arm64 [2022-04-07T19:12:08.726Z] . [Pipeline] withDockerContainer [2022-04-07T19:12:08.983Z] prd-ubuntu20.04-docker-arm64-4c-16g-11453 does not seem to be running inside a container [2022-04-07T19:12:09.077Z] $ 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-07T19:12:10.452Z] $ docker top 570e37754a8bbe2907d1e2ec2efa049ed5b01cc9c61c549a13cf741cfae7d361 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-07T19:12:10.808Z] ========================================================= [2022-04-07T19:12:10.808Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-07T19:12:10.808Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-07T19:12:11.515Z] + make test [2022-04-07T19:12:11.516Z] go mod tidy -compat=1.17 [2022-04-07T19:12:12.505Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-07T19:12:51.517Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-07T19:13:03.445Z] Removing intermediate container 7ae6051b587f [2022-04-07T19:13:03.445Z] ---> e462a98a5673 [2022-04-07T19:13:03.445Z] [2022-04-07T19:13:03.445Z] Step 10/22 : FROM alpine:3.14 [2022-04-07T19:13:03.446Z] ---> e04c818066af [2022-04-07T19:13:03.446Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-07T19:13:03.446Z] Removing intermediate container 85c39430650b [2022-04-07T19:13:03.446Z] ---> 935a5f202a11 [2022-04-07T19:13:03.446Z] [2022-04-07T19:13:03.446Z] Step 10/23 : FROM alpine:3.14 [2022-04-07T19:13:03.446Z] ---> e04c818066af [2022-04-07T19:13:03.446Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-07T19:13:03.446Z] ---> Running in bbf7ec8fe888 [2022-04-07T19:13:03.446Z] ---> Running in 51b3d8cab588 [2022-04-07T19:13:04.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:13:04.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:13:04.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:13:04.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:13:04.655Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-07T19:13:04.655Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T19:13:04.655Z] OK: 6 MiB in 15 packages [2022-04-07T19:13:04.655Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-07T19:13:04.655Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T19:13:04.655Z] OK: 6 MiB in 15 packages [2022-04-07T19:13:06.573Z] Removing intermediate container 51b3d8cab588 [2022-04-07T19:13:06.573Z] ---> fe0f32bd5e3b [2022-04-07T19:13:06.573Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-07T19:13:06.573Z] Removing intermediate container bbf7ec8fe888 [2022-04-07T19:13:06.573Z] ---> 50a74e719644 [2022-04-07T19:13:06.573Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-07T19:13:06.573Z] ---> Running in c2828d81002b [2022-04-07T19:13:06.573Z] ---> Running in 448e5f4002f6 [2022-04-07T19:13:06.573Z] Removing intermediate container c2828d81002b [2022-04-07T19:13:06.573Z] ---> 49e24c7a6a69 [2022-04-07T19:13:06.573Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-07T19:13:06.573Z] ---> Running in 0058fff7ad18 [2022-04-07T19:13:06.837Z] Removing intermediate container 448e5f4002f6 [2022-04-07T19:13:06.837Z] ---> c0ede5ad9fd3 [2022-04-07T19:13:06.837Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-07T19:13:06.837Z] ---> Running in 184488bf6931 [2022-04-07T19:13:07.124Z] Removing intermediate container 0058fff7ad18 [2022-04-07T19:13:07.124Z] ---> 3dc8a8394ac8 [2022-04-07T19:13:07.124Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-07T19:13:07.124Z] ---> Running in 6cd6718d9fa3 [2022-04-07T19:13:07.402Z] Removing intermediate container 184488bf6931 [2022-04-07T19:13:07.402Z] ---> 3ed0b642e185 [2022-04-07T19:13:07.402Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-07T19:13:07.402Z] ---> Running in ebe6fa4f564d [2022-04-07T19:13:07.402Z] Removing intermediate container 6cd6718d9fa3 [2022-04-07T19:13:07.402Z] ---> 3a7a818f003f [2022-04-07T19:13:07.402Z] Step 15/23 : WORKDIR / [2022-04-07T19:13:07.676Z] ---> Running in 0fde07a79b94 [2022-04-07T19:13:07.942Z] Removing intermediate container ebe6fa4f564d [2022-04-07T19:13:07.942Z] ---> 2ea628d019ff [2022-04-07T19:13:07.942Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T19:13:07.942Z] Removing intermediate container 0fde07a79b94 [2022-04-07T19:13:07.942Z] ---> 1ce9ead931f9 [2022-04-07T19:13:07.942Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T19:13:08.515Z] ---> 5da648358841 [2022-04-07T19:13:08.515Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-07T19:13:08.777Z] ---> 00cd662dfa8c [2022-04-07T19:13:08.777Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-07T19:13:11.333Z] ---> f37d0846088c [2022-04-07T19:13:11.333Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-07T19:13:11.333Z] ---> f996c997263e [2022-04-07T19:13:11.333Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-07T19:13:11.909Z] ---> bcde3f6f94b4 [2022-04-07T19:13:11.909Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-07T19:13:11.909Z] ---> e4c17d2b11e5 [2022-04-07T19:13:11.909Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-07T19:13:11.909Z] ---> Running in acaa3911d611 [2022-04-07T19:13:11.909Z] ---> Running in 659005d84f3e [2022-04-07T19:13:12.489Z] Removing intermediate container acaa3911d611 [2022-04-07T19:13:12.489Z] ---> 56b58efa9ff0 [2022-04-07T19:13:12.489Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T19:13:12.489Z] ---> Running in 9587afca8433 [2022-04-07T19:13:12.489Z] Removing intermediate container 659005d84f3e [2022-04-07T19:13:12.489Z] ---> 9ac945b26a58 [2022-04-07T19:13:12.489Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T19:13:12.489Z] ---> Running in a1a6a9976fdf [2022-04-07T19:13:12.755Z] Removing intermediate container 9587afca8433 [2022-04-07T19:13:12.755Z] ---> 18c260d17d54 [2022-04-07T19:13:12.755Z] Step 21/23 : LABEL arch=x86_64 [2022-04-07T19:13:13.018Z] Removing intermediate container a1a6a9976fdf [2022-04-07T19:13:13.018Z] ---> d530d655f421 [2022-04-07T19:13:13.018Z] Step 20/22 : LABEL arch=x86_64 [2022-04-07T19:13:13.018Z] ---> Running in 6a38bb85a52e [2022-04-07T19:13:13.018Z] ---> Running in 8882d9469739 [2022-04-07T19:13:13.593Z] Removing intermediate container 6a38bb85a52e [2022-04-07T19:13:13.593Z] ---> 9c7488dbc351 [2022-04-07T19:13:13.593Z] Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:13:13.593Z] Removing intermediate container 8882d9469739 [2022-04-07T19:13:13.593Z] ---> b29aa9887486 [2022-04-07T19:13:13.593Z] Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:13:13.593Z] ---> Running in ddcb230b3a92 [2022-04-07T19:13:13.593Z] ---> Running in 3fdc466c2492 [2022-04-07T19:13:14.167Z] Removing intermediate container 3fdc466c2492 [2022-04-07T19:13:14.167Z] ---> f97c2ae238e3 [2022-04-07T19:13:14.167Z] Step 22/22 : LABEL version=0.0.0 [2022-04-07T19:13:14.167Z] Removing intermediate container ddcb230b3a92 [2022-04-07T19:13:14.167Z] ---> d5de0968792f [2022-04-07T19:13:14.167Z] Step 23/23 : LABEL version=0.0.0 [2022-04-07T19:13:14.167Z] ---> Running in 8380eb8f5f0d [2022-04-07T19:13:14.167Z] ---> Running in 428a45eb4bfb [2022-04-07T19:13:14.743Z] Removing intermediate container 8380eb8f5f0d [2022-04-07T19:13:14.743Z] ---> 0d93be0a7e03 [2022-04-07T19:13:14.743Z] [2022-04-07T19:13:14.743Z] Removing intermediate container 428a45eb4bfb [2022-04-07T19:13:14.743Z] ---> 2765e4bba4db [2022-04-07T19:13:14.743Z] [2022-04-07T19:13:14.743Z] Successfully built 0d93be0a7e03 [2022-04-07T19:13:14.743Z] Successfully tagged support-scheduler:latest [2022-04-07T19:13:14.743Z] Successfully built 2765e4bba4db [2022-04-07T19:13:14.743Z]  Building support-scheduler ... done Building core-command [2022-04-07T19:13:14.743Z] Successfully tagged core-metadata:latest [2022-04-07T19:13:21.354Z]  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:13:21.354Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:13:21.354Z] ---> 521a2af32397 [2022-04-07T19:13:21.354Z] Step 3/23 : WORKDIR /edgex-go [2022-04-07T19:13:21.354Z] ---> Using cache [2022-04-07T19:13:21.354Z] ---> 4d5c6043fa7c [2022-04-07T19:13:21.354Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:13:21.354Z] ---> Using cache [2022-04-07T19:13:21.354Z] ---> 3a58a4d2355e [2022-04-07T19:13:21.354Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-07T19:13:21.354Z] ---> Using cache [2022-04-07T19:13:21.354Z] ---> 063aa5d1afd4 [2022-04-07T19:13:21.354Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-07T19:13:21.354Z] ---> Using cache [2022-04-07T19:13:21.354Z] ---> 0b05584aff3c [2022-04-07T19:13:21.355Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:13:21.355Z] ---> Using cache [2022-04-07T19:13:21.355Z] ---> 568468e897ff [2022-04-07T19:13:21.355Z] Step 8/23 : COPY . . [2022-04-07T19:13:21.355Z] ---> Using cache [2022-04-07T19:13:21.355Z] ---> a909ece4be5a [2022-04-07T19:13:21.355Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-07T19:13:23.273Z] ---> Running in b30d826f59c3 [2022-04-07T19:13:24.219Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:14:03.000Z] Removing intermediate container b30d826f59c3 [2022-04-07T19:14:03.000Z] ---> 4a0ae52645f2 [2022-04-07T19:14:03.000Z] [2022-04-07T19:14:03.000Z] Step 10/23 : FROM alpine:3.14 [2022-04-07T19:14:03.000Z] ---> e04c818066af [2022-04-07T19:14:03.000Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-07T19:14:03.000Z] ---> Using cache [2022-04-07T19:14:03.000Z] ---> 50a74e719644 [2022-04-07T19:14:03.000Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-07T19:14:03.000Z] ---> Using cache [2022-04-07T19:14:03.000Z] ---> c0ede5ad9fd3 [2022-04-07T19:14:03.000Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-07T19:14:03.000Z] ---> Running in 76d1e7183137 [2022-04-07T19:14:03.000Z] Removing intermediate container 76d1e7183137 [2022-04-07T19:14:03.000Z] ---> 7df4318bfe6a [2022-04-07T19:14:03.000Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-07T19:14:03.001Z] ---> Running in 76a01bb5e422 [2022-04-07T19:14:03.001Z] Removing intermediate container 76a01bb5e422 [2022-04-07T19:14:03.001Z] ---> d3d72e06174b [2022-04-07T19:14:03.001Z] Step 15/23 : WORKDIR / [2022-04-07T19:14:03.001Z] ---> Running in b1594c8e470d [2022-04-07T19:14:03.001Z] Removing intermediate container b1594c8e470d [2022-04-07T19:14:03.001Z] ---> 377aae4dad25 [2022-04-07T19:14:03.001Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T19:14:03.001Z] ---> a10e658514f9 [2022-04-07T19:14:03.001Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-07T19:14:03.001Z] ---> 02326bb36f47 [2022-04-07T19:14:03.001Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-07T19:14:03.001Z] ---> 46ed0181284d [2022-04-07T19:14:03.001Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-07T19:14:03.001Z] ---> Running in 6eba061c312a [2022-04-07T19:14:03.001Z] Removing intermediate container 6eba061c312a [2022-04-07T19:14:03.001Z] ---> 52f56898138c [2022-04-07T19:14:03.001Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T19:14:03.001Z] ---> Running in 746aef5bda4a [2022-04-07T19:14:03.001Z] Removing intermediate container 746aef5bda4a [2022-04-07T19:14:03.001Z] ---> 35376c19f9c2 [2022-04-07T19:14:03.001Z] Step 21/23 : LABEL arch=x86_64 [2022-04-07T19:14:03.001Z] ---> Running in 2b3070314f08 [2022-04-07T19:14:03.001Z] Removing intermediate container 2b3070314f08 [2022-04-07T19:14:03.001Z] ---> 32948e5c3313 [2022-04-07T19:14:03.001Z] Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:14:03.001Z] ---> Running in c55a0801ab76 [2022-04-07T19:14:03.001Z] Removing intermediate container c55a0801ab76 [2022-04-07T19:14:03.001Z] ---> c18651d58c63 [2022-04-07T19:14:03.001Z] Step 23/23 : LABEL version=0.0.0 [2022-04-07T19:14:03.001Z] ---> Running in 3e2dbccb7005 [2022-04-07T19:14:03.001Z] Removing intermediate container 3e2dbccb7005 [2022-04-07T19:14:03.001Z] ---> 8a76105193d6 [2022-04-07T19:14:03.001Z] [2022-04-07T19:14:03.001Z] Successfully built 8a76105193d6 [2022-04-07T19:14:03.001Z] Successfully tagged core-command:latest [2022-04-07T19:14:28.448Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-07T19:14:29.630Z]  Building core-command ... done Building bin/spire-agent... [2022-04-07T19:14:29.630Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-07T19:14:29.630Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-07T19:14:29.630Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-07T19:14:29.630Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-07T19:14:29.630Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-07T19:14:29.630Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-07T19:14:29.630Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-07T19:14:29.630Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-07T19:14:29.630Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-07T19:14:29.630Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-07T19:14:29.630Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-07T19:14:29.630Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-07T19:14:29.630Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-07T19:14:29.630Z] Building bin/spire-agent... [2022-04-07T19:14:29.630Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-07T19:14:29.630Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-07T19:14:29.630Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-07T19:14:29.630Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-07T19:14:29.630Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-07T19:14:29.630Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-07T19:14:29.630Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-07T19:14:29.630Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-07T19:14:29.630Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-07T19:14:29.630Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-07T19:14:29.630Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-07T19:14:29.630Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-07T19:14:29.630Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-07T19:14:31.550Z] Building bin/spire-agent... [2022-04-07T19:14:31.818Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-07T19:14:31.818Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-07T19:14:31.818Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-07T19:14:31.818Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-07T19:14:32.765Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-07T19:14:32.765Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-07T19:14:32.765Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-07T19:14:32.765Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-07T19:14:32.765Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-07T19:14:32.765Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-07T19:14:32.765Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-07T19:14:32.765Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-07T19:14:33.027Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-07T19:14:50.687Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-07T19:14:50.687Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-07T19:14:50.687Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-07T19:14:50.687Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-07T19:14:50.687Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-07T19:14:50.687Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-07T19:14:50.687Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-07T19:14:50.687Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-07T19:14:52.699Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-07T19:14:52.699Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-07T19:14:53.690Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-07T19:14:53.690Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-07T19:14:53.690Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-07T19:14:53.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-07T19:15:06.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.259s coverage: 28.7% of statements [2022-04-07T19:15:06.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-07T19:15:06.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-07T19:15:11.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.582s coverage: 98.5% of statements [2022-04-07T19:15:11.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-07T19:15:11.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.508s coverage: 54.9% of statements [2022-04-07T19:15:11.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-07T19:15:11.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.679s coverage: 89.2% of statements [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.426s coverage: 84.4% of statements [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.574s coverage: 95.1% of statements [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.429s coverage: 72.2% of statements [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.476s coverage: 60.0% of statements [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.773s coverage: 0.9% of statements [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.264s coverage: 58.8% of statements [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.566s coverage: 24.0% of statements [2022-04-07T19:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.260s coverage: 47.1% of statements [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.249s coverage: 79.5% of statements [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.217s coverage: 94.1% of statements [2022-04-07T19:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.281s coverage: 96.3% of statements [2022-04-07T19:15:38.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.212s coverage: 87.5% of statements [2022-04-07T19:15:51.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.262s coverage: 94.4% of statements [2022-04-07T19:15:51.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.219s coverage: 44.8% of statements [2022-04-07T19:15:54.536Z] Removing intermediate container f3263373524e [2022-04-07T19:15:54.537Z] ---> 3b5d5052f771 [2022-04-07T19:15:54.537Z] [2022-04-07T19:15:54.537Z] Step 13/26 : FROM alpine:3.15 [2022-04-07T19:15:54.537Z] ---> 0ac33e5f5afa [2022-04-07T19:15:54.537Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-07T19:15:54.537Z] ---> Using cache [2022-04-07T19:15:54.537Z] ---> 78c013ecdf7b [2022-04-07T19:15:54.537Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:15:54.537Z] ---> Using cache [2022-04-07T19:15:54.537Z] ---> 84b103793d09 [2022-04-07T19:15:54.537Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-07T19:15:54.537Z] ---> Running in 86262f180ab4 [2022-04-07T19:15:54.537Z] Removing intermediate container 6cb7eff88769 [2022-04-07T19:15:54.537Z] ---> 125e23d17b39 [2022-04-07T19:15:54.537Z] [2022-04-07T19:15:54.537Z] Step 13/26 : FROM alpine:3.15 [2022-04-07T19:15:54.537Z] ---> 0ac33e5f5afa [2022-04-07T19:15:54.537Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-07T19:15:54.537Z] ---> Using cache [2022-04-07T19:15:54.537Z] ---> 78c013ecdf7b [2022-04-07T19:15:54.537Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:15:54.537Z] ---> Using cache [2022-04-07T19:15:54.537Z] ---> 84b103793d09 [2022-04-07T19:15:54.537Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-07T19:15:54.537Z] ---> Running in ad9b031dddbe [2022-04-07T19:15:54.537Z] Removing intermediate container 936fda717f3f [2022-04-07T19:15:54.537Z] ---> 40b8c6252bbf [2022-04-07T19:15:54.537Z] [2022-04-07T19:15:54.537Z] Step 13/25 : FROM alpine:3.15 [2022-04-07T19:15:54.537Z] ---> 0ac33e5f5afa [2022-04-07T19:15:54.537Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-07T19:15:54.537Z] ---> Using cache [2022-04-07T19:15:54.537Z] ---> 78c013ecdf7b [2022-04-07T19:15:54.537Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:15:54.537Z] ---> Using cache [2022-04-07T19:15:54.537Z] ---> 84b103793d09 [2022-04-07T19:15:54.537Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-07T19:15:54.537Z] ---> Running in 5b78ff8db0cd [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-07T19:15:54.537Z] v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-07T19:15:54.537Z] OK: 15854 distinct packages available [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-07T19:15:54.537Z] v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-07T19:15:54.537Z] OK: 15854 distinct packages available [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-07T19:15:54.537Z] v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-07T19:15:54.537Z] OK: 15854 distinct packages available [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T19:15:54.537Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-07T19:15:54.537Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-07T19:15:54.537Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-07T19:15:54.537Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-07T19:15:54.537Z] (3/4) Installing libucontext (1.1-r0) [2022-04-07T19:15:54.537Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-07T19:15:54.537Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-07T19:15:54.537Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-07T19:15:54.537Z] (3/5) Installing libucontext (1.1-r0) [2022-04-07T19:15:54.537Z] (3/5) Installing libucontext (1.1-r0) [2022-04-07T19:15:54.537Z] Executing busybox-1.34.1-r5.trigger [2022-04-07T19:15:54.537Z] OK: 6 MiB in 18 packages [2022-04-07T19:15:54.537Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-07T19:15:54.537Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-07T19:15:54.537Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-07T19:15:54.537Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-07T19:15:54.537Z] Executing busybox-1.34.1-r5.trigger [2022-04-07T19:15:54.537Z] OK: 6 MiB in 19 packages [2022-04-07T19:15:54.537Z] Executing busybox-1.34.1-r5.trigger [2022-04-07T19:15:54.537Z] OK: 6 MiB in 19 packages [2022-04-07T19:15:54.537Z] Removing intermediate container 86262f180ab4 [2022-04-07T19:15:54.537Z] ---> 9bd7bcd466c9 [2022-04-07T19:15:54.537Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-07T19:15:54.537Z] Removing intermediate container ad9b031dddbe [2022-04-07T19:15:54.537Z] ---> 853578ff680c [2022-04-07T19:15:54.537Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-07T19:15:54.537Z] Removing intermediate container 5b78ff8db0cd [2022-04-07T19:15:54.537Z] ---> 74ecf93197c2 [2022-04-07T19:15:54.537Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-07T19:15:54.537Z] ---> 287976bf8137 [2022-04-07T19:15:54.537Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-07T19:15:54.537Z] ---> 0d3b45e40e07 [2022-04-07T19:15:54.537Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-07T19:15:54.537Z] ---> fbaebd2abf6a [2022-04-07T19:15:54.537Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-07T19:15:54.537Z] ---> 34774403f67c [2022-04-07T19:15:54.537Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-07T19:15:54.537Z] ---> df8d67efed0d [2022-04-07T19:15:54.537Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-07T19:15:54.537Z] ---> Running in 671036e8904d [2022-04-07T19:15:54.537Z] ---> b260b37e280a [2022-04-07T19:15:54.537Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-07T19:15:54.537Z] Removing intermediate container 671036e8904d [2022-04-07T19:15:54.537Z] ---> 4cb762a76bbb [2022-04-07T19:15:54.537Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-07T19:15:54.537Z] ---> 6017768ca41d [2022-04-07T19:15:54.537Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-07T19:15:54.537Z] ---> Running in 8ca213f154e0 [2022-04-07T19:15:54.537Z] ---> cead8fe87c41 [2022-04-07T19:15:54.537Z] Step 21/26 : WORKDIR / [2022-04-07T19:15:54.537Z] ---> Running in f6186f4c460b [2022-04-07T19:15:54.537Z] Removing intermediate container 8ca213f154e0 [2022-04-07T19:15:54.537Z] ---> 868d440424a5 [2022-04-07T19:15:54.537Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-07T19:15:54.537Z] ---> db990e3fd005 [2022-04-07T19:15:54.537Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-07T19:15:54.537Z] ---> Running in 16f822a08d85 [2022-04-07T19:15:54.537Z] Removing intermediate container f6186f4c460b [2022-04-07T19:15:54.537Z] ---> 6961fc1eb764 [2022-04-07T19:15:54.537Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-07T19:15:54.537Z] ---> Running in 0deb063f0941 [2022-04-07T19:15:54.537Z] Removing intermediate container 16f822a08d85 [2022-04-07T19:15:54.537Z] ---> 06fb8814493c [2022-04-07T19:15:54.537Z] Step 23/25 : LABEL arch=x86_64 [2022-04-07T19:15:54.537Z] ---> 5bb406ef17f9 [2022-04-07T19:15:54.537Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-07T19:15:54.537Z] ---> Running in 397c0cdd20d1 [2022-04-07T19:15:54.537Z] Removing intermediate container 0deb063f0941 [2022-04-07T19:15:54.537Z] ---> 9ab3e3a22dd2 [2022-04-07T19:15:54.537Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-07T19:15:54.537Z] ---> Running in 98791814f3a7 [2022-04-07T19:15:54.537Z] Removing intermediate container 397c0cdd20d1 [2022-04-07T19:15:54.537Z] ---> 77f404a2b0da [2022-04-07T19:15:54.537Z] Step 24/25 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:15:54.537Z] ---> Running in d6a0464a5310 [2022-04-07T19:15:54.537Z] ---> fb513b8c3642 [2022-04-07T19:15:54.537Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-07T19:15:54.798Z] Removing intermediate container 98791814f3a7 [2022-04-07T19:15:54.798Z] ---> c78fb1e7f739 [2022-04-07T19:15:54.798Z] Step 24/26 : LABEL arch=x86_64 [2022-04-07T19:15:54.798Z] Removing intermediate container d6a0464a5310 [2022-04-07T19:15:54.798Z] ---> 4f59c90b1469 [2022-04-07T19:15:54.798Z] Step 25/25 : LABEL version=0.0.0 [2022-04-07T19:15:54.798Z] ---> Running in 913bb6ebb200 [2022-04-07T19:15:54.798Z] ---> Running in f1733c07c04a [2022-04-07T19:15:54.798Z] ---> 21abb2af9533 [2022-04-07T19:15:54.798Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-07T19:15:54.798Z] Removing intermediate container 913bb6ebb200 [2022-04-07T19:15:54.798Z] ---> d150055dd566 [2022-04-07T19:15:54.798Z] Step 25/26 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:15:54.798Z] ---> Running in 15ecb5ed4ad6 [2022-04-07T19:15:55.114Z] Removing intermediate container f1733c07c04a [2022-04-07T19:15:55.114Z] ---> 6da081550a85 [2022-04-07T19:15:55.114Z] [2022-04-07T19:15:55.114Z] ---> Running in 770acf1df6e1 [2022-04-07T19:15:55.114Z] Removing intermediate container 15ecb5ed4ad6 [2022-04-07T19:15:55.114Z] ---> a4ba3f6bd38f [2022-04-07T19:15:55.114Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-07T19:15:55.114Z] ---> Running in 505dc781dbd2 [2022-04-07T19:15:55.114Z] Removing intermediate container 770acf1df6e1 [2022-04-07T19:15:55.114Z] ---> 503c2448a483 [2022-04-07T19:15:55.114Z] Step 26/26 : LABEL version=0.0.0 [2022-04-07T19:15:55.444Z] ---> Running in cd1d0b9a810a [2022-04-07T19:15:55.444Z] Removing intermediate container 505dc781dbd2 [2022-04-07T19:15:55.444Z] ---> b10a329699b6 [2022-04-07T19:15:55.444Z] Step 24/26 : LABEL arch=x86_64 [2022-04-07T19:15:55.444Z] ---> Running in 766eaf2ae869 [2022-04-07T19:15:55.444Z] Successfully built 6da081550a85 [2022-04-07T19:15:55.444Z] Successfully tagged security-spire-server:latest [2022-04-07T19:15:55.444Z]  Building security-spire-server ... done Removing intermediate container cd1d0b9a810a [2022-04-07T19:15:55.444Z] ---> bcfbc55f1552 [2022-04-07T19:15:55.444Z] [2022-04-07T19:15:55.444Z] Removing intermediate container 766eaf2ae869 [2022-04-07T19:15:55.444Z] ---> 1ad87b7269c4 [2022-04-07T19:15:55.444Z] Step 25/26 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:15:55.444Z] Successfully built bcfbc55f1552 [2022-04-07T19:15:55.444Z] Successfully tagged security-spire-config:latest [2022-04-07T19:15:55.444Z]  Building security-spire-config ... done  ---> Running in b421cfb73538 [2022-04-07T19:15:55.710Z] Removing intermediate container b421cfb73538 [2022-04-07T19:15:55.710Z] ---> ddc213e9e08f [2022-04-07T19:15:55.710Z] Step 26/26 : LABEL version=0.0.0 [2022-04-07T19:15:55.710Z] ---> Running in 01e1fbbc4112 [2022-04-07T19:15:55.710Z] Removing intermediate container 01e1fbbc4112 [2022-04-07T19:15:55.710Z] ---> 128f3d4105bb [2022-04-07T19:15:55.710Z] [2022-04-07T19:15:56.059Z] Successfully built 128f3d4105bb [2022-04-07T19:15:56.059Z] Successfully tagged security-spire-agent:latest [2022-04-07T19:15:56.065Z]  Building security-spire-agent ... done  [Pipeline] } [2022-04-07T19:15:56.106Z] $ docker stop --time=1 9bde47ba4dc76dae50bef973e725d28febb505cc8fb861f966d1bf161e4f4adb [2022-04-07T19:15:56.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.672s coverage: 82.5% of statements [2022-04-07T19:15:56.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-07T19:15:57.431Z] $ docker rm -f 9bde47ba4dc76dae50bef973e725d28febb505cc8fb861f966d1bf161e4f4adb [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-07T19:15:57.857Z] + docker images [2022-04-07T19:15:57.857Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-07T19:15:57.857Z] security-spire-config latest bcfbc55f1552 2 seconds ago 86.7MB [2022-04-07T19:15:57.857Z] security-spire-agent latest 128f3d4105bb 2 seconds ago 127MB [2022-04-07T19:15:57.857Z] security-spire-server latest 6da081550a85 3 seconds ago 87.3MB [2022-04-07T19:15:57.857Z] 3b5d5052f771 24 seconds ago 4.5GB [2022-04-07T19:15:57.857Z] 40b8c6252bbf 25 seconds ago 4.5GB [2022-04-07T19:15:57.857Z] 125e23d17b39 26 seconds ago 4.5GB [2022-04-07T19:15:57.857Z] core-command latest 8a76105193d6 About a minute ago 24.5MB [2022-04-07T19:15:57.857Z] 4a0ae52645f2 2 minutes ago 1.61GB [2022-04-07T19:15:57.857Z] core-metadata latest 2765e4bba4db 2 minutes ago 26.2MB [2022-04-07T19:15:57.857Z] support-scheduler latest 0d93be0a7e03 2 minutes ago 26MB [2022-04-07T19:15:57.857Z] e462a98a5673 2 minutes ago 1.62GB [2022-04-07T19:15:57.857Z] 935a5f202a11 2 minutes ago 1.62GB [2022-04-07T19:15:57.857Z] security-proxy-setup latest 011e2c4104ca 4 minutes ago 43.4MB [2022-04-07T19:15:57.857Z] support-notifications latest 5a4d4311a2fd 4 minutes ago 26.6MB [2022-04-07T19:15:57.857Z] 6dad433f7ba1 4 minutes ago 1.63GB [2022-04-07T19:15:57.857Z] a8fa5345f43f 4 minutes ago 1.62GB [2022-04-07T19:15:57.857Z] sys-mgmt-agent latest 001dfa01844b 5 minutes ago 307MB [2022-04-07T19:15:57.857Z] security-bootstrapper latest 191fc631b810 5 minutes ago 24.3MB [2022-04-07T19:15:57.858Z] security-spiffe-token-provider latest c0f82de071b4 5 minutes ago 28.5MB [2022-04-07T19:15:57.858Z] core-data latest 687f2db856d6 5 minutes ago 35.9MB [2022-04-07T19:15:57.858Z] security-secretstore-setup latest 7adcfb6af560 5 minutes ago 42.1MB [2022-04-07T19:15:57.858Z] 461220058bc9 5 minutes ago 1.62GB [2022-04-07T19:15:57.858Z] 80b314091887 5 minutes ago 1.65GB [2022-04-07T19:15:57.858Z] fae934d413a3 5 minutes ago 1.63GB [2022-04-07T19:15:57.858Z] 3397abd77817 5 minutes ago 1.61GB [2022-04-07T19:15:57.858Z] e92b473451ed 5 minutes ago 1.61GB [2022-04-07T19:15:57.858Z] ci-base-image-x86_64 latest 521a2af32397 9 minutes ago 896MB [2022-04-07T19:15:57.858Z] docker 20.10.14 7417809fdb73 2 days ago 218MB [2022-04-07T19:15:57.858Z] alpine 3.14 e04c818066af 2 days ago 5.59MB [2022-04-07T19:15:57.858Z] alpine 3.15 0ac33e5f5afa 2 days ago 5.57MB [2022-04-07T19:15:57.858Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB [2022-04-07T19:15:57.858Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-07T19:15:57.858Z] 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) [Pipeline] findFiles [Pipeline] node [2022-04-07T19:16:03.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.329s coverage: 92.9% of statements [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-07T19:16:03.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-07T19:16:03.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.221s coverage: 87.2% of statements [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-07T19:16:03.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.217s coverage: 100.0% of statements [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-07T19:16:03.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.308s coverage: 58.8% of statements [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-07T19:16:03.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.297s coverage: 80.0% of statements [2022-04-07T19:16:03.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.255s coverage: 87.2% of statements [2022-04-07T19:16:03.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.328s coverage: 85.4% of statements [2022-04-07T19:16:03.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.827s coverage: 91.2% of statements [2022-04-07T19:16:03.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-07T19:16:06.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.989s coverage: 64.4% of statements [2022-04-07T19:16:06.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-07T19:16:06.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-07T19:16:06.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.321s coverage: 100.0% of statements [2022-04-07T19:16:06.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.145s coverage: 89.4% of statements [2022-04-07T19:16:06.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.103s coverage: 100.0% of statements [2022-04-07T19:16:06.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements [2022-04-07T19:16:07.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2022-04-07T19:16:13.395Z] Still waiting to schedule task [2022-04-07T19:16:13.396Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2022-04-07T19:16:14.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.416s coverage: 65.4% of statements [2022-04-07T19:16:14.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-07T19:16:14.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-07T19:16:14.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-07T19:16:16.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.805s coverage: 43.8% of statements [2022-04-07T19:16:16.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-07T19:16:16.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-07T19:16:16.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.270s coverage: 89.5% of statements [2022-04-07T19:16:16.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-07T19:16:16.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.454s coverage: 84.8% of statements [2022-04-07T19:16:16.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-07T19:16:16.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-07T19:16:16.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-07T19:16:16.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-07T19:16:25.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.404s coverage: 17.7% of statements [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-07T19:16:25.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.707s coverage: 92.3% of statements [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-07T19:16:25.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.450s coverage: 63.2% of statements [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-07T19:16:25.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.471s coverage: 97.7% of statements [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-07T19:16:25.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.210s coverage: 28.9% of statements [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-07T19:16:25.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-07T19:16:25.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.193s coverage: 100.0% of statements [2022-04-07T19:16:25.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 96.9% of statements [2022-04-07T19:16:25.017Z] 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-07T19:16:25.017Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-07T19:16:25.017Z] GO111MODULE=on go vet ./... [2022-04-07T19:18:16.898Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-07T19:18:19.521Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-07T19:18:21.497Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-07T19:18:24.925Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-07T19:18:25.600Z] + ls -al . [2022-04-07T19:18:25.601Z] total 664 [2022-04-07T19:18:25.601Z] drwxrwxr-x 9 1001 1001 4096 Apr 7 19:18 . [2022-04-07T19:18:25.601Z] drwxr-xr-x 4 root root 4096 Apr 7 19:12 .. [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 11 Apr 7 19:10 .dockerignore [2022-04-07T19:18:25.601Z] drwxrwxr-x 8 1001 1001 4096 Apr 7 19:10 .git [2022-04-07T19:18:25.601Z] drwxrwxr-x 4 1001 1001 4096 Apr 7 19:10 .github [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 870 Apr 7 19:10 .gitignore [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 42 Apr 7 19:10 .golangci.yml [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 87 Apr 7 19:10 .hadolint.yml [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 166 Apr 7 19:10 .sonarcloud.properties [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 1171 Apr 7 19:10 ADOPTERS.md [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 9953 Apr 7 19:10 Attribution.txt [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 51732 Apr 7 19:10 CHANGELOG.md [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 3804 Apr 7 19:10 CONTRIBUTING.md [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 677 Apr 7 19:10 GOVERNANCE.md [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 849 Apr 7 19:10 Jenkinsfile [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 10775 Apr 7 19:10 LICENSE [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 8478 Apr 7 19:10 Makefile [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 582 Apr 7 19:10 OWNERS.md [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 8207 Apr 7 19:10 README.md [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 6912 Apr 7 19:10 SECURITY.md [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 5 Apr 7 19:06 VERSION [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 4131 Apr 7 19:10 ZMQWindows.md [2022-04-07T19:18:25.601Z] drwxrwxr-x 2 1001 1001 4096 Apr 7 19:10 bin [2022-04-07T19:18:25.601Z] drwxrwxr-x 18 1001 1001 4096 Apr 7 19:10 cmd [2022-04-07T19:18:25.601Z] -rw-r--r-- 1 root root 431014 Apr 7 19:16 coverage.out [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 3175 Apr 7 19:10 go.mod [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 34990 Apr 7 19:12 go.sum [2022-04-07T19:18:25.601Z] drwxrwxr-x 8 1001 1001 4096 Apr 7 19:10 internal [2022-04-07T19:18:25.601Z] drwxrwxr-x 3 1001 1001 4096 Apr 7 19:10 openapi [2022-04-07T19:18:25.601Z] drwxrwxr-x 4 1001 1001 4096 Apr 7 19:10 snap [2022-04-07T19:18:25.601Z] -rw-rw-r-- 1 1001 1001 204 Apr 7 19:10 version.go [Pipeline] sh [2022-04-07T19:18:26.289Z] + '[' -e coverage.out ] [2022-04-07T19:18:26.289Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-07T19:18:26.324Z] Warning: overwriting stash ‘coverage-report’ [2022-04-07T19:18:27.250Z] Stashed 1 file(s) [Pipeline] sh [2022-04-07T19:18:27.924Z] + make build [2022-04-07T19:18:27.924Z] CGO_ENABLED=1 GO111MODULE=on go build -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-07T19:20:49.883Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:22:26.812Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:22:30.223Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:22:38.520Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:22:39.506Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:22:46.264Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:22:53.022Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:22:59.765Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:23:08.078Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:23:13.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-07T19:23:18.939Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:23:31.392Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:23:35.750Z] $ docker stop --time=1 570e37754a8bbe2907d1e2ec2efa049ed5b01cc9c61c549a13cf741cfae7d361 [2022-04-07T19:23:37.869Z] $ docker rm -f 570e37754a8bbe2907d1e2ec2efa049ed5b01cc9c61c549a13cf741cfae7d361 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:23:40.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-07T19:23:40.582Z] [2022-04-07T19:23:40.582Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:23:40.973Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-07T19:23:41.248Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-07T19:23:41.248Z] 29e5d40040c1: Pulling fs layer [2022-04-07T19:23:41.248Z] 1ce36da41761: Pulling fs layer [2022-04-07T19:23:41.248Z] 25b303627fd3: Pulling fs layer [2022-04-07T19:23:41.248Z] 29e5d40040c1: Verifying Checksum [2022-04-07T19:23:41.248Z] 29e5d40040c1: Download complete [2022-04-07T19:23:41.537Z] 1ce36da41761: Verifying Checksum [2022-04-07T19:23:41.537Z] 1ce36da41761: Download complete [2022-04-07T19:23:41.814Z] 29e5d40040c1: Pull complete [2022-04-07T19:23:43.271Z] 25b303627fd3: Verifying Checksum [2022-04-07T19:23:43.271Z] 1ce36da41761: Pull complete [2022-04-07T19:23:55.687Z] 25b303627fd3: Pull complete [2022-04-07T19:23:55.687Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-07T19:23:55.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-07T19:23:55.687Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-07T19:23:56.018Z] prd-ubuntu20.04-docker-arm64-4c-16g-11453 does not seem to be running inside a container [2022-04-07T19:23:56.148Z] $ 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-07T19:23:58.896Z] $ docker top 28095bb53daa83f84c3e7b1304b79069aaba2315cc71e63c6b76768288a89af0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-07T19:23:59.986Z] + grep parallel [2022-04-07T19:23:59.986Z] + docker-compose build --help [2022-04-07T19:24:06.676Z] --parallel Build images in parallel. [Pipeline] } [2022-04-07T19:24:06.704Z] $ docker stop --time=1 28095bb53daa83f84c3e7b1304b79069aaba2315cc71e63c6b76768288a89af0 [2022-04-07T19:24:08.386Z] $ docker rm -f 28095bb53daa83f84c3e7b1304b79069aaba2315cc71e63c6b76768288a89af0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T19:24:09.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-07T19:24:09.147Z] . [Pipeline] withDockerContainer [2022-04-07T19:24:09.403Z] prd-ubuntu20.04-docker-arm64-4c-16g-11453 does not seem to be running inside a container [2022-04-07T19:24:09.488Z] $ 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-07T19:24:10.911Z] $ docker top 0b434a9c2f87dad4e7c67ecec30b05cdaf9453857de453221b4d2866f5a059a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-07T19:24:11.896Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-07T19:24:16.144Z] Running on prd-ubuntu18.04-docker-8c-8g-11496 in /w/workspace/edgexfoundry_edgex-go_PR-3949 [Pipeline] { [Pipeline] ws [2022-04-07T19:24:16.187Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-04-07T19:24:16.312Z] The recommended git tool is: git [2022-04-07T19:24:17.967Z] using credential edgex-jenkins-ssh [2022-04-07T19:24:17.978Z] Cloning the remote Git repository [2022-04-07T19:24:17.998Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-07T19:24:18.034Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-04-07T19:24:18.074Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-07T19:24:18.074Z] > git --version # timeout=10 [2022-04-07T19:24:18.081Z] > git --version # 'git version 2.17.1' [2022-04-07T19:24:18.081Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-07T19:24:18.103Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-07T19:24:18.589Z] Building core-command ... [2022-04-07T19:24:18.589Z] Building core-data ... [2022-04-07T19:24:18.589Z] Building core-metadata ... [2022-04-07T19:24:18.589Z] Building security-bootstrapper ... [2022-04-07T19:24:18.589Z] Building security-proxy-setup ... [2022-04-07T19:24:18.589Z] Building security-secretstore-setup ... [2022-04-07T19:24:18.589Z] Building security-spiffe-token-provider ... [2022-04-07T19:24:18.589Z] Building security-spire-agent ... [2022-04-07T19:24:18.589Z] Building security-spire-config ... [2022-04-07T19:24:18.589Z] Building security-spire-server ... [2022-04-07T19:24:18.589Z] Building support-notifications ... [2022-04-07T19:24:18.590Z] Building support-scheduler ... [2022-04-07T19:24:18.590Z] Building sys-mgmt-agent ... [2022-04-07T19:24:18.590Z] Building security-spire-config [2022-04-07T19:24:18.590Z] Building security-spire-server [2022-04-07T19:24:18.590Z] Building security-spiffe-token-provider [2022-04-07T19:24:18.590Z] Building security-secretstore-setup [2022-04-07T19:24:18.590Z] Building security-bootstrapper [2022-04-07T19:24:23.130Z] Merging remotes/origin/main commit 1a2a9fb2de28639559defb16ba24353df80d7431 into PR head commit a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:24:23.242Z] Merge succeeded, producing a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:24:23.242Z] Checking out Revision a7881c43d8d5be287348d5cac072628d4998ac5a (PR-3949) [2022-04-07T19:24:22.538Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-07T19:24:22.546Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-07T19:24:22.555Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-07T19:24:22.569Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-07T19:24:22.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-07T19:24:22.575Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3949/head:refs/remotes/origin/PR-3949 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-07T19:24:23.142Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T19:24:23.148Z] > git checkout -f a7881c43d8d5be287348d5cac072628d4998ac5a # timeout=10 [2022-04-07T19:24:23.213Z] > git remote # timeout=10 [2022-04-07T19:24:23.220Z] > git config --get remote.origin.url # timeout=10 [2022-04-07T19:24:23.226Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-07T19:24:23.230Z] > git merge 1a2a9fb2de28639559defb16ba24353df80d7431 # timeout=10 [2022-04-07T19:24:23.239Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-07T19:24:23.247Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T19:24:23.253Z] > git checkout -f a7881c43d8d5be287348d5cac072628d4998ac5a # timeout=10 [2022-04-07T19:24:26.805Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-04-07T19:24:26.832Z] > git --version # timeout=10 [2022-04-07T19:24:26.843Z] > git --version # 'git version 2.17.1' [2022-04-07T19:24:26.848Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-07T19:24:27.818Z] + echo snap-build.sh [2022-04-07T19:24:27.818Z] snap-build.sh [2022-04-07T19:24:27.818Z] + SNAP_BASE_DIR=. [2022-04-07T19:24:27.818Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2022-04-07T19:24:27.818Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2022-04-07T19:24:27.818Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2022-04-07T19:24:27.818Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2022-04-07T19:24:27.818Z] + cd /w/workspace/edgex-go/1 [2022-04-07T19:24:27.818Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-04-07T19:24:27.818Z] Reading package lists... [2022-04-07T19:24:27.818Z] Building dependency tree... [2022-04-07T19:24:27.818Z] Reading state information... [2022-04-07T19:24:27.818Z] The following packages were automatically installed and are no longer required: [2022-04-07T19:24:27.818Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-04-07T19:24:27.818Z] uidmap xdelta3 [2022-04-07T19:24:27.818Z] Use 'sudo apt autoremove' to remove them. [2022-04-07T19:24:27.818Z] The following packages will be REMOVED: [2022-04-07T19:24:27.818Z] lxd* lxd-client* [2022-04-07T19:24:27.818Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-04-07T19:24:28.080Z] After this operation, 31.7 MB disk space will be freed. [2022-04-07T19:24:28.610Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190666 files and directories currently installed.) [2022-04-07T19:24:28.611Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-04-07T19:24:29.555Z] Removing lxd dnsmasq configuration [2022-04-07T19:24:29.555Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-04-07T19:24:29.817Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-04-07T19:24:30.394Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-04-07T19:24:30.658Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190491 files and directories currently installed.) [2022-04-07T19:24:30.658Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-04-07T19:24:32.048Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-04-07T19:24:32.048Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-04-07T19:24:32.623Z] + sudo snap remove --purge lxd [2022-04-07T19:24:32.623Z] snap "lxd" is not installed [2022-04-07T19:24:32.623Z] + sudo groupadd --force --system lxd [2022-04-07T19:24:32.623Z] ++ whoami [2022-04-07T19:24:32.623Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-04-07T19:24:32.885Z] + newgrp - lxd [2022-04-07T19:24:32.885Z] + sudo snap install lxd [2022-04-07T19:24:42.897Z] 2022-04-07T19:24:39Z INFO Waiting for automatic snapd restart... [2022-04-07T19:24:55.144Z] lxd 5.0.0-c5bcb80 from Canonical* installed [2022-04-07T19:24:55.144Z] + sudo lxd init --auto [2022-04-07T19:25:05.156Z] + sudo snap install --classic snapcraft [2022-04-07T19:25:09.364Z] snapcraft 6.1 from Canonical* installed [2022-04-07T19:25:09.364Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-04-07T19:25:09.364Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-04-07T19:25:09.364Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-07T19:25:09.364Z] Dload Upload Total Spent Left Speed [2022-04-07T19:25:09.364Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 4910 0 --:--:-- --:--:-- --:--:-- 4910 [2022-04-07T19:25:09.364Z] 100 3325k 100 3325k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 10.3M [2022-04-07T19:25:09.364Z] ./yq_linux_amd64 [2022-04-07T19:25:09.364Z] + sudo snapcraft prime --use-lxd [2022-04-07T19:25:11.274Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-04-07T19:25:11.274Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2022-04-07T19:25:11.274Z] - README.md [2022-04-07T19:25:11.274Z] [2022-04-07T19:25:11.274Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-04-07T19:25:11.846Z] Launching a container. [2022-04-07T19:25:21.853Z] Waiting for container to be ready [2022-04-07T19:25:22.123Z] To start your first container, try: lxc launch ubuntu:20.04 [2022-04-07T19:25:22.123Z] Or for a virtual machine: lxc launch ubuntu:20.04 --vm [2022-04-07T19:25:22.123Z] [2022-04-07T19:25:27.478Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-04-07T19:25:28.048Z] Waiting for network to be ready... [2022-04-07T19:25:28.309Z] Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] [2022-04-07T19:25:28.309Z] Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] [2022-04-07T19:25:28.309Z] Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] [2022-04-07T19:25:28.572Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1384 kB] [2022-04-07T19:25:28.572Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [239 kB] [2022-04-07T19:25:28.572Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] [2022-04-07T19:25:28.572Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] [2022-04-07T19:25:28.572Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [859 kB] [2022-04-07T19:25:28.572Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [122 kB] [2022-04-07T19:25:28.572Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [696 kB] [2022-04-07T19:25:28.572Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [122 kB] [2022-04-07T19:25:28.572Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] [2022-04-07T19:25:28.572Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] [2022-04-07T19:25:28.572Z] Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] [2022-04-07T19:25:28.573Z] Get:15 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] [2022-04-07T19:25:28.573Z] Get:16 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] [2022-04-07T19:25:28.573Z] Get:17 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] [2022-04-07T19:25:28.573Z] Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] [2022-04-07T19:25:28.834Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] [2022-04-07T19:25:28.834Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1711 kB] [2022-04-07T19:25:28.834Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [320 kB] [2022-04-07T19:25:28.834Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.4 kB] [2022-04-07T19:25:28.834Z] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7336 B] [2022-04-07T19:25:28.834Z] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [917 kB] [2022-04-07T19:25:28.834Z] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [131 kB] [2022-04-07T19:25:28.834Z] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [916 kB] [2022-04-07T19:25:28.834Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [204 kB] [2022-04-07T19:25:32.142Z] Fetched 23.7 MB in 3s (7113 kB/s) [2022-04-07T19:25:32.142Z] Reading package lists... [2022-04-07T19:25:32.403Z] Reading package lists... [2022-04-07T19:25:32.665Z] Building dependency tree... [2022-04-07T19:25:32.665Z] Reading state information... [2022-04-07T19:25:32.665Z] The following additional packages will be installed: [2022-04-07T19:25:32.665Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-04-07T19:25:32.665Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-04-07T19:25:32.665Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-04-07T19:25:32.665Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-04-07T19:25:32.665Z] Suggested packages: [2022-04-07T19:25:32.665Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-04-07T19:25:32.665Z] Recommended packages: [2022-04-07T19:25:32.665Z] gnupg libsasl2-modules [2022-04-07T19:25:32.665Z] The following NEW packages will be installed: [2022-04-07T19:25:32.665Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-04-07T19:25:32.665Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-04-07T19:25:32.665Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-04-07T19:25:32.665Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-04-07T19:25:32.665Z] The following packages will be upgraded: [2022-04-07T19:25:32.665Z] gpg gpg-agent gpgconf libudev1 [2022-04-07T19:25:32.928Z] 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. [2022-04-07T19:25:32.928Z] Need to get 3859 kB of archives. [2022-04-07T19:25:32.928Z] After this operation, 14.9 MB of additional disk space will be used. [2022-04-07T19:25:32.928Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] [2022-04-07T19:25:32.928Z] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] [2022-04-07T19:25:33.189Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] [2022-04-07T19:25:33.454Z] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] [2022-04-07T19:25:33.454Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] [2022-04-07T19:25:33.713Z] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] [2022-04-07T19:25:33.713Z] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] [2022-04-07T19:25:33.713Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-04-07T19:25:33.713Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] [2022-04-07T19:25:33.713Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] [2022-04-07T19:25:33.713Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] [2022-04-07T19:25:33.713Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] [2022-04-07T19:25:33.713Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] [2022-04-07T19:25:33.713Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] [2022-04-07T19:25:33.713Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] [2022-04-07T19:25:33.713Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] [2022-04-07T19:25:33.713Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] [2022-04-07T19:25:33.713Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] [2022-04-07T19:25:33.713Z] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] [2022-04-07T19:25:33.713Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] [2022-04-07T19:25:33.713Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] [2022-04-07T19:25:33.973Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] [2022-04-07T19:25:33.973Z] debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T19:25:33.973Z] Fetched 3859 kB in 1s (3169 kB/s) [2022-04-07T19:25:33.973Z] (Reading database ... 12816 files and directories currently installed.) [2022-04-07T19:25:33.973Z] Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... [2022-04-07T19:25:34.233Z] Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-04-07T19:25:34.233Z] Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... [2022-04-07T19:25:34.233Z] Selecting previously unselected package udev. [2022-04-07T19:25:34.233Z] (Reading database ... 12816 files and directories currently installed.) [2022-04-07T19:25:34.233Z] Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... [2022-04-07T19:25:34.233Z] Unpacking udev (245.4-4ubuntu3.15) ... [2022-04-07T19:25:34.494Z] Selecting previously unselected package libfuse2:amd64. [2022-04-07T19:25:34.494Z] Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... [2022-04-07T19:25:34.494Z] Unpacking libfuse2:amd64 (2.9.9-3) ... [2022-04-07T19:25:34.494Z] Selecting previously unselected package fuse. [2022-04-07T19:25:34.494Z] Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... [2022-04-07T19:25:34.494Z] Unpacking fuse (2.9.9-3) ... [2022-04-07T19:25:34.494Z] Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... [2022-04-07T19:25:34.494Z] Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-04-07T19:25:34.756Z] Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... [2022-04-07T19:25:34.756Z] Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-04-07T19:25:34.756Z] Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... [2022-04-07T19:25:34.756Z] Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-04-07T19:25:34.756Z] Selecting previously unselected package libksba8:amd64. [2022-04-07T19:25:34.756Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-04-07T19:25:34.756Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-04-07T19:25:35.018Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-04-07T19:25:35.018Z] Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-07T19:25:35.018Z] Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:35.018Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-04-07T19:25:35.018Z] Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-07T19:25:35.018Z] Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:35.018Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-04-07T19:25:35.018Z] Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-07T19:25:35.018Z] Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:35.018Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-04-07T19:25:35.018Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-07T19:25:35.018Z] Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:35.018Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-04-07T19:25:35.018Z] Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-07T19:25:35.018Z] Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:35.279Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-04-07T19:25:35.279Z] Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-07T19:25:35.279Z] Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:35.279Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-04-07T19:25:35.279Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-07T19:25:35.279Z] Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:35.279Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-04-07T19:25:35.279Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-07T19:25:35.279Z] Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:35.279Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-04-07T19:25:35.279Z] Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-07T19:25:35.279Z] Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:35.279Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-04-07T19:25:35.279Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-04-07T19:25:35.279Z] Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-04-07T19:25:35.540Z] Selecting previously unselected package libsasl2-2:amd64. [2022-04-07T19:25:35.540Z] Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-04-07T19:25:35.540Z] Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-04-07T19:25:35.540Z] Selecting previously unselected package libldap-common. [2022-04-07T19:25:35.540Z] Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... [2022-04-07T19:25:35.540Z] Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-04-07T19:25:35.540Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-04-07T19:25:35.540Z] Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... [2022-04-07T19:25:35.540Z] Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-04-07T19:25:35.540Z] Selecting previously unselected package dirmngr. [2022-04-07T19:25:35.540Z] Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... [2022-04-07T19:25:35.540Z] Unpacking dirmngr (2.2.19-3ubuntu2.1) ... [2022-04-07T19:25:35.801Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-04-07T19:25:35.801Z] Setting up libfuse2:amd64 (2.9.9-3) ... [2022-04-07T19:25:35.801Z] Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-04-07T19:25:35.801Z] Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-04-07T19:25:35.801Z] Setting up udev (245.4-4ubuntu3.15) ... [2022-04-07T19:25:36.375Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-04-07T19:25:36.375Z] Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-04-07T19:25:36.375Z] Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:36.375Z] Setting up gpgconf (2.2.19-3ubuntu2.1) ... [2022-04-07T19:25:36.375Z] Setting up gpg (2.2.19-3ubuntu2.1) ... [2022-04-07T19:25:36.375Z] Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:36.375Z] Setting up fuse (2.9.9-3) ... [2022-04-07T19:25:36.375Z] Setting up gpg-agent (2.2.19-3ubuntu2.1) ... [2022-04-07T19:25:36.956Z] Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:36.956Z] Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:36.956Z] Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:36.956Z] Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:36.956Z] Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:36.956Z] Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:36.956Z] Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-07T19:25:36.956Z] Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-04-07T19:25:36.956Z] Setting up dirmngr (2.2.19-3ubuntu2.1) ... [2022-04-07T19:25:37.221Z] Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. [2022-04-07T19:25:37.221Z] Processing triggers for systemd (245.4-4ubuntu3) ... [2022-04-07T19:25:37.221Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-04-07T19:25:37.792Z] The unit files have no installation config (WantedBy=, RequiredBy=, Also=, [2022-04-07T19:25:37.792Z] Alias= settings in the [Install] section, and DefaultInstance= for template [2022-04-07T19:25:37.792Z] units). This means they are not meant to be enabled using systemctl. [2022-04-07T19:25:37.792Z] [2022-04-07T19:25:37.792Z] Possible reasons for having this kind of units are: [2022-04-07T19:25:37.792Z] • A unit may be statically enabled by being symlinked from another unit's [2022-04-07T19:25:37.792Z] .wants/ or .requires/ directory. [2022-04-07T19:25:37.792Z] • A unit's purpose may be to act as a helper for some other unit which has [2022-04-07T19:25:37.792Z] a requirement dependency on it. [2022-04-07T19:25:37.792Z] • A unit may be started when needed via activation (socket, path, timer, [2022-04-07T19:25:37.792Z] D-Bus, udev, scripted systemctl call, ...). [2022-04-07T19:25:37.792Z] • In case of template units, the unit is meant to be enabled with some [2022-04-07T19:25:37.792Z] instance name specified. [2022-04-07T19:25:38.055Z] Reading package lists... [2022-04-07T19:25:38.316Z] Building dependency tree... [2022-04-07T19:25:38.316Z] Reading state information... [2022-04-07T19:25:38.316Z] The following additional packages will be installed: [2022-04-07T19:25:38.316Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-04-07T19:25:38.316Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-04-07T19:25:38.316Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-04-07T19:25:38.316Z] libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support [2022-04-07T19:25:38.316Z] openssh-client python3 python3-minimal python3.8 python3.8-minimal [2022-04-07T19:25:38.316Z] squashfs-tools systemd systemd-sysv systemd-timesyncd [2022-04-07T19:25:38.316Z] Suggested packages: [2022-04-07T19:25:38.316Z] apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain [2022-04-07T19:25:38.316Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-04-07T19:25:38.316Z] python3.8-venv python3.8-doc binfmt-support zenity | kdialog [2022-04-07T19:25:38.316Z] systemd-container policykit-1 [2022-04-07T19:25:38.316Z] Recommended packages: [2022-04-07T19:25:38.316Z] krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd [2022-04-07T19:25:38.579Z] The following NEW packages will be installed: [2022-04-07T19:25:38.579Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-04-07T19:25:38.579Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-04-07T19:25:38.579Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-04-07T19:25:38.579Z] libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 [2022-04-07T19:25:38.579Z] python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo [2022-04-07T19:25:38.579Z] The following packages will be upgraded: [2022-04-07T19:25:38.579Z] libsystemd0 systemd systemd-sysv systemd-timesyncd [2022-04-07T19:25:38.579Z] 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. [2022-04-07T19:25:38.579Z] Need to get 46.5 MB of archives. [2022-04-07T19:25:38.579Z] After this operation, 181 MB of additional disk space will be used. [2022-04-07T19:25:38.579Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] [2022-04-07T19:25:38.579Z] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] [2022-04-07T19:25:38.579Z] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] [2022-04-07T19:25:38.579Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] [2022-04-07T19:25:38.579Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] [2022-04-07T19:25:38.579Z] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] [2022-04-07T19:25:38.579Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] [2022-04-07T19:25:38.579Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] [2022-04-07T19:25:38.579Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] [2022-04-07T19:25:38.579Z] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] [2022-04-07T19:25:38.579Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] [2022-04-07T19:25:38.579Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] [2022-04-07T19:25:38.579Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] [2022-04-07T19:25:38.579Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] [2022-04-07T19:25:38.579Z] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] [2022-04-07T19:25:38.579Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] [2022-04-07T19:25:38.842Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] [2022-04-07T19:25:38.842Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [717 kB] [2022-04-07T19:25:38.842Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB] [2022-04-07T19:25:38.842Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [1899 kB] [2022-04-07T19:25:38.842Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.4 [1675 kB] [2022-04-07T19:25:38.842Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.4 [387 kB] [2022-04-07T19:25:38.842Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] [2022-04-07T19:25:38.842Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] [2022-04-07T19:25:38.842Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] [2022-04-07T19:25:38.842Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] [2022-04-07T19:25:38.842Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] [2022-04-07T19:25:38.842Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] [2022-04-07T19:25:38.842Z] Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] [2022-04-07T19:25:38.842Z] Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] [2022-04-07T19:25:38.842Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] [2022-04-07T19:25:38.842Z] Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] [2022-04-07T19:25:38.842Z] Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 snapd amd64 2.54.3+20.04.1ubuntu0.2 [34.3 MB] [2022-04-07T19:25:39.103Z] debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T19:25:39.365Z] Fetched 46.5 MB in 1s (75.5 MB/s) [2022-04-07T19:25:39.365Z] (Reading database ... 13067 files and directories currently installed.) [2022-04-07T19:25:39.365Z] Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... [2022-04-07T19:25:39.365Z] Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-04-07T19:25:39.365Z] Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... [2022-04-07T19:25:39.365Z] Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-04-07T19:25:39.627Z] Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-04-07T19:25:39.627Z] Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-04-07T19:25:40.202Z] Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... [2022-04-07T19:25:40.202Z] Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-04-07T19:25:40.202Z] Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... [2022-04-07T19:25:40.202Z] Selecting previously unselected package libpython3.8-minimal:amd64. [2022-04-07T19:25:40.202Z] (Reading database ... 13068 files and directories currently installed.) [2022-04-07T19:25:40.202Z] Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-04-07T19:25:40.202Z] Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-07T19:25:40.463Z] Selecting previously unselected package libexpat1:amd64. [2022-04-07T19:25:40.463Z] Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ... [2022-04-07T19:25:40.463Z] Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-04-07T19:25:40.463Z] Selecting previously unselected package python3.8-minimal. [2022-04-07T19:25:40.463Z] Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-04-07T19:25:40.463Z] Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... [2022-04-07T19:25:40.724Z] Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-07T19:25:40.724Z] Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-04-07T19:25:40.724Z] Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... [2022-04-07T19:25:41.297Z] Selecting previously unselected package python3-minimal. [2022-04-07T19:25:41.297Z] (Reading database ... 13359 files and directories currently installed.) [2022-04-07T19:25:41.297Z] Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... [2022-04-07T19:25:41.297Z] Unpacking python3-minimal (3.8.2-0ubuntu2) ... [2022-04-07T19:25:41.297Z] Selecting previously unselected package mime-support. [2022-04-07T19:25:41.297Z] Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... [2022-04-07T19:25:41.297Z] Unpacking mime-support (3.64ubuntu1) ... [2022-04-07T19:25:41.297Z] Selecting previously unselected package libmpdec2:amd64. [2022-04-07T19:25:41.297Z] Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... [2022-04-07T19:25:41.297Z] Unpacking libmpdec2:amd64 (2.4.2-3) ... [2022-04-07T19:25:41.558Z] Selecting previously unselected package libpython3.8-stdlib:amd64. [2022-04-07T19:25:41.558Z] Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-04-07T19:25:41.558Z] Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-07T19:25:41.820Z] Selecting previously unselected package python3.8. [2022-04-07T19:25:41.820Z] Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-04-07T19:25:41.820Z] Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-07T19:25:41.820Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-04-07T19:25:41.820Z] Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... [2022-04-07T19:25:41.820Z] Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-04-07T19:25:41.820Z] Setting up python3-minimal (3.8.2-0ubuntu2) ... [2022-04-07T19:25:42.084Z] Selecting previously unselected package python3. [2022-04-07T19:25:42.084Z] (Reading database ... 13761 files and directories currently installed.) [2022-04-07T19:25:42.084Z] Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... [2022-04-07T19:25:42.084Z] Unpacking python3 (3.8.2-0ubuntu2) ... [2022-04-07T19:25:42.084Z] Selecting previously unselected package libdbus-1-3:amd64. [2022-04-07T19:25:42.084Z] Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... [2022-04-07T19:25:42.084Z] Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-04-07T19:25:42.084Z] Selecting previously unselected package dbus. [2022-04-07T19:25:42.084Z] Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... [2022-04-07T19:25:42.084Z] Unpacking dbus (1.12.16-2ubuntu2.1) ... [2022-04-07T19:25:42.346Z] Selecting previously unselected package libbsd0:amd64. [2022-04-07T19:25:42.346Z] Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... [2022-04-07T19:25:42.346Z] Unpacking libbsd0:amd64 (0.10.0-1) ... [2022-04-07T19:25:42.346Z] Selecting previously unselected package libpam-systemd:amd64. [2022-04-07T19:25:42.346Z] Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-04-07T19:25:42.346Z] Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-04-07T19:25:42.346Z] Selecting previously unselected package sudo. [2022-04-07T19:25:42.346Z] Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... [2022-04-07T19:25:42.346Z] Unpacking sudo (1.8.31-1ubuntu1.2) ... [2022-04-07T19:25:42.346Z] Selecting previously unselected package apparmor. [2022-04-07T19:25:42.346Z] Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... [2022-04-07T19:25:42.606Z] Unpacking apparmor (2.13.3-7ubuntu5.1) ... [2022-04-07T19:25:42.606Z] Selecting previously unselected package libcbor0.6:amd64. [2022-04-07T19:25:42.606Z] Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... [2022-04-07T19:25:42.606Z] Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-04-07T19:25:42.606Z] Selecting previously unselected package libedit2:amd64. [2022-04-07T19:25:42.606Z] Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... [2022-04-07T19:25:42.606Z] Unpacking libedit2:amd64 (3.1-20191231-1) ... [2022-04-07T19:25:42.606Z] Selecting previously unselected package libfido2-1:amd64. [2022-04-07T19:25:42.606Z] Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... [2022-04-07T19:25:42.606Z] Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-04-07T19:25:42.867Z] Selecting previously unselected package libkrb5support0:amd64. [2022-04-07T19:25:42.867Z] Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... [2022-04-07T19:25:42.867Z] Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:25:42.867Z] Selecting previously unselected package libk5crypto3:amd64. [2022-04-07T19:25:42.867Z] Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... [2022-04-07T19:25:42.867Z] Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:25:42.867Z] Selecting previously unselected package libkeyutils1:amd64. [2022-04-07T19:25:42.867Z] Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... [2022-04-07T19:25:42.867Z] Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-04-07T19:25:42.867Z] Selecting previously unselected package libkrb5-3:amd64. [2022-04-07T19:25:42.867Z] Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... [2022-04-07T19:25:42.867Z] Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:25:42.867Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-04-07T19:25:42.867Z] Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... [2022-04-07T19:25:42.867Z] Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:25:43.128Z] Selecting previously unselected package openssh-client. [2022-04-07T19:25:43.128Z] Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... [2022-04-07T19:25:43.128Z] Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-04-07T19:25:43.128Z] Selecting previously unselected package dbus-user-session. [2022-04-07T19:25:43.128Z] Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... [2022-04-07T19:25:43.128Z] Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-04-07T19:25:43.128Z] Selecting previously unselected package liblzo2-2:amd64. [2022-04-07T19:25:43.390Z] Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... [2022-04-07T19:25:43.390Z] Unpacking liblzo2-2:amd64 (2.10-2) ... [2022-04-07T19:25:43.390Z] Selecting previously unselected package squashfs-tools. [2022-04-07T19:25:43.390Z] Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... [2022-04-07T19:25:43.390Z] Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-04-07T19:25:43.390Z] Selecting previously unselected package snapd. [2022-04-07T19:25:43.390Z] Preparing to unpack .../19-snapd_2.54.3+20.04.1ubuntu0.2_amd64.deb ... [2022-04-07T19:25:43.390Z] Unpacking snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-04-07T19:25:46.695Z] Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-04-07T19:25:46.695Z] Setting up mime-support (3.64ubuntu1) ... [2022-04-07T19:25:46.695Z] Setting up liblzo2-2:amd64 (2.10-2) ... [2022-04-07T19:25:46.695Z] Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-04-07T19:25:46.695Z] Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:25:46.695Z] Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-04-07T19:25:46.695Z] Setting up dbus (1.12.16-2ubuntu2.1) ... [2022-04-07T19:25:46.695Z] Setting up sudo (1.8.31-1ubuntu1.2) ... [2022-04-07T19:25:46.695Z] Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:25:46.695Z] Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:25:46.695Z] Setting up libmpdec2:amd64 (2.4.2-3) ... [2022-04-07T19:25:46.695Z] Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-07T19:25:46.695Z] Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-04-07T19:25:46.695Z] Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-07T19:25:47.267Z] Setting up libbsd0:amd64 (0.10.0-1) ... [2022-04-07T19:25:47.267Z] Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-04-07T19:25:47.267Z] Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-04-07T19:25:47.267Z] Setting up libedit2:amd64 (3.1-20191231-1) ... [2022-04-07T19:25:47.267Z] Setting up python3 (3.8.2-0ubuntu2) ... [2022-04-07T19:25:47.532Z] running python rtupdate hooks for python3.8... [2022-04-07T19:25:47.532Z] running python post-rtupdate hooks for python3.8... [2022-04-07T19:25:47.532Z] Setting up apparmor (2.13.3-7ubuntu5.1) ... [2022-04-07T19:25:48.473Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-04-07T19:25:48.473Z] Reloading AppArmor profiles [2022-04-07T19:25:48.741Z] Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:25:48.741Z] Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-04-07T19:25:48.741Z] Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... [2022-04-07T19:25:49.003Z] /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' [2022-04-07T19:25:49.003Z] Setting up systemd (245.4-4ubuntu3.15) ... [2022-04-07T19:25:49.003Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-04-07T19:25:49.003Z] Installing new version of config file /etc/systemd/resolved.conf ... [2022-04-07T19:25:50.924Z] Setting up systemd-sysv (245.4-4ubuntu3.15) ... [2022-04-07T19:25:50.924Z] Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-04-07T19:25:50.924Z] Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-04-07T19:25:50.924Z] Setting up snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-04-07T19:25:51.186Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-04-07T19:25:51.447Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-04-07T19:25:51.447Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-04-07T19:25:51.707Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-04-07T19:25:51.969Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-04-07T19:25:51.969Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-04-07T19:25:52.228Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-04-07T19:25:52.490Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-04-07T19:25:52.759Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-04-07T19:25:53.020Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-04-07T19:25:53.282Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2022-04-07T19:25:53.282Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-04-07T19:25:53.853Z] Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease [2022-04-07T19:25:53.853Z] Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-04-07T19:25:54.115Z] Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-04-07T19:25:54.949Z] Reading package lists... [2022-04-07T19:25:55.209Z] Reading package lists... [2022-04-07T19:25:55.210Z] Building dependency tree... [2022-04-07T19:25:55.210Z] Reading state information... [2022-04-07T19:25:55.472Z] Calculating upgrade... [2022-04-07T19:25:55.472Z] The following packages will be upgraded: [2022-04-07T19:25:55.472Z] apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu [2022-04-07T19:25:55.472Z] bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 [2022-04-07T19:25:55.472Z] gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils [2022-04-07T19:25:55.472Z] libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 [2022-04-07T19:25:55.472Z] libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 [2022-04-07T19:25:55.472Z] libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 [2022-04-07T19:25:55.472Z] liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin [2022-04-07T19:25:55.472Z] libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 [2022-04-07T19:25:55.472Z] libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 [2022-04-07T19:25:55.472Z] libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl [2022-04-07T19:25:55.472Z] perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux [2022-04-07T19:25:55.472Z] xz-utils zlib1g [2022-04-07T19:25:55.733Z] 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-04-07T19:25:55.733Z] Need to get 65.7 MB of archives. [2022-04-07T19:25:55.733Z] After this operation, 27.6 MB of additional disk space will be used. [2022-04-07T19:25:55.733Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB] [2022-04-07T19:25:55.733Z] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.5 [60.5 kB] [2022-04-07T19:25:55.733Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB] [2022-04-07T19:25:55.733Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-107.121 [1115 kB] [2022-04-07T19:25:55.733Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] [2022-04-07T19:25:55.733Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] [2022-04-07T19:25:55.733Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] [2022-04-07T19:25:55.733Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] [2022-04-07T19:25:55.733Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] [2022-04-07T19:25:55.733Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] [2022-04-07T19:25:55.733Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] [2022-04-07T19:25:55.733Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] [2022-04-07T19:25:55.733Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] [2022-04-07T19:25:55.733Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] [2022-04-07T19:25:55.995Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] [2022-04-07T19:25:55.995Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6 amd64 2.31-0ubuntu9.7 [2714 kB] [2022-04-07T19:25:55.995Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] [2022-04-07T19:25:55.995Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] [2022-04-07T19:25:55.995Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] [2022-04-07T19:25:55.995Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] [2022-04-07T19:25:55.995Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] [2022-04-07T19:25:55.995Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.3 [53.8 kB] [2022-04-07T19:25:55.995Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] [2022-04-07T19:25:55.995Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] [2022-04-07T19:25:55.995Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] [2022-04-07T19:25:55.995Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] [2022-04-07T19:25:55.995Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] [2022-04-07T19:25:55.995Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] [2022-04-07T19:25:55.995Z] Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] [2022-04-07T19:25:55.995Z] Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] [2022-04-07T19:25:55.995Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-bin amd64 2.31-0ubuntu9.7 [636 kB] [2022-04-07T19:25:55.995Z] Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] [2022-04-07T19:25:55.995Z] Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] [2022-04-07T19:25:55.995Z] Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] [2022-04-07T19:25:55.995Z] Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] [2022-04-07T19:25:55.995Z] Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] [2022-04-07T19:25:55.995Z] Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] [2022-04-07T19:25:55.995Z] Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] [2022-04-07T19:25:55.995Z] Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] [2022-04-07T19:25:55.995Z] Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] [2022-04-07T19:25:55.995Z] Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] [2022-04-07T19:25:55.995Z] Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB] [2022-04-07T19:25:55.995Z] Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] [2022-04-07T19:25:55.995Z] Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] [2022-04-07T19:25:55.995Z] Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] [2022-04-07T19:25:55.995Z] Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] [2022-04-07T19:25:55.995Z] Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] [2022-04-07T19:25:55.995Z] Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2022a-0ubuntu0.20.04 [294 kB] [2022-04-07T19:25:55.995Z] Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] [2022-04-07T19:25:55.995Z] Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] [2022-04-07T19:25:55.995Z] Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] [2022-04-07T19:25:56.256Z] Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] [2022-04-07T19:25:56.256Z] Get:53 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] [2022-04-07T19:25:56.256Z] Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] [2022-04-07T19:25:56.256Z] Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB] [2022-04-07T19:25:56.256Z] Get:56 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB] [2022-04-07T19:25:56.256Z] Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB] [2022-04-07T19:25:56.256Z] Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB] [2022-04-07T19:25:56.256Z] Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB] [2022-04-07T19:25:56.256Z] Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB] [2022-04-07T19:25:56.256Z] Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] [2022-04-07T19:25:56.517Z] Get:62 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB] [2022-04-07T19:25:56.517Z] Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] [2022-04-07T19:25:56.517Z] Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] [2022-04-07T19:25:56.517Z] Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] [2022-04-07T19:25:56.517Z] Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] [2022-04-07T19:25:56.517Z] Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] [2022-04-07T19:25:56.517Z] Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] [2022-04-07T19:25:56.517Z] Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] [2022-04-07T19:25:56.517Z] Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] [2022-04-07T19:25:56.517Z] Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] [2022-04-07T19:25:56.517Z] Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] [2022-04-07T19:25:56.517Z] Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] [2022-04-07T19:25:56.780Z] Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] [2022-04-07T19:25:56.780Z] Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] [2022-04-07T19:25:56.780Z] Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] [2022-04-07T19:25:56.780Z] Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] [2022-04-07T19:25:57.041Z] debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T19:25:57.041Z] Fetched 65.7 MB in 1s (55.4 MB/s) [2022-04-07T19:25:57.041Z] (Reading database ... 14313 files and directories currently installed.) [2022-04-07T19:25:57.041Z] Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.7_amd64.deb ... [2022-04-07T19:25:57.302Z] Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-04-07T19:25:57.563Z] Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-04-07T19:25:57.563Z] Unpacking libc-dev-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-04-07T19:25:57.563Z] Preparing to unpack .../2-linux-libc-dev_5.4.0-107.121_amd64.deb ... [2022-04-07T19:25:57.563Z] Unpacking linux-libc-dev:amd64 (5.4.0-107.121) over (5.4.0-26.30) ... [2022-04-07T19:25:57.823Z] Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-07T19:25:57.823Z] Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-07T19:25:58.082Z] Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-07T19:25:58.082Z] Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-07T19:25:58.342Z] Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-07T19:25:58.342Z] Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-07T19:25:58.342Z] Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-07T19:25:58.342Z] Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-07T19:25:58.603Z] Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-07T19:25:58.603Z] Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-07T19:25:58.603Z] Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-07T19:25:58.603Z] Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-07T19:25:58.603Z] Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-07T19:25:58.603Z] Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-07T19:25:58.603Z] Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-07T19:25:58.864Z] (Reading database ... 14312 files and directories currently installed.) [2022-04-07T19:25:58.864Z] Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-07T19:25:58.864Z] Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-07T19:25:58.864Z] Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-07T19:25:58.864Z] (Reading database ... 14312 files and directories currently installed.) [2022-04-07T19:25:58.864Z] Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-07T19:25:58.864Z] Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-07T19:25:58.864Z] Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-07T19:25:58.864Z] Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-07T19:25:59.125Z] Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-07T19:25:59.125Z] Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-07T19:25:59.125Z] Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-07T19:25:59.125Z] (Reading database ... 14312 files and directories currently installed.) [2022-04-07T19:25:59.125Z] Preparing to unpack .../libc6_2.31-0ubuntu9.7_amd64.deb ... [2022-04-07T19:25:59.387Z] Unpacking libc6:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-04-07T19:25:59.648Z] Setting up libc6:amd64 (2.31-0ubuntu9.7) ... [2022-04-07T19:25:59.913Z] (Reading database ... 14312 files and directories currently installed.) [2022-04-07T19:25:59.913Z] Preparing to unpack .../base-files_11ubuntu5.5_amd64.deb ... [2022-04-07T19:25:59.913Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-04-07T19:25:59.913Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-04-07T19:25:59.913Z] Unpacking base-files (11ubuntu5.5) over (11ubuntu5) ... [2022-04-07T19:26:00.172Z] Setting up base-files (11ubuntu5.5) ... [2022-04-07T19:26:00.172Z] Installing new version of config file /etc/issue ... [2022-04-07T19:26:00.172Z] Installing new version of config file /etc/issue.net ... [2022-04-07T19:26:00.172Z] Installing new version of config file /etc/lsb-release ... [2022-04-07T19:26:00.172Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-04-07T19:26:00.433Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-04-07T19:26:00.696Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-04-07T19:26:00.696Z] Removing obsolete conffile /etc/default/motd-news ... [2022-04-07T19:26:00.696Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:00.696Z] Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... [2022-04-07T19:26:00.696Z] Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... [2022-04-07T19:26:00.957Z] Setting up bash (5.0-6ubuntu1.1) ... [2022-04-07T19:26:00.957Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2022-04-07T19:26:00.957Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:00.957Z] Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-07T19:26:00.957Z] Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... [2022-04-07T19:26:00.957Z] Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... [2022-04-07T19:26:01.217Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:01.217Z] Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-04-07T19:26:01.217Z] Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-04-07T19:26:01.217Z] Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... [2022-04-07T19:26:01.477Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:01.477Z] Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... [2022-04-07T19:26:01.477Z] Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-04-07T19:26:02.048Z] Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... [2022-04-07T19:26:02.048Z] Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-04-07T19:26:02.317Z] Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... [2022-04-07T19:26:02.317Z] Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-04-07T19:26:02.578Z] Setting up perl-base (5.30.0-9ubuntu0.2) ... [2022-04-07T19:26:02.578Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:02.578Z] Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... [2022-04-07T19:26:02.578Z] Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-04-07T19:26:03.149Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.3_amd64.deb ... [2022-04-07T19:26:03.149Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) over (1:1.2.11.dfsg-2ubuntu1) ... [2022-04-07T19:26:03.149Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) ... [2022-04-07T19:26:03.149Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:03.149Z] Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... [2022-04-07T19:26:03.149Z] Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7) ... [2022-04-07T19:26:03.149Z] Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... [2022-04-07T19:26:03.410Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:03.410Z] Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-07T19:26:03.410Z] Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-07T19:26:03.410Z] Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-04-07T19:26:03.410Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:03.410Z] Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-07T19:26:03.410Z] Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-07T19:26:03.410Z] Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-04-07T19:26:03.410Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:03.410Z] Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-07T19:26:03.410Z] Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-07T19:26:03.682Z] Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-07T19:26:03.682Z] Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-07T19:26:03.682Z] Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... [2022-04-07T19:26:03.682Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:03.682Z] Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-07T19:26:03.682Z] Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-07T19:26:03.941Z] Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... [2022-04-07T19:26:03.941Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:03.941Z] Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-07T19:26:03.941Z] Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-07T19:26:03.941Z] Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-07T19:26:03.941Z] Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-07T19:26:04.513Z] Setting up util-linux (2.34-0.1ubuntu9.3) ... [2022-04-07T19:26:04.773Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-04-07T19:26:05.032Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-04-07T19:26:05.032Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:05.032Z] Preparing to unpack .../libc-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-04-07T19:26:05.032Z] Unpacking libc-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-04-07T19:26:05.294Z] Setting up libc-bin (2.31-0ubuntu9.7) ... [2022-04-07T19:26:05.294Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:05.294Z] Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... [2022-04-07T19:26:05.294Z] Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... [2022-04-07T19:26:05.560Z] Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... [2022-04-07T19:26:05.560Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:05.560Z] Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... [2022-04-07T19:26:05.560Z] Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... [2022-04-07T19:26:05.560Z] Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... [2022-04-07T19:26:05.560Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:05.560Z] Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... [2022-04-07T19:26:05.560Z] Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-04-07T19:26:05.823Z] Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... [2022-04-07T19:26:05.823Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:05.823Z] Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... [2022-04-07T19:26:05.823Z] Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... [2022-04-07T19:26:05.823Z] Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... [2022-04-07T19:26:05.823Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:05.823Z] Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... [2022-04-07T19:26:05.823Z] Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... [2022-04-07T19:26:06.084Z] Setting up libapt-pkg6.0:amd64 (2.0.6) ... [2022-04-07T19:26:06.084Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:06.084Z] Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... [2022-04-07T19:26:06.084Z] Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-04-07T19:26:06.084Z] Setting up gpgv (2.2.19-3ubuntu2.1) ... [2022-04-07T19:26:06.344Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:06.344Z] Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... [2022-04-07T19:26:06.344Z] Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... [2022-04-07T19:26:06.344Z] Setting up ubuntu-keyring (2020.02.11.4) ... [2022-04-07T19:26:06.344Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:06.344Z] Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-04-07T19:26:06.344Z] Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-04-07T19:26:06.344Z] Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-04-07T19:26:06.344Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:06.344Z] Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-04-07T19:26:06.604Z] Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-04-07T19:26:06.604Z] Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-04-07T19:26:06.604Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:06.604Z] Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... [2022-04-07T19:26:06.604Z] Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... [2022-04-07T19:26:06.604Z] Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... [2022-04-07T19:26:06.866Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:06.866Z] Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... [2022-04-07T19:26:06.866Z] Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... [2022-04-07T19:26:06.866Z] Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... [2022-04-07T19:26:06.866Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:06.866Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... [2022-04-07T19:26:06.866Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... [2022-04-07T19:26:06.866Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... [2022-04-07T19:26:07.128Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:07.128Z] Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... [2022-04-07T19:26:07.128Z] Unpacking apt (2.0.6) over (2.0.2) ... [2022-04-07T19:26:07.701Z] Setting up apt (2.0.6) ... [2022-04-07T19:26:07.962Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-04-07T19:26:07.962Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:07.962Z] Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... [2022-04-07T19:26:07.962Z] Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-04-07T19:26:08.223Z] Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... [2022-04-07T19:26:08.223Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-07T19:26:08.223Z] Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... [2022-04-07T19:26:08.223Z] Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-04-07T19:26:08.223Z] Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... [2022-04-07T19:26:08.485Z] (Reading database ... 14313 files and directories currently installed.) [2022-04-07T19:26:08.485Z] Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... [2022-04-07T19:26:08.485Z] Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-04-07T19:26:08.485Z] Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... [2022-04-07T19:26:08.745Z] (Reading database ... 14317 files and directories currently installed.) [2022-04-07T19:26:08.745Z] Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-07T19:26:08.745Z] Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-07T19:26:08.745Z] Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... [2022-04-07T19:26:08.745Z] Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-04-07T19:26:08.745Z] Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... [2022-04-07T19:26:09.006Z] (Reading database ... 14317 files and directories currently installed.) [2022-04-07T19:26:09.006Z] Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-04-07T19:26:09.006Z] Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-04-07T19:26:09.267Z] Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... [2022-04-07T19:26:09.267Z] (Reading database ... 14317 files and directories currently installed.) [2022-04-07T19:26:09.267Z] Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-04-07T19:26:09.267Z] Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-04-07T19:26:09.525Z] Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-04-07T19:26:09.525Z] Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-04-07T19:26:09.525Z] Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-04-07T19:26:09.525Z] Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-04-07T19:26:09.785Z] Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-04-07T19:26:09.785Z] Unpacking openssl (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-04-07T19:26:09.785Z] Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... [2022-04-07T19:26:09.785Z] Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... [2022-04-07T19:26:10.046Z] Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... [2022-04-07T19:26:10.046Z] Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... [2022-04-07T19:26:10.046Z] Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... [2022-04-07T19:26:10.046Z] Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... [2022-04-07T19:26:10.046Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... [2022-04-07T19:26:10.046Z] Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ... [2022-04-07T19:26:10.307Z] Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... [2022-04-07T19:26:10.307Z] Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... [2022-04-07T19:26:10.307Z] Preparing to unpack .../09-tzdata_2022a-0ubuntu0.20.04_all.deb ... [2022-04-07T19:26:10.307Z] Unpacking tzdata (2022a-0ubuntu0.20.04) over (2019c-3ubuntu1) ... [2022-04-07T19:26:10.409Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:26:10.409Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:26:10.409Z] ---> 47f75f7ae24e [2022-04-07T19:26:10.409Z] Step 3/31 : WORKDIR /edgex-go [2022-04-07T19:26:10.409Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:26:10.409Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:26:10.409Z] ---> 47f75f7ae24e [2022-04-07T19:26:10.409Z] Step 3/26 : WORKDIR /edgex-go [2022-04-07T19:26:10.409Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:26:10.409Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:26:10.409Z] ---> 47f75f7ae24e [2022-04-07T19:26:10.409Z] Step 3/25 : WORKDIR /edgex-go [2022-04-07T19:26:10.409Z] ---> Running in eee342fe056d [2022-04-07T19:26:10.409Z] ---> Running in d8a1402f56a9 [2022-04-07T19:26:10.409Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:26:10.409Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:26:10.409Z] ---> 47f75f7ae24e [2022-04-07T19:26:10.409Z] Step 3/20 : WORKDIR /edgex-go [2022-04-07T19:26:10.409Z] ---> Running in 0efb5ebe1043 [2022-04-07T19:26:10.409Z] ---> Running in 38b7ace79301 [2022-04-07T19:26:10.409Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:26:10.409Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:26:10.409Z] ---> 47f75f7ae24e [2022-04-07T19:26:10.409Z] Step 3/25 : WORKDIR /edgex-go [2022-04-07T19:26:10.409Z] ---> Running in b4c524eaceca [2022-04-07T19:26:10.409Z] Removing intermediate container 0efb5ebe1043 [2022-04-07T19:26:10.409Z] ---> 19ff4784702a [2022-04-07T19:26:10.409Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-07T19:26:10.409Z] Removing intermediate container eee342fe056d [2022-04-07T19:26:10.409Z] ---> 8ca127866f6d [2022-04-07T19:26:10.409Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:26:10.409Z] ---> Running in af31df4eb79a [2022-04-07T19:26:10.409Z] Removing intermediate container d8a1402f56a9 [2022-04-07T19:26:10.409Z] ---> d57b1c198cf7 [2022-04-07T19:26:10.409Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:26:10.409Z] Removing intermediate container b4c524eaceca [2022-04-07T19:26:10.409Z] ---> 792249998e27 [2022-04-07T19:26:10.409Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:26:10.409Z] Removing intermediate container 38b7ace79301 [2022-04-07T19:26:10.409Z] ---> eab5067b4ed4 [2022-04-07T19:26:10.409Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:26:10.409Z] ---> Running in 3e3e298f1fbd [2022-04-07T19:26:10.409Z] ---> Running in 731a1f66d1c9 [2022-04-07T19:26:10.409Z] ---> Running in 7c6ae2acd8ef [2022-04-07T19:26:10.409Z] ---> Running in fb55307df673 [2022-04-07T19:26:10.409Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.409Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.409Z] Removing intermediate container 3e3e298f1fbd [2022-04-07T19:26:10.409Z] ---> b1f651565f7b [2022-04-07T19:26:10.409Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-07T19:26:10.409Z] ---> Running in b5c1e76524ed [2022-04-07T19:26:10.409Z] v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-07T19:26:10.409Z] v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-07T19:26:10.409Z] OK: 15739 distinct packages available [2022-04-07T19:26:10.409Z] Removing intermediate container 7c6ae2acd8ef [2022-04-07T19:26:10.409Z] ---> 24adf562a8c3 [2022-04-07T19:26:10.409Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-07T19:26:10.409Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.409Z] Removing intermediate container fb55307df673 [2022-04-07T19:26:10.409Z] ---> 35e5ea412454 [2022-04-07T19:26:10.409Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-07T19:26:10.409Z] ---> Running in 3fa96317a197 [2022-04-07T19:26:10.409Z] Removing intermediate container 731a1f66d1c9 [2022-04-07T19:26:10.409Z] ---> 43978f6bd257 [2022-04-07T19:26:10.409Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-07T19:26:10.409Z] ---> Running in 9562719e99b1 [2022-04-07T19:26:10.409Z] ---> Running in 3bb00664bc6b [2022-04-07T19:26:10.409Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.409Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.409Z] OK: 220 MiB in 52 packages [2022-04-07T19:26:10.409Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.409Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.409Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.409Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.567Z] Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... [2022-04-07T19:26:10.567Z] Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-04-07T19:26:10.567Z] Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... [2022-04-07T19:26:10.567Z] Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-07T19:26:10.694Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.694Z] Removing intermediate container af31df4eb79a [2022-04-07T19:26:10.694Z] ---> 4f12a495c2fa [2022-04-07T19:26:10.694Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-07T19:26:10.694Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.829Z] Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... [2022-04-07T19:26:10.829Z] Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-07T19:26:10.972Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:26:10.972Z] OK: 220 MiB in 52 packages [2022-04-07T19:26:11.089Z] Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... [2022-04-07T19:26:11.089Z] Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-07T19:26:11.089Z] Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... [2022-04-07T19:26:11.089Z] Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-07T19:26:11.089Z] Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... [2022-04-07T19:26:11.089Z] Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-07T19:26:11.352Z] Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... [2022-04-07T19:26:11.352Z] Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-07T19:26:11.352Z] Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... [2022-04-07T19:26:11.352Z] Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... [2022-04-07T19:26:11.352Z] Preparing to unpack .../18-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-07T19:26:11.352Z] Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-07T19:26:11.612Z] Preparing to unpack .../19-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-07T19:26:11.612Z] Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-07T19:26:11.975Z] ---> ff43e8d1e683 [2022-04-07T19:26:11.975Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:26:12.264Z] OK: 220 MiB in 52 packages [2022-04-07T19:26:12.264Z] ---> Running in c188feef696e [2022-04-07T19:26:12.264Z] OK: 220 MiB in 52 packages [2022-04-07T19:26:12.264Z] OK: 220 MiB in 52 packages [2022-04-07T19:26:12.552Z] Preparing to unpack .../20-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-07T19:26:12.552Z] Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-07T19:26:13.124Z] Preparing to unpack .../21-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-07T19:26:13.124Z] Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-07T19:26:13.695Z] Preparing to unpack .../22-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-07T19:26:13.695Z] Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-07T19:26:13.695Z] Preparing to unpack .../23-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-07T19:26:13.695Z] Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-07T19:26:13.724Z] Removing intermediate container b5c1e76524ed [2022-04-07T19:26:13.724Z] ---> ba19caf96725 [2022-04-07T19:26:13.724Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-07T19:26:14.002Z] Removing intermediate container 9562719e99b1 [2022-04-07T19:26:14.002Z] ---> 4d64dc32f50c [2022-04-07T19:26:14.002Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-07T19:26:14.282Z] Removing intermediate container 3fa96317a197 [2022-04-07T19:26:14.282Z] ---> b57d6b749a97 [2022-04-07T19:26:14.282Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-07T19:26:14.282Z] Removing intermediate container 3bb00664bc6b [2022-04-07T19:26:14.282Z] ---> b2ccec837f82 [2022-04-07T19:26:14.282Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-07T19:26:14.638Z] Preparing to unpack .../24-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-07T19:26:14.638Z] Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-07T19:26:14.638Z] Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... [2022-04-07T19:26:14.638Z] Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... [2022-04-07T19:26:14.638Z] Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... [2022-04-07T19:26:14.638Z] Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... [2022-04-07T19:26:14.638Z] Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... [2022-04-07T19:26:14.638Z] Setting up linux-libc-dev:amd64 (5.4.0-107.121) ... [2022-04-07T19:26:14.638Z] Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... [2022-04-07T19:26:14.638Z] Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-07T19:26:14.638Z] Setting up tzdata (2022a-0ubuntu0.20.04) ... [2022-04-07T19:26:14.638Z] [2022-04-07T19:26:14.638Z] Current default time zone: 'Etc/UTC' [2022-04-07T19:26:14.638Z] Local time is now: Thu Apr 7 19:26:14 UTC 2022. [2022-04-07T19:26:14.638Z] Universal Time is now: Thu Apr 7 19:26:14 UTC 2022. [2022-04-07T19:26:14.638Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-04-07T19:26:14.638Z] [2022-04-07T19:26:14.889Z] ---> 472d2c1fe6da [2022-04-07T19:26:14.889Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:26:14.889Z] ---> Running in 5033911647e5 [2022-04-07T19:26:14.899Z] Setting up xz-utils (5.2.4-1ubuntu1) ... [2022-04-07T19:26:14.899Z] Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-07T19:26:14.899Z] Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-07T19:26:14.899Z] Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... [2022-04-07T19:26:14.899Z] Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-07T19:26:14.899Z] Setting up mount (2.34-0.1ubuntu9.3) ... [2022-04-07T19:26:14.899Z] Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... [2022-04-07T19:26:14.899Z] Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... [2022-04-07T19:26:14.899Z] Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... [2022-04-07T19:26:14.899Z] Setting up libc-dev-bin (2.31-0ubuntu9.7) ... [2022-04-07T19:26:14.899Z] Setting up openssl (1.1.1f-1ubuntu2.12) ... [2022-04-07T19:26:14.899Z] Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-07T19:26:14.899Z] Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-07T19:26:14.899Z] Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... [2022-04-07T19:26:14.899Z] Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-07T19:26:14.899Z] Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-07T19:26:14.899Z] Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-07T19:26:14.899Z] Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... [2022-04-07T19:26:14.899Z] Setting up fdisk (2.34-0.1ubuntu9.3) ... [2022-04-07T19:26:14.899Z] Setting up ca-certificates (20210119~20.04.2) ... [2022-04-07T19:26:15.496Z] ---> 47456beb337f [2022-04-07T19:26:15.496Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:26:15.779Z] ---> Running in 5fe71cc71ef2 [2022-04-07T19:26:16.061Z] ---> 457257c9ecf7 [2022-04-07T19:26:16.061Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:26:16.354Z] ---> Running in 650f7b593bbd [2022-04-07T19:26:16.667Z] ---> 367bc62699c8 [2022-04-07T19:26:16.667Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:26:16.809Z] Updating certificates in /etc/ssl/certs... [2022-04-07T19:26:16.949Z] ---> Running in de107984d5d3 [2022-04-07T19:26:17.558Z] Removing intermediate container c188feef696e [2022-04-07T19:26:17.558Z] ---> a2a3421448f1 [2022-04-07T19:26:17.558Z] Step 7/20 : COPY . . [2022-04-07T19:26:17.749Z] 21 added, 21 removed; done. [2022-04-07T19:26:17.749Z] Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-07T19:26:17.749Z] Setting up perl (5.30.0-9ubuntu0.2) ... [2022-04-07T19:26:17.749Z] Setting up procps (2:3.3.16-1ubuntu2.3) ... [2022-04-07T19:26:18.010Z] Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-07T19:26:18.010Z] Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ... [2022-04-07T19:26:18.010Z] Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... [2022-04-07T19:26:18.010Z] Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... [2022-04-07T19:26:18.010Z] Setting up binutils (2.34-6ubuntu1.3) ... [2022-04-07T19:26:18.010Z] Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-07T19:26:18.010Z] Setting up build-essential (12.8ubuntu1.1) ... [2022-04-07T19:26:18.010Z] Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-07T19:26:18.010Z] Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-07T19:26:18.010Z] Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-07T19:26:18.010Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-04-07T19:26:18.010Z] Processing triggers for systemd (245.4-4ubuntu3.15) ... [2022-04-07T19:26:18.273Z] Processing triggers for mime-support (3.64ubuntu1) ... [2022-04-07T19:26:18.273Z] Processing triggers for ca-certificates (20210119~20.04.2) ... [2022-04-07T19:26:18.273Z] Updating certificates in /etc/ssl/certs... [2022-04-07T19:26:18.846Z] 0 added, 0 removed; done. [2022-04-07T19:26:18.846Z] Running hooks in /etc/ca-certificates/update.d... [2022-04-07T19:26:18.846Z] done. [2022-04-07T19:26:20.054Z] Reading package lists... [2022-04-07T19:26:20.054Z] Building dependency tree... [2022-04-07T19:26:20.054Z] Reading state information... [2022-04-07T19:26:20.314Z] The following NEW packages will be installed: [2022-04-07T19:26:20.314Z] apt-transport-https [2022-04-07T19:26:20.314Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-04-07T19:26:20.314Z] Need to get 4680 B of archives. [2022-04-07T19:26:20.314Z] After this operation, 162 kB of additional disk space will be used. [2022-04-07T19:26:20.314Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] [2022-04-07T19:26:20.574Z] debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T19:26:20.574Z] Fetched 4680 B in 0s (62.7 kB/s) [2022-04-07T19:26:20.574Z] Selecting previously unselected package apt-transport-https. [2022-04-07T19:26:20.574Z] (Reading database ... 14320 files and directories currently installed.) [2022-04-07T19:26:20.574Z] Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... [2022-04-07T19:26:20.574Z] Unpacking apt-transport-https (2.0.6) ... [2022-04-07T19:26:20.574Z] Setting up apt-transport-https (2.0.6) ... [2022-04-07T19:26:20.834Z] Waiting for network to be ready... [2022-04-07T19:26:21.028Z] Removing intermediate container 5033911647e5 [2022-04-07T19:26:21.028Z] ---> 3a99bddc0049 [2022-04-07T19:26:21.028Z] Step 8/31 : COPY . . [2022-04-07T19:26:23.055Z] Removing intermediate container 650f7b593bbd [2022-04-07T19:26:23.055Z] ---> eb0c4f1c1d1a [2022-04-07T19:26:23.055Z] Step 8/25 : COPY . . [2022-04-07T19:26:23.055Z] Removing intermediate container 5fe71cc71ef2 [2022-04-07T19:26:23.055Z] ---> 949f465eb055 [2022-04-07T19:26:23.055Z] Step 8/26 : COPY . . [2022-04-07T19:26:23.055Z] Removing intermediate container de107984d5d3 [2022-04-07T19:26:23.055Z] ---> 4e0bb74ccb63 [2022-04-07T19:26:23.056Z] Step 8/25 : COPY . . [2022-04-07T19:26:27.416Z] 2022-04-07T19:26:24Z INFO Waiting for automatic snapd restart... [2022-04-07T19:26:27.677Z] snapd 2.54.4 from Canonical* installed [2022-04-07T19:26:29.061Z] "snapd" switched to the "latest/stable" channel [2022-04-07T19:26:29.061Z] [2022-04-07T19:26:31.599Z] core20 20220318 from Canonical* installed [2022-04-07T19:26:31.599Z] "core20" switched to the "latest/stable" channel [2022-04-07T19:26:31.599Z] [2022-04-07T19:26:33.513Z] snapcraft 6.1 from Canonical* installed [2022-04-07T19:26:33.774Z] "snapcraft" switched to the "latest/stable" channel [2022-04-07T19:26:33.774Z] [2022-04-07T19:26:39.066Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2022-04-07T19:26:39.066Z] - README.md [2022-04-07T19:26:39.066Z] [2022-04-07T19:26:39.066Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-04-07T19:26:39.066Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-04-07T19:26:39.066Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-04-07T19:26:39.066Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-04-07T19:26:39.637Z] Reading package lists... [2022-04-07T19:26:39.895Z] Installing build dependencies: comerr-dev=2.1-1.45.5-2ubuntu1 git=1:2.25.1-1ubuntu3.2 git-man=1:2.25.1-1ubuntu3.2 krb5-multidev=1.17-6ubuntu4.1 libbrotli1=1.0.7-6ubuntu0.1 libcurl3-gnutls=7.68.0-1ubuntu2.7 liberror-perl=0.17029-1 libglib2.0-0=2.64.6-1~ubuntu20.04.4 libgssrpc4=1.17-6ubuntu4.1 libkadm5clnt-mit11=1.17-6ubuntu4.1 libkadm5srv-mit11=1.17-6ubuntu4.1 libkdb5-9=1.17-6ubuntu4.1 libkrb5-dev=1.17-6ubuntu4.1 libnghttp2-14=1.40.0-1build1 libnorm-dev=1.5.8+dfsg2-2build1 libnorm1=1.5.8+dfsg2-2build1 libpgm-5.2-0=5.2.122~dfsg-3ubuntu1 libpgm-dev=5.2.122~dfsg-3ubuntu1 libpsl5=0.21.0-1ubuntu1 librtmp1=2.4+20151223.gitfa8646d.1-2build1 libsodium-dev=1.0.18-1 libsodium23=1.0.18-1 libssh-4=0.9.3-2ubuntu2.2 libzmq3-dev=4.3.2-2ubuntu1 libzmq5=4.3.2-2ubuntu1 pkg-config=0.29.1-0ubuntu4 zip=3.0-11build1 [2022-04-07T19:26:40.156Z] Reading package lists... [2022-04-07T19:26:40.156Z] Building dependency tree... [2022-04-07T19:26:40.156Z] Reading state information... [2022-04-07T19:26:40.417Z] Suggested packages: [2022-04-07T19:26:40.417Z] doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el [2022-04-07T19:26:40.417Z] git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc [2022-04-07T19:26:40.417Z] krb5-user libnorm-doc [2022-04-07T19:26:40.417Z] Recommended packages: [2022-04-07T19:26:40.417Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-04-07T19:26:40.417Z] The following NEW packages will be installed: [2022-04-07T19:26:40.417Z] comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls [2022-04-07T19:26:40.417Z] liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 [2022-04-07T19:26:40.417Z] libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 [2022-04-07T19:26:40.417Z] libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev [2022-04-07T19:26:40.417Z] libzmq5 pkg-config zip [2022-04-07T19:26:40.417Z] 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2022-04-07T19:26:40.417Z] Need to get 10.3 MB of archives. [2022-04-07T19:26:40.417Z] After this operation, 56.5 MB of additional disk space will be used. [2022-04-07T19:26:40.417Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] [2022-04-07T19:26:40.679Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] [2022-04-07T19:26:40.679Z] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] [2022-04-07T19:26:40.679Z] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] [2022-04-07T19:26:40.679Z] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] [2022-04-07T19:26:40.679Z] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] [2022-04-07T19:26:40.679Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] [2022-04-07T19:26:40.679Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] [2022-04-07T19:26:40.679Z] Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] [2022-04-07T19:26:40.679Z] Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] [2022-04-07T19:26:40.679Z] Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] [2022-04-07T19:26:40.679Z] Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] [2022-04-07T19:26:40.679Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] [2022-04-07T19:26:40.679Z] Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] [2022-04-07T19:26:40.679Z] Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] [2022-04-07T19:26:40.679Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] [2022-04-07T19:26:40.679Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-04-07T19:26:41.251Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] [2022-04-07T19:26:41.251Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] [2022-04-07T19:26:41.251Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] [2022-04-07T19:26:41.514Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] [2022-04-07T19:26:41.514Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] [2022-04-07T19:26:41.514Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] [2022-04-07T19:26:41.514Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] [2022-04-07T19:26:41.514Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] [2022-04-07T19:26:41.514Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] [2022-04-07T19:26:41.514Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] [2022-04-07T19:26:41.775Z] debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T19:26:41.775Z] Fetched 10.3 MB in 1s (8989 kB/s) [2022-04-07T19:26:41.775Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-04-07T19:26:41.775Z] (Reading database ... 14324 files and directories currently installed.) [2022-04-07T19:26:41.775Z] Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... [2022-04-07T19:26:41.775Z] Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-04-07T19:26:42.035Z] Selecting previously unselected package libsodium23:amd64. [2022-04-07T19:26:42.035Z] Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... [2022-04-07T19:26:42.035Z] Unpacking libsodium23:amd64 (1.0.18-1) ... [2022-04-07T19:26:42.035Z] Selecting previously unselected package libpsl5:amd64. [2022-04-07T19:26:42.035Z] Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... [2022-04-07T19:26:42.035Z] Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-04-07T19:26:42.035Z] Selecting previously unselected package libbrotli1:amd64. [2022-04-07T19:26:42.035Z] Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... [2022-04-07T19:26:42.035Z] Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-04-07T19:26:42.035Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-04-07T19:26:42.035Z] Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... [2022-04-07T19:26:42.035Z] Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-04-07T19:26:42.035Z] Selecting previously unselected package librtmp1:amd64. [2022-04-07T19:26:42.035Z] Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... [2022-04-07T19:26:42.035Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-04-07T19:26:42.294Z] Selecting previously unselected package libssh-4:amd64. [2022-04-07T19:26:42.294Z] Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... [2022-04-07T19:26:42.294Z] Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-04-07T19:26:42.294Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-04-07T19:26:42.294Z] Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... [2022-04-07T19:26:42.294Z] Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-04-07T19:26:42.294Z] Selecting previously unselected package liberror-perl. [2022-04-07T19:26:42.294Z] Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... [2022-04-07T19:26:42.294Z] Unpacking liberror-perl (0.17029-1) ... [2022-04-07T19:26:42.294Z] Selecting previously unselected package git-man. [2022-04-07T19:26:42.294Z] Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... [2022-04-07T19:26:42.294Z] Unpacking git-man (1:2.25.1-1ubuntu3.2) ... [2022-04-07T19:26:42.553Z] Selecting previously unselected package git. [2022-04-07T19:26:42.553Z] Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... [2022-04-07T19:26:42.553Z] Unpacking git (1:2.25.1-1ubuntu3.2) ... [2022-04-07T19:26:43.124Z] Selecting previously unselected package libgssrpc4:amd64. [2022-04-07T19:26:43.124Z] Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... [2022-04-07T19:26:43.124Z] Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:43.124Z] Selecting previously unselected package libkdb5-9:amd64. [2022-04-07T19:26:43.124Z] Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... [2022-04-07T19:26:43.124Z] Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:43.124Z] Selecting previously unselected package libkadm5srv-mit11:amd64. [2022-04-07T19:26:43.124Z] Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-04-07T19:26:43.124Z] Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:43.124Z] Selecting previously unselected package libkadm5clnt-mit11:amd64. [2022-04-07T19:26:43.124Z] Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-04-07T19:26:43.124Z] Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:43.125Z] Selecting previously unselected package comerr-dev:amd64. [2022-04-07T19:26:43.125Z] Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... [2022-04-07T19:26:43.125Z] Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-04-07T19:26:43.386Z] Selecting previously unselected package krb5-multidev:amd64. [2022-04-07T19:26:43.386Z] Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... [2022-04-07T19:26:43.386Z] Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:43.386Z] Selecting previously unselected package libnorm1:amd64. [2022-04-07T19:26:43.386Z] Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... [2022-04-07T19:26:43.386Z] Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-04-07T19:26:43.386Z] Selecting previously unselected package libnorm-dev:amd64. [2022-04-07T19:26:43.386Z] Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... [2022-04-07T19:26:43.386Z] Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-04-07T19:26:43.386Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-04-07T19:26:43.386Z] Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-04-07T19:26:43.646Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-04-07T19:26:43.646Z] Selecting previously unselected package libpgm-dev:amd64. [2022-04-07T19:26:43.646Z] Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-04-07T19:26:43.646Z] Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-04-07T19:26:43.646Z] Selecting previously unselected package libsodium-dev:amd64. [2022-04-07T19:26:43.646Z] Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... [2022-04-07T19:26:43.646Z] Unpacking libsodium-dev:amd64 (1.0.18-1) ... [2022-04-07T19:26:43.646Z] Selecting previously unselected package libzmq5:amd64. [2022-04-07T19:26:43.646Z] Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... [2022-04-07T19:26:43.646Z] Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-04-07T19:26:43.646Z] Selecting previously unselected package libkrb5-dev:amd64. [2022-04-07T19:26:43.646Z] Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... [2022-04-07T19:26:43.907Z] Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:43.907Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-04-07T19:26:43.908Z] Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... [2022-04-07T19:26:43.908Z] Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-04-07T19:26:43.908Z] Selecting previously unselected package pkg-config. [2022-04-07T19:26:43.908Z] Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... [2022-04-07T19:26:43.908Z] Unpacking pkg-config (0.29.1-0ubuntu4) ... [2022-04-07T19:26:43.908Z] Selecting previously unselected package zip. [2022-04-07T19:26:43.908Z] Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... [2022-04-07T19:26:43.908Z] Unpacking zip (3.0-11build1) ... [2022-04-07T19:26:43.908Z] Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-04-07T19:26:43.908Z] Setting up libsodium23:amd64 (1.0.18-1) ... [2022-04-07T19:26:44.169Z] Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-04-07T19:26:44.169Z] No schema files found: doing nothing. [2022-04-07T19:26:44.169Z] Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-04-07T19:26:44.169Z] Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-04-07T19:26:44.169Z] Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-04-07T19:26:44.169Z] Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-04-07T19:26:44.169Z] Setting up liberror-perl (0.17029-1) ... [2022-04-07T19:26:44.169Z] Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:44.169Z] Setting up zip (3.0-11build1) ... [2022-04-07T19:26:44.169Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-04-07T19:26:44.169Z] Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-04-07T19:26:44.169Z] Setting up pkg-config (0.29.1-0ubuntu4) ... [2022-04-07T19:26:44.169Z] Setting up libsodium-dev:amd64 (1.0.18-1) ... [2022-04-07T19:26:44.169Z] Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-04-07T19:26:44.169Z] Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:44.169Z] Setting up git-man (1:2.25.1-1ubuntu3.2) ... [2022-04-07T19:26:44.169Z] Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:44.169Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-04-07T19:26:44.169Z] Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:44.169Z] Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-04-07T19:26:44.169Z] Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-04-07T19:26:44.169Z] Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-04-07T19:26:44.169Z] Setting up git (1:2.25.1-1ubuntu3.2) ... [2022-04-07T19:26:44.169Z] Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:44.429Z] Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-04-07T19:26:44.429Z] Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-04-07T19:26:44.429Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-04-07T19:26:45.001Z] comerr-dev set to automatically installed. [2022-04-07T19:26:45.001Z] git set to automatically installed. [2022-04-07T19:26:45.001Z] git-man set to automatically installed. [2022-04-07T19:26:45.001Z] krb5-multidev set to automatically installed. [2022-04-07T19:26:45.001Z] libbrotli1 set to automatically installed. [2022-04-07T19:26:45.001Z] libcurl3-gnutls set to automatically installed. [2022-04-07T19:26:45.001Z] liberror-perl set to automatically installed. [2022-04-07T19:26:45.001Z] libglib2.0-0 set to automatically installed. [2022-04-07T19:26:45.001Z] libgssrpc4 set to automatically installed. [2022-04-07T19:26:45.001Z] libkadm5clnt-mit11 set to automatically installed. [2022-04-07T19:26:45.001Z] libkadm5srv-mit11 set to automatically installed. [2022-04-07T19:26:45.001Z] libkdb5-9 set to automatically installed. [2022-04-07T19:26:45.001Z] libkrb5-dev set to automatically installed. [2022-04-07T19:26:45.001Z] libnghttp2-14 set to automatically installed. [2022-04-07T19:26:45.001Z] libnorm-dev set to automatically installed. [2022-04-07T19:26:45.001Z] libnorm1 set to automatically installed. [2022-04-07T19:26:45.001Z] libpgm-5.2-0 set to automatically installed. [2022-04-07T19:26:45.001Z] libpgm-dev set to automatically installed. [2022-04-07T19:26:45.001Z] libpsl5 set to automatically installed. [2022-04-07T19:26:45.001Z] librtmp1 set to automatically installed. [2022-04-07T19:26:45.001Z] libsodium-dev set to automatically installed. [2022-04-07T19:26:45.001Z] libsodium23 set to automatically installed. [2022-04-07T19:26:45.001Z] libssh-4 set to automatically installed. [2022-04-07T19:26:45.001Z] libzmq3-dev set to automatically installed. [2022-04-07T19:26:45.001Z] libzmq5 set to automatically installed. [2022-04-07T19:26:45.001Z] pkg-config set to automatically installed. [2022-04-07T19:26:45.001Z] zip set to automatically installed. [2022-04-07T19:26:45.571Z] snapd is not logged in, snap install commands will use sudo [2022-04-07T19:26:55.450Z] ---> c12423f8d1bc [2022-04-07T19:26:55.450Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-07T19:26:55.450Z] ---> Running in a776a9b1d96e [2022-04-07T19:26:56.072Z] ---> 64a674136e75 [2022-04-07T19:26:56.072Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-07T19:26:56.072Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:26:56.353Z] ---> Running in ef61b7896444 [2022-04-07T19:26:56.633Z] ---> 1404a11dd78c [2022-04-07T19:26:56.633Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-07T19:26:56.912Z] ---> Running in 4b91b9f95009 [2022-04-07T19:26:57.797Z] go (1.17/stable) 1.17.8 from Michael Hudson-Doyle (mwhudson) installed [2022-04-07T19:26:57.797Z] Downloading snap 'edgex-app-service-configurable' [2022-04-07T19:26:57.949Z] Removing intermediate container ef61b7896444 [2022-04-07T19:26:57.949Z] ---> 9ba0b8f3319f [2022-04-07T19:26:57.949Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-07T19:26:57.949Z] ---> Running in 0b0c7a40f0c3 [2022-04-07T19:26:59.445Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:26:59.710Z] Pulling app-service-configurable [2022-04-07T19:26:59.710Z] + snapcraftctl pull [2022-04-07T19:27:00.470Z] ---> a43d61a2e8dc [2022-04-07T19:27:00.471Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-07T19:27:00.471Z] ---> Running in d651e3d120f9 [2022-04-07T19:27:00.756Z] ---> dc5d2dc0ce76 [2022-04-07T19:27:00.756Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-07T19:27:01.035Z] ---> Running in 3abfb906a2b9 [2022-04-07T19:27:01.129Z] Pulling config-common [2022-04-07T19:27:01.129Z] + snapcraftctl pull [2022-04-07T19:27:02.478Z] Removing intermediate container 3abfb906a2b9 [2022-04-07T19:27:02.478Z] ---> d8dbc90587da [2022-04-07T19:27:02.478Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-07T19:27:02.572Z] Pulling go-build-helper [2022-04-07T19:27:02.572Z] + snapcraftctl pull [2022-04-07T19:27:02.779Z] ---> Running in a0c2658f505c [2022-04-07T19:27:03.059Z] Removing intermediate container 0b0c7a40f0c3 [2022-04-07T19:27:03.059Z] ---> 81708de42e01 [2022-04-07T19:27:03.059Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-07T19:27:03.352Z] ---> Running in cc1de9d58843 [2022-04-07T19:27:03.965Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:27:03.992Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-04-07T19:27:03.992Z] Skipping pull go-build-helper (already ran) [2022-04-07T19:27:03.992Z] Building go-build-helper [2022-04-07T19:27:03.992Z] + snapcraftctl build [2022-04-07T19:27:04.248Z] Removing intermediate container cc1de9d58843 [2022-04-07T19:27:04.248Z] ---> 1f1c0f1d5f63 [2022-04-07T19:27:04.248Z] 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-07T19:27:04.529Z] ---> Running in 3767e35a4a83 [2022-04-07T19:27:04.930Z] + cp --archive --link --no-dereference . /root/parts/go-build-helper/install [2022-04-07T19:27:05.871Z] Staging go-build-helper [2022-04-07T19:27:05.871Z] + snapcraftctl stage [2022-04-07T19:27:07.393Z] Removing intermediate container a0c2658f505c [2022-04-07T19:27:07.393Z] ---> c2c8390f54c9 [2022-04-07T19:27:07.393Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-07T19:27:07.393Z] ---> Running in d64a9cbd64fd [2022-04-07T19:27:08.085Z] Removing intermediate container d64a9cbd64fd [2022-04-07T19:27:08.085Z] ---> 83487678c766 [2022-04-07T19:27:08.085Z] 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-07T19:27:08.085Z] ---> Running in 2f1e3baebb88 [2022-04-07T19:27:08.752Z] spire-1.2.1/ [2022-04-07T19:27:08.752Z] spire-1.2.1/.data/ [2022-04-07T19:27:08.752Z] spire-1.2.1/.data/.file [2022-04-07T19:27:08.752Z] spire-1.2.1/.dockerignore [2022-04-07T19:27:08.752Z] spire-1.2.1/.gitattributes [2022-04-07T19:27:08.752Z] spire-1.2.1/.githooks/ [2022-04-07T19:27:08.752Z] spire-1.2.1/.githooks/pre-commit [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/ [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/dependabot.yml [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/workflows/ [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-07T19:27:08.752Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-07T19:27:08.752Z] spire-1.2.1/.gitignore [2022-04-07T19:27:08.752Z] spire-1.2.1/.go-version [2022-04-07T19:27:08.752Z] spire-1.2.1/.golangci.yml [2022-04-07T19:27:08.752Z] spire-1.2.1/ADOPTERS.md [2022-04-07T19:27:08.752Z] spire-1.2.1/CHANGELOG.md [2022-04-07T19:27:08.752Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-07T19:27:08.752Z] spire-1.2.1/CODEOWNERS [2022-04-07T19:27:08.752Z] spire-1.2.1/CONTRIBUTING.md [2022-04-07T19:27:08.752Z] spire-1.2.1/Dockerfile [2022-04-07T19:27:08.752Z] spire-1.2.1/Dockerfile.dev [2022-04-07T19:27:08.752Z] spire-1.2.1/Dockerfile.scratch [2022-04-07T19:27:08.752Z] spire-1.2.1/LICENSE [2022-04-07T19:27:08.752Z] spire-1.2.1/MAINTAINERS.md [2022-04-07T19:27:08.752Z] spire-1.2.1/Makefile [2022-04-07T19:27:08.752Z] spire-1.2.1/README.md [2022-04-07T19:27:08.752Z] spire-1.2.1/ROADMAP.md [2022-04-07T19:27:08.752Z] spire-1.2.1/SECURITY.md [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-07T19:27:08.752Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-07T19:27:09.059Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-07T19:27:09.059Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-07T19:27:09.059Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-07T19:27:09.059Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-07T19:27:09.059Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-07T19:27:09.059Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-07T19:27:09.059Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-07T19:27:09.059Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-07T19:27:09.059Z] spire-1.2.1/conf/ [2022-04-07T19:27:09.059Z] spire-1.2.1/conf/agent/ [2022-04-07T19:27:09.059Z] spire-1.2.1/conf/agent/agent.conf [2022-04-07T19:27:09.059Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-07T19:27:09.059Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-07T19:27:09.059Z] spire-1.2.1/conf/server/ [2022-04-07T19:27:09.059Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-07T19:27:09.059Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-07T19:27:09.059Z] spire-1.2.1/conf/server/server.conf [2022-04-07T19:27:09.059Z] spire-1.2.1/conf/server/server_full.conf [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/ [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/SPIRE101.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/auditlog.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/ [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/scaling_spire.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/spire_agent.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/spire_server.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/supported_integrations.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/telemetry.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/telemetry_config.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/upgrading.md [2022-04-07T19:27:09.059Z] spire-1.2.1/doc/using_spire.md [2022-04-07T19:27:09.059Z] spire-1.2.1/examples/ [2022-04-07T19:27:09.059Z] spire-1.2.1/examples/README.md [2022-04-07T19:27:09.059Z] spire-1.2.1/go.mod [2022-04-07T19:27:09.059Z] spire-1.2.1/go.sum [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/agent.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/client/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/common/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/config.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-07T19:27:09.059Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/svid/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/names.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/auth/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-07T19:27:09.358Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cli/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/health/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/health/config.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/health/context.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/health/health.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/idutil/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/log/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/log/log.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/log/options.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-07T19:27:09.641Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/profiling/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/selector/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-07T19:27:09.642Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-07T19:27:09.920Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/uptime/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/task.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/version/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/version/version.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509util/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/api.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/health/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/id.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/status.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/bundle/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/cache/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/catalog/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/config.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-07T19:27:09.921Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-07T19:27:10.066Z] Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] [2022-04-07T19:27:10.066Z] Fetched 290 kB in 0s (0 B/s) [2022-04-07T19:27:10.066Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] [2022-04-07T19:27:10.066Z] Fetched 158 kB in 0s (0 B/s) [2022-04-07T19:27:10.066Z] Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] [2022-04-07T19:27:10.066Z] Fetched 242 kB in 0s (0 B/s) [2022-04-07T19:27:10.066Z] Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] [2022-04-07T19:27:10.066Z] Fetched 150 kB in 0s (0 B/s) [2022-04-07T19:27:10.066Z] Pulling edgex-go [2022-04-07T19:27:10.066Z] + snapcraftctl pull [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-07T19:27:10.201Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/registration/ [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/server.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/server_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/svid/ [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/ [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/private/ [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/private/server/ [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/private/server/journal/ [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/ [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/common/ [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/plugin/ [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-07T19:27:10.484Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-07T19:27:10.484Z] spire-1.2.1/release/ [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire-extras/ [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire-extras/README.md [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire/ [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire/README.md [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire/conf/ [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire/conf/server/ [2022-04-07T19:27:10.484Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-07T19:27:10.484Z] spire-1.2.1/script/ [2022-04-07T19:27:10.484Z] spire-1.2.1/script/build-artifact.sh [2022-04-07T19:27:10.484Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-07T19:27:10.484Z] spire-1.2.1/support/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-07T19:27:10.484Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-07T19:27:10.485Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/clock/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/clock/clock.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/fixture.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/registration/ [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-07T19:27:10.485Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-07T19:27:10.485Z] spire-1.2.1/test/integration/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/README.md [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/common [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-07T19:27:10.767Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-07T19:27:10.768Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-07T19:27:10.769Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-07T19:27:11.048Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/test-one.sh [2022-04-07T19:27:11.049Z] spire-1.2.1/test/integration/test.sh [2022-04-07T19:27:11.049Z] spire-1.2.1/test/plugintest/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/plugintest/config.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/plugintest/load.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/plugintest/option.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/spiretest/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/spiretest/dir.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/spiretest/logs.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/spiretest/suite.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/spiretest/x509.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/testca/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/testca/ca.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/testkey/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/testkey/generate.sh [2022-04-07T19:27:11.049Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/testkey/keys.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/testkey/new.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/tpmsimulator/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/util/ [2022-04-07T19:27:11.049Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/util/cert_generation.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/util/io_redirection.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/util/race.go [2022-04-07T19:27:11.049Z] spire-1.2.1/test/util/util.go [2022-04-07T19:27:11.049Z] building spire from source... [2022-04-07T19:27:11.049Z] spire-1.2.1/ [2022-04-07T19:27:11.049Z] spire-1.2.1/.data/ [2022-04-07T19:27:11.049Z] spire-1.2.1/.data/.file [2022-04-07T19:27:11.049Z] spire-1.2.1/.dockerignore [2022-04-07T19:27:11.049Z] spire-1.2.1/.gitattributes [2022-04-07T19:27:11.049Z] spire-1.2.1/.githooks/ [2022-04-07T19:27:11.049Z] spire-1.2.1/.githooks/pre-commit [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/ [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/dependabot.yml [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/workflows/ [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-07T19:27:11.049Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-07T19:27:11.049Z] spire-1.2.1/.gitignore [2022-04-07T19:27:11.049Z] spire-1.2.1/.go-version [2022-04-07T19:27:11.049Z] spire-1.2.1/.golangci.yml [2022-04-07T19:27:11.049Z] spire-1.2.1/ADOPTERS.md [2022-04-07T19:27:11.049Z] spire-1.2.1/CHANGELOG.md [2022-04-07T19:27:11.049Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-07T19:27:11.049Z] spire-1.2.1/CODEOWNERS [2022-04-07T19:27:11.049Z] spire-1.2.1/CONTRIBUTING.md [2022-04-07T19:27:11.049Z] spire-1.2.1/Dockerfile [2022-04-07T19:27:11.329Z] spire-1.2.1/Dockerfile.dev [2022-04-07T19:27:11.329Z] spire-1.2.1/Dockerfile.scratch [2022-04-07T19:27:11.329Z] spire-1.2.1/LICENSE [2022-04-07T19:27:11.329Z] spire-1.2.1/MAINTAINERS.md [2022-04-07T19:27:11.329Z] spire-1.2.1/Makefile [2022-04-07T19:27:11.329Z] spire-1.2.1/README.md [2022-04-07T19:27:11.329Z] spire-1.2.1/ROADMAP.md [2022-04-07T19:27:11.329Z] spire-1.2.1/SECURITY.md [2022-04-07T19:27:11.329Z] spire-1.2.1/cmd/ [2022-04-07T19:27:11.329Z] spire-1.2.1/cmd/spire-agent/ [2022-04-07T19:27:11.329Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-07T19:27:11.329Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-07T19:27:11.330Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-07T19:27:11.330Z] spire-1.2.1/conf/ [2022-04-07T19:27:11.330Z] spire-1.2.1/conf/agent/ [2022-04-07T19:27:11.330Z] spire-1.2.1/conf/agent/agent.conf [2022-04-07T19:27:11.330Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-07T19:27:11.330Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-07T19:27:11.330Z] spire-1.2.1/conf/server/ [2022-04-07T19:27:11.330Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-07T19:27:11.330Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-07T19:27:11.330Z] spire-1.2.1/conf/server/server.conf [2022-04-07T19:27:11.330Z] spire-1.2.1/conf/server/server_full.conf [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/ [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/SPIRE101.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/auditlog.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/ [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-07T19:27:11.330Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.mdInstalling go1.17.7... [2022-04-07T19:27:11.611Z] [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-07T19:27:11.611Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/scaling_spire.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/spire_agent.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/spire_server.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/supported_integrations.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/telemetry.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/telemetry_config.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/upgrading.md [2022-04-07T19:27:11.612Z] spire-1.2.1/doc/using_spire.md [2022-04-07T19:27:11.612Z] spire-1.2.1/examples/ [2022-04-07T19:27:11.612Z] spire-1.2.1/examples/README.md [2022-04-07T19:27:11.612Z] spire-1.2.1/go.mod [2022-04-07T19:27:11.612Z] spire-1.2.1/go.sum [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/agent.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/client/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/common/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/config.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-07T19:27:11.612Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-07T19:27:11.613Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/svid/ [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/ [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/ [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/names.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/auth/ [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-07T19:27:11.889Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cli/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/health/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/health/config.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/health/context.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/health/health.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/idutil/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/log/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/log/log.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/log/options.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/plugin/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-07T19:27:11.890Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/profiling/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/selector/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-07T19:27:11.891Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-07T19:27:11.975Z] Pulling hooks [2022-04-07T19:27:11.975Z] + snapcraftctl pull [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/uptime/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/task.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/version/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/version/version.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509util/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/api.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/health/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/id.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/status.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/bundle/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/cache/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-07T19:27:12.168Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/catalog/ [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/config.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/ [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-07T19:27:12.169Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-07T19:27:12.451Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/registration/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/server.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/server_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/svid/ [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-07T19:27:12.452Z] spire-1.2.1/proto/ [2022-04-07T19:27:12.452Z] spire-1.2.1/proto/private/ [2022-04-07T19:27:12.452Z] spire-1.2.1/proto/private/server/ [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/private/server/journal/ [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/ [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/common/ [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/plugin/ [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-07T19:27:12.734Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-07T19:27:12.734Z] spire-1.2.1/release/ [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire-extras/ [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire-extras/README.md [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire/ [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire/README.md [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire/conf/ [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire/conf/server/ [2022-04-07T19:27:12.734Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-07T19:27:12.734Z] spire-1.2.1/script/ [2022-04-07T19:27:12.734Z] spire-1.2.1/script/build-artifact.sh [2022-04-07T19:27:12.734Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-07T19:27:12.734Z] spire-1.2.1/support/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-07T19:27:12.734Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-07T19:27:12.734Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-07T19:27:12.734Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-07T19:27:12.735Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-07T19:27:12.735Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-07T19:27:12.735Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-07T19:27:12.735Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-07T19:27:12.735Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-07T19:27:12.735Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-07T19:27:12.735Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-07T19:27:12.735Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-07T19:27:12.735Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-07T19:27:12.735Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-07T19:27:12.735Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/clock/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/clock/clock.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/certs/ [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-07T19:27:12.735Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/fixture.go [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/registration/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-07T19:27:13.016Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/README.md [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/common [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-07T19:27:13.016Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-07T19:27:13.017Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-07T19:27:13.298Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/test-one.sh [2022-04-07T19:27:13.299Z] spire-1.2.1/test/integration/test.sh [2022-04-07T19:27:13.299Z] spire-1.2.1/test/plugintest/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/plugintest/config.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/plugintest/load.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/plugintest/option.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/spiretest/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/spiretest/dir.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/spiretest/logs.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/spiretest/suite.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/spiretest/x509.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/testca/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/testca/ca.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/testkey/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/testkey/generate.sh [2022-04-07T19:27:13.299Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/testkey/keys.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/testkey/new.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/tpmsimulator/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/util/ [2022-04-07T19:27:13.299Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/util/cert_generation.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/util/io_redirection.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/util/race.go [2022-04-07T19:27:13.299Z] spire-1.2.1/test/util/util.go [2022-04-07T19:27:13.299Z] building spire from source... [2022-04-07T19:27:13.910Z] Installing go1.17.7... [2022-04-07T19:27:24.209Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-04-07T19:27:24.209Z] Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] [2022-04-07T19:27:24.209Z] Fetched 96.1 kB in 0s (0 B/s) [2022-04-07T19:27:24.209Z] Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] [2022-04-07T19:27:24.209Z] Fetched 78.7 kB in 0s (0 B/s) [2022-04-07T19:27:24.209Z] Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] [2022-04-07T19:27:24.209Z] Fetched 48.0 kB in 0s (0 B/s) [2022-04-07T19:27:24.209Z] Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] [2022-04-07T19:27:24.209Z] Fetched 50.2 kB in 0s (0 B/s) [2022-04-07T19:27:24.209Z] Get:1 libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb [14.7 kB] [2022-04-07T19:27:24.209Z] Fetched 14.7 kB in 0s (0 B/s) [2022-04-07T19:27:24.209Z] Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] [2022-04-07T19:27:24.209Z] Fetched 234 kB in 0s (0 B/s) [2022-04-07T19:27:24.209Z] Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] [2022-04-07T19:27:24.209Z] Fetched 155 kB in 0s (0 B/s) [2022-04-07T19:27:24.209Z] Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] [2022-04-07T19:27:24.209Z] Fetched 170 kB in 0s (0 B/s) [2022-04-07T19:27:24.209Z] Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] [2022-04-07T19:27:24.209Z] Fetched 267 kB in 0s (0 B/s) [2022-04-07T19:27:24.209Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-04-07T19:27:24.209Z] Fetched 50.6 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] [2022-04-07T19:27:24.210Z] Fetched 15.1 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] [2022-04-07T19:27:24.210Z] Fetched 51.5 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] [2022-04-07T19:27:24.210Z] Fetched 121 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] [2022-04-07T19:27:24.210Z] Fetched 29.7 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] [2022-04-07T19:27:24.210Z] Fetched 1021 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb [49.3 kB] [2022-04-07T19:27:24.210Z] Fetched 49.3 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] [2022-04-07T19:27:24.210Z] Fetched 54.9 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] [2022-04-07T19:27:24.210Z] Fetched 16.6 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] [2022-04-07T19:27:24.210Z] Fetched 87.9 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] [2022-04-07T19:27:24.210Z] Fetched 142 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] [2022-04-07T19:27:24.210Z] Fetched 41.8 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] [2022-04-07T19:27:24.210Z] Fetched 181 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] [2022-04-07T19:27:24.210Z] Fetched 208 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] [2022-04-07T19:27:24.210Z] Fetched 161 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] [2022-04-07T19:27:24.210Z] Fetched 107 kB in 0s (0 B/s) [2022-04-07T19:27:24.210Z] Pulling static-packages [2022-04-07T19:27:24.210Z] + snapcraftctl pull [2022-04-07T19:27:24.210Z] Pulling version [2022-04-07T19:27:24.210Z] + cd /root/project [2022-04-07T19:27:24.210Z] ++ git describe --tags --abbrev=0 [2022-04-07T19:27:24.210Z] ++ sed s/v// [2022-04-07T19:27:24.210Z] + GIT_VERSION=2.2.0-dev.58 [2022-04-07T19:27:24.210Z] + '[' -z 2.2.0-dev.58 ']' [2022-04-07T19:27:24.210Z] + snapcraftctl set-version 2.2.0-dev.58 [2022-04-07T19:27:25.596Z] Building app-service-configurable [2022-04-07T19:27:25.596Z] + snapcraftctl build [2022-04-07T19:27:27.509Z] Building config-common [2022-04-07T19:27:27.509Z] + snapcraftctl build [2022-04-07T19:27:28.452Z] + cp --archive --link --no-dereference . /root/parts/config-common/install [2022-04-07T19:27:29.395Z] Skipping build go-build-helper (already ran) [2022-04-07T19:27:29.395Z] Building edgex-go [2022-04-07T19:27:29.654Z] + cd /root/parts/edgex-go/src [2022-04-07T19:27:29.654Z] ++ git describe --tags --abbrev=0 [2022-04-07T19:27:29.654Z] ++ sed s/v// [2022-04-07T19:27:29.654Z] + GIT_VERSION=2.2.0-dev.58 [2022-04-07T19:27:29.654Z] + '[' -z 2.2.0-dev.58 ']' [2022-04-07T19:27:29.654Z] + echo 2.2.0-dev.58 [2022-04-07T19:27:29.654Z] + '[' '!' -d vendor ']' [2022-04-07T19:27:29.654Z] + go mod download all [2022-04-07T19:27:34.942Z] + make build [2022-04-07T19:27:34.942Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-07T19:27:40.800Z] Building bin/spire-server... [2022-04-07T19:27:40.800Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-07T19:27:40.800Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-07T19:27:40.800Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-07T19:27:40.800Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-07T19:27:40.800Z] Building bin/spire-server... [2022-04-07T19:27:40.800Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-07T19:27:40.800Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-07T19:27:40.800Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-07T19:27:40.800Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-07T19:27:41.406Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-07T19:27:42.012Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-07T19:27:42.292Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-07T19:27:43.274Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-07T19:27:44.267Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-07T19:27:44.546Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-07T19:27:44.824Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-07T19:27:45.430Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-07T19:27:45.430Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-07T19:27:45.711Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-07T19:27:45.988Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-07T19:27:46.597Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-07T19:27:46.597Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-07T19:27:46.877Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-07T19:27:47.156Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-07T19:27:47.156Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-07T19:27:47.438Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-07T19:27:47.438Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-07T19:27:47.438Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-07T19:27:47.438Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-07T19:27:47.438Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-07T19:27:47.720Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-07T19:27:47.720Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-07T19:27:48.002Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-07T19:27:48.002Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-07T19:27:48.002Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-07T19:27:48.280Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-07T19:27:49.282Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-07T19:27:49.282Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-07T19:27:49.282Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-07T19:27:49.564Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-07T19:27:49.846Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-07T19:27:49.846Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-07T19:27:49.846Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-07T19:27:50.456Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-07T19:27:50.733Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-07T19:27:51.012Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-07T19:27:51.012Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-07T19:27:52.010Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-07T19:27:52.621Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-07T19:27:52.903Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-07T19:27:53.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-07T19:28:05.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-07T19:28:05.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-07T19:28:07.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-07T19:28:08.009Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-07T19:28:08.043Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-07T19:28:08.043Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-07T19:28:08.043Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-07T19:28:08.043Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-07T19:28:08.043Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-07T19:28:08.043Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-07T19:28:08.043Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-07T19:28:08.043Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-07T19:28:08.043Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-07T19:28:08.043Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-07T19:28:08.043Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-07T19:28:08.043Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-07T19:28:08.043Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-07T19:28:08.322Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-07T19:28:08.926Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-07T19:28:09.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-07T19:28:09.913Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-07T19:28:10.196Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-07T19:28:10.475Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-07T19:28:10.754Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-07T19:28:11.031Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-07T19:28:11.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-07T19:28:11.310Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-07T19:28:11.310Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-07T19:28:11.310Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-07T19:28:11.591Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-07T19:28:11.871Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-07T19:28:12.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-07T19:28:14.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-07T19:28:15.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-07T19:28:16.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-07T19:28:18.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.58" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-07T19:28:19.754Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-07T19:28:19.754Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-04-07T19:28:19.754Z] + case "$service" in [2022-04-07T19:28:19.754Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-04-07T19:28:19.755Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-07T19:28:19.755Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-04-07T19:28:19.755Z] + case "$service" in [2022-04-07T19:28:19.755Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-04-07T19:28:19.755Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-07T19:28:19.755Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-04-07T19:28:19.755Z] + case "$service" in [2022-04-07T19:28:19.755Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-04-07T19:28:19.755Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-07T19:28:19.755Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-04-07T19:28:19.755Z] + case "$service" in [2022-04-07T19:28:19.755Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-04-07T19:28:19.755Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-07T19:28:19.755Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-04-07T19:28:19.755Z] + case "$service" in [2022-04-07T19:28:19.755Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-04-07T19:28:19.755Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-07T19:28:19.755Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-04-07T19:28:19.755Z] + case "$service" in [2022-04-07T19:28:19.755Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-04-07T19:28:19.755Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-07T19:28:19.755Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-04-07T19:28:19.755Z] + case "$service" in [2022-04-07T19:28:19.755Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-04-07T19:28:19.755Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-07T19:28:19.755Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-04-07T19:28:19.755Z] + case "$service" in [2022-04-07T19:28:19.755Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-04-07T19:28:19.755Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-07T19:28:19.755Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-04-07T19:28:19.755Z] + case "$service" in [2022-04-07T19:28:19.755Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2022-04-07T19:28:19.755Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-07T19:28:19.755Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-04-07T19:28:19.755Z] + case "$service" in [2022-04-07T19:28:19.755Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2022-04-07T19:28:19.755Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-04-07T19:28:19.755Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-07T19:28:19.755Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-04-07T19:28:19.755Z] + case "$service" in [2022-04-07T19:28:19.755Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-04-07T19:28:19.755Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2022-04-07T19:28:19.755Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-04-07T19:28:19.755Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-04-07T19:28:19.755Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2022-04-07T19:28:20.189Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-07T19:28:20.189Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-07T19:28:20.189Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-07T19:28:20.189Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-07T19:28:20.189Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-07T19:28:20.189Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-07T19:28:20.189Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-07T19:28:20.189Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-07T19:28:20.189Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-07T19:28:20.189Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-07T19:28:20.189Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-07T19:28:20.189Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-07T19:28:20.466Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-07T19:28:20.466Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-07T19:28:20.697Z] Building hooks [2022-04-07T19:28:20.697Z] + cd /root/parts/hooks/src [2022-04-07T19:28:20.697Z] + make build [2022-04-07T19:28:20.697Z] go mod tidy [2022-04-07T19:28:20.697Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 [2022-04-07T19:28:20.747Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-07T19:28:20.958Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-07T19:28:20.958Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-04-07T19:28:20.958Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-04-07T19:28:20.958Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-04-07T19:28:21.026Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-07T19:28:21.627Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-07T19:28:21.904Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-07T19:28:22.183Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-07T19:28:22.183Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-07T19:28:22.183Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-07T19:28:22.183Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-07T19:28:22.460Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-07T19:28:22.460Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-07T19:28:22.744Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-07T19:28:22.744Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-07T19:28:22.876Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-04-07T19:28:23.138Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-04-07T19:28:23.138Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-04-07T19:28:25.054Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-04-07T19:28:25.055Z] Building static-packages [2022-04-07T19:28:25.055Z] + snapcraftctl build [2022-04-07T19:28:26.170Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-07T19:28:26.170Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-07T19:28:26.450Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-07T19:28:26.729Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-07T19:28:26.729Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-07T19:28:26.966Z] Building version [2022-04-07T19:28:27.009Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-07T19:28:27.009Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-07T19:28:27.228Z] + snapcraftctl build [2022-04-07T19:28:27.290Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-07T19:28:27.570Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-07T19:28:28.173Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-07T19:28:28.173Z] go: downloading google.golang.org/api v0.70.0 [2022-04-07T19:28:29.141Z] Staging app-service-configurable [2022-04-07T19:28:29.141Z] + snapcraftctl stage [2022-04-07T19:28:30.181Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-07T19:28:30.181Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-07T19:28:30.181Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-07T19:28:30.181Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-07T19:28:30.461Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-07T19:28:30.461Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-07T19:28:30.745Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-07T19:28:30.745Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-07T19:28:31.053Z] Staging config-common [2022-04-07T19:28:31.053Z] + snapcraftctl stage [2022-04-07T19:28:31.357Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-07T19:28:31.357Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-07T19:28:32.438Z] Skipping stage go-build-helper (already ran) [2022-04-07T19:28:32.438Z] Staging edgex-go [2022-04-07T19:28:32.438Z] + snapcraftctl stage [2022-04-07T19:28:33.820Z] Staging hooks [2022-04-07T19:28:34.034Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-07T19:28:34.080Z] + snapcraftctl stage [2022-04-07T19:28:35.462Z] Staging static-packages [2022-04-07T19:28:35.462Z] + snapcraftctl stage [2022-04-07T19:28:36.847Z] Staging version [2022-04-07T19:28:36.847Z] + snapcraftctl stage [2022-04-07T19:28:38.334Z] Priming app-service-configurable [2022-04-07T19:28:38.334Z] + snapcraftctl prime [2022-04-07T19:28:40.892Z] The 'app-service-configurable' part is missing libraries that are not included in the snap or base. They can be satisfied by adding the following entry for this part [2022-04-07T19:28:40.892Z] stage-packages: [2022-04-07T19:28:40.892Z] - libnorm1 [2022-04-07T19:28:40.892Z] - libpgm-5.2-0 [2022-04-07T19:28:40.892Z] - libsodium23 [2022-04-07T19:28:40.892Z] - libzmq5 [2022-04-07T19:28:41.152Z] Priming config-common [2022-04-07T19:28:41.152Z] + snapcraftctl prime [2022-04-07T19:28:42.537Z] Priming go-build-helper [2022-04-07T19:28:42.537Z] + snapcraftctl prime [2022-04-07T19:28:43.920Z] Priming edgex-go [2022-04-07T19:28:43.920Z] + snapcraftctl prime [2022-04-07T19:28:45.833Z] Priming hooks [2022-04-07T19:28:45.833Z] + snapcraftctl prime [2022-04-07T19:28:47.217Z] Priming static-packages [2022-04-07T19:28:47.217Z] + snapcraftctl prime [2022-04-07T19:28:51.413Z] Priming version [2022-04-07T19:28:51.413Z] + snapcraftctl prime [2022-04-07T19:28:52.808Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-07T19:28:56.257Z] go: downloading google.golang.org/api v0.70.0 [2022-04-07T19:28:56.257Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-07T19:28:56.257Z] go: downloading k8s.io/api v0.23.4 [2022-04-07T19:29:11.411Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-07T19:29:11.411Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-07T19:29:16.909Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-07T19:29:16.909Z] go: downloading k8s.io/api v0.23.4 [2022-04-07T19:29:16.909Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-07T19:29:18.440Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-07T19:29:36.823Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-07T19:29:36.823Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-07T19:29:36.823Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-07T19:29:36.823Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-07T19:29:36.823Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-07T19:29:36.823Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-07T19:29:39.476Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-07T19:29:39.751Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-07T19:29:41.742Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-07T19:29:41.742Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-07T19:29:42.020Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-07T19:29:42.298Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-07T19:29:42.298Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-07T19:29:42.298Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-07T19:29:42.575Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-07T19:29:43.179Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-07T19:29:43.179Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-07T19:29:43.179Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-07T19:29:43.459Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-07T19:29:43.736Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-07T19:29:44.014Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-07T19:29:44.301Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-07T19:29:44.301Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-07T19:29:44.301Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-07T19:29:45.764Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-07T19:29:46.041Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-07T19:29:46.321Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-07T19:29:46.321Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-07T19:29:46.598Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-07T19:29:46.598Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-07T19:29:46.876Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-07T19:29:46.876Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-07T19:29:47.867Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-07T19:29:48.472Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-07T19:29:49.078Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-07T19:29:49.358Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-07T19:29:49.638Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-07T19:29:50.625Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-07T19:29:50.901Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-07T19:29:50.901Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-07T19:29:51.181Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-07T19:29:51.458Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-07T19:29:51.458Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-07T19:29:52.921Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-07T19:29:52.921Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-07T19:29:53.206Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-07T19:29:53.489Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-07T19:29:53.773Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-07T19:29:53.773Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-07T19:29:53.773Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-07T19:29:54.054Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-07T19:29:54.054Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-07T19:29:54.054Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-07T19:29:54.054Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-07T19:29:54.337Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-07T19:29:54.337Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-07T19:29:55.798Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-07T19:29:55.798Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-07T19:29:56.078Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-07T19:29:56.360Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-07T19:29:56.360Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-07T19:29:57.361Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-07T19:29:57.973Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-07T19:29:58.253Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-07T19:29:58.537Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-07T19:29:58.819Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-07T19:29:58.819Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-07T19:29:58.819Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-07T19:29:58.819Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-07T19:29:59.100Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-07T19:29:59.100Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-07T19:29:59.382Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-07T19:29:59.382Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-07T19:29:59.382Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-07T19:29:59.382Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-07T19:29:59.382Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-07T19:29:59.382Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-07T19:30:00.388Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-07T19:30:00.388Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-07T19:30:00.669Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-07T19:30:00.669Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-07T19:30:00.952Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-07T19:30:00.952Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-07T19:30:01.237Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-07T19:30:01.237Z] go: downloading go.opencensus.io v0.23.0 [2022-04-07T19:30:01.237Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-07T19:30:01.237Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-07T19:30:02.288Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-07T19:30:02.288Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-07T19:30:02.570Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-07T19:30:03.180Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-07T19:30:03.180Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-07T19:30:03.788Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-07T19:30:03.788Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-07T19:30:04.069Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-07T19:30:04.069Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-07T19:30:04.069Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-07T19:30:04.676Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-07T19:30:04.677Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-07T19:30:04.955Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-07T19:30:05.233Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-07T19:30:05.233Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-07T19:30:05.233Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-07T19:30:05.513Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-07T19:30:05.791Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-07T19:30:05.791Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-07T19:30:06.071Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-07T19:30:06.071Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-07T19:30:06.071Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-07T19:30:06.677Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-07T19:30:08.130Z] go: downloading go.opencensus.io v0.23.0 [2022-04-07T19:30:09.123Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-07T19:30:09.123Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-07T19:30:09.403Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-07T19:30:09.403Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-07T19:30:09.682Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-07T19:30:09.682Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-07T19:30:10.290Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-07T19:30:10.290Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-07T19:30:10.898Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-07T19:30:12.370Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-07T19:30:12.370Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-07T19:30:12.981Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-07T19:30:12.981Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-07T19:30:12.981Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-07T19:30:13.593Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-07T19:30:13.593Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-07T19:30:13.593Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-07T19:30:13.874Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-07T19:30:14.157Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-07T19:30:14.157Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-07T19:30:14.438Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-07T19:30:14.438Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-07T19:30:15.904Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-07T19:30:15.904Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-07T19:30:16.189Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-07T19:30:16.189Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-07T19:30:16.471Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-07T19:30:17.090Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-07T19:30:17.090Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-07T19:30:17.370Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-07T19:30:17.652Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-07T19:30:17.652Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-07T19:30:17.652Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-07T19:30:17.935Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-07T19:30:26.296Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-07T19:30:26.296Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-07T19:30:26.296Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-07T19:30:26.296Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-07T19:30:28.290Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-07T19:30:28.290Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-07T19:30:28.290Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-07T19:30:28.290Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-07T19:31:00.996Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-07T19:31:00.996Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-07T19:31:03.002Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-07T19:31:03.002Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-07T19:34:40.174Z] Removing intermediate container a776a9b1d96e [2022-04-07T19:34:40.174Z] ---> 2e9a627b3000 [2022-04-07T19:34:40.174Z] [2022-04-07T19:34:40.174Z] Step 9/20 : FROM alpine:3.15 [2022-04-07T19:34:40.174Z] 3.15: Pulling from library/alpine [2022-04-07T19:34:40.174Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-07T19:34:40.174Z] Status: Downloaded newer image for alpine:3.15 [2022-04-07T19:34:40.174Z] ---> 3fb3c9af89a9 [2022-04-07T19:34:40.174Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-07T19:34:40.174Z] ---> Running in 32b8c98f9d4e [2022-04-07T19:34:40.174Z] Removing intermediate container 32b8c98f9d4e [2022-04-07T19:34:40.174Z] ---> 3e4fd056f37c [2022-04-07T19:34:40.174Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:34:40.174Z] ---> Running in af6b3e3cbcf8 [2022-04-07T19:34:40.174Z] Removing intermediate container af6b3e3cbcf8 [2022-04-07T19:34:40.174Z] ---> ad553c5d363d [2022-04-07T19:34:40.174Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-07T19:34:40.174Z] ---> Running in f571b0602113 [2022-04-07T19:34:41.171Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:34:42.168Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:34:44.179Z] v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-07T19:34:44.179Z] v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-07T19:34:44.179Z] OK: 15729 distinct packages available [2022-04-07T19:34:44.179Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:34:45.174Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:34:46.643Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-07T19:34:46.930Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-07T19:34:47.215Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-07T19:34:47.215Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-07T19:34:47.497Z] (5/9) Installing curl (7.80.0-r0) [2022-04-07T19:34:47.497Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:34:47.497Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-07T19:34:47.497Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-07T19:34:47.779Z] (8/9) Installing libucontext (1.1-r0) [2022-04-07T19:34:47.779Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-07T19:34:47.779Z] Executing busybox-1.34.1-r5.trigger [2022-04-07T19:34:48.065Z] Executing ca-certificates-20211220-r0.trigger [2022-04-07T19:34:48.350Z] OK: 8 MiB in 23 packages [2022-04-07T19:34:51.023Z] Removing intermediate container f571b0602113 [2022-04-07T19:34:51.023Z] ---> 7910663acdd6 [2022-04-07T19:34:51.023Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T19:34:52.488Z] ---> 343360cc828e [2022-04-07T19:34:52.488Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-07T19:34:56.840Z] ---> dda9bbedf88f [2022-04-07T19:34:56.840Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-07T19:34:58.863Z] ---> 78b6c6b3d233 [2022-04-07T19:34:58.864Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-07T19:34:58.864Z] ---> Running in 45c2d587bad4 [2022-04-07T19:35:00.322Z] Removing intermediate container 45c2d587bad4 [2022-04-07T19:35:00.323Z] ---> 0a40deabc3b9 [2022-04-07T19:35:00.323Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T19:35:00.323Z] ---> Running in b5d09bf66837 [2022-04-07T19:35:01.323Z] Removing intermediate container b5d09bf66837 [2022-04-07T19:35:01.323Z] ---> fe920157305c [2022-04-07T19:35:01.323Z] Step 18/20 : LABEL arch=arm64 [2022-04-07T19:35:01.936Z] ---> Running in 568c3bbd38e1 [2022-04-07T19:35:02.954Z] Removing intermediate container 568c3bbd38e1 [2022-04-07T19:35:02.954Z] ---> 6a6e413080ba [2022-04-07T19:35:02.954Z] Step 19/20 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:35:02.954Z] ---> Running in 01974ee0edd2 [2022-04-07T19:35:04.415Z] Removing intermediate container 01974ee0edd2 [2022-04-07T19:35:04.415Z] ---> 7fd9f612ac4c [2022-04-07T19:35:04.415Z] Step 20/20 : LABEL version=0.0.0 [2022-04-07T19:35:04.695Z] ---> Running in dc8a5cedf221 [2022-04-07T19:35:06.151Z] Removing intermediate container dc8a5cedf221 [2022-04-07T19:35:06.151Z] ---> 7d2b4091592d [2022-04-07T19:35:06.151Z] [2022-04-07T19:35:07.616Z] Successfully built 7d2b4091592d [2022-04-07T19:35:07.616Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-07T19:35:07.616Z] Building core-command [2022-04-07T19:35:11.328Z]  Building security-spiffe-token-provider ... done Removing intermediate container 4b91b9f95009 [2022-04-07T19:35:11.328Z] ---> e7481591ed4e [2022-04-07T19:35:11.328Z] [2022-04-07T19:35:11.328Z] Step 10/31 : FROM alpine:3.14 [2022-04-07T19:35:11.328Z] 3.14: Pulling from library/alpine [2022-04-07T19:35:13.335Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-07T19:35:13.335Z] Status: Downloaded newer image for alpine:3.14 [2022-04-07T19:35:13.335Z] ---> ac73e934f311 [2022-04-07T19:35:13.335Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-07T19:35:14.337Z] ---> Running in dbe9224f1897 [2022-04-07T19:35:15.340Z] Removing intermediate container dbe9224f1897 [2022-04-07T19:35:15.340Z] ---> f1682d83ad63 [2022-04-07T19:35:15.340Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-07T19:35:15.622Z] ---> Running in 37f44e248dec [2022-04-07T19:35:16.356Z] Removing intermediate container d651e3d120f9 [2022-04-07T19:35:16.356Z] ---> ee719fc1dc4e [2022-04-07T19:35:16.356Z] [2022-04-07T19:35:16.356Z] Step 10/25 : FROM alpine:3.14 [2022-04-07T19:35:16.356Z] ---> ac73e934f311 [2022-04-07T19:35:16.356Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-07T19:35:16.684Z] ---> Running in 0ceaad03620e [2022-04-07T19:35:18.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:35:19.185Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:35:19.185Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:35:19.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:35:20.398Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-07T19:35:20.398Z] (2/2) Installing su-exec (0.2-r1) [2022-04-07T19:35:20.398Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T19:35:20.677Z] OK: 6 MiB in 16 packages [2022-04-07T19:35:21.284Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-07T19:35:21.562Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-07T19:35:21.562Z] (3/3) Installing su-exec (0.2-r1) [2022-04-07T19:35:21.562Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T19:35:21.562Z] Executing ca-certificates-20211220-r0.trigger [2022-04-07T19:35:22.178Z] OK: 6 MiB in 17 packages [2022-04-07T19:35:22.785Z] Removing intermediate container 37f44e248dec [2022-04-07T19:35:22.785Z] ---> 6e4d9274a88c [2022-04-07T19:35:22.785Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-07T19:35:22.785Z] ---> Running in 23d09aaf95e3 [2022-04-07T19:35:24.247Z] Removing intermediate container 23d09aaf95e3 [2022-04-07T19:35:24.247Z] ---> dc7390c44ae7 [2022-04-07T19:35:24.247Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-07T19:35:24.247Z] ---> Running in eb6865ad307f [2022-04-07T19:35:25.256Z] Removing intermediate container eb6865ad307f [2022-04-07T19:35:25.256Z] ---> edc2c30da7ef [2022-04-07T19:35:25.256Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-07T19:35:25.256Z] Removing intermediate container 0ceaad03620e [2022-04-07T19:35:25.256Z] ---> 4dc3048b2bf6 [2022-04-07T19:35:25.256Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-07T19:35:25.541Z] ---> Running in 5b255df6d057 [2022-04-07T19:35:25.541Z] ---> Running in f82097462e36 [2022-04-07T19:35:27.013Z] Removing intermediate container f82097462e36 [2022-04-07T19:35:27.013Z] ---> a5718c6aed32 [2022-04-07T19:35:27.013Z] Step 13/25 : WORKDIR / [2022-04-07T19:35:27.013Z] ---> Running in 17ab4f98556e [2022-04-07T19:35:28.023Z] Removing intermediate container 17ab4f98556e [2022-04-07T19:35:28.023Z] ---> ce41955a9ef4 [2022-04-07T19:35:28.023Z] 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-07T19:35:29.494Z] ---> 2faa8e8bc9fd [2022-04-07T19:35:29.494Z] 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-07T19:35:30.135Z] Removing intermediate container 5b255df6d057 [2022-04-07T19:35:30.135Z] ---> b3b61e3167dc [2022-04-07T19:35:30.135Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-07T19:35:30.433Z] ---> Running in bfd05231e9ab [2022-04-07T19:35:31.062Z] Removing intermediate container bfd05231e9ab [2022-04-07T19:35:31.062Z] ---> 425e2a911b62 [2022-04-07T19:35:31.062Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-07T19:35:31.679Z] ---> c7975bf627b7 [2022-04-07T19:35:31.679Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-07T19:35:32.672Z] ---> ce5286810459 [2022-04-07T19:35:32.672Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-07T19:35:32.952Z] ---> Running in 03fc1a98d939 [2022-04-07T19:35:33.560Z] ---> 692c0a7f60be [2022-04-07T19:35:33.560Z] 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-07T19:35:35.597Z] ---> 5be145e28153 [2022-04-07T19:35:35.597Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-07T19:35:37.059Z] Removing intermediate container 03fc1a98d939 [2022-04-07T19:35:37.059Z] ---> c3fcaef734ca [2022-04-07T19:35:37.059Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T19:35:39.058Z] ---> 5f961bdf99f0 [2022-04-07T19:35:39.058Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-07T19:35:39.667Z] ---> 0d5a0f3edbae [2022-04-07T19:35:39.667Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-07T19:35:44.023Z] ---> 5ce6614adc5d [2022-04-07T19:35:44.023Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-07T19:35:44.304Z] ---> 5386059cc560 [2022-04-07T19:35:44.304Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-07T19:35:45.315Z] ---> d9512ae03b5b [2022-04-07T19:35:45.315Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-07T19:35:45.948Z] ---> 8f28dff7656f [2022-04-07T19:35:45.948Z] 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-07T19:35:46.274Z] ---> Running in ec1f35013013 [2022-04-07T19:35:47.787Z] ---> bc2ac8c3a666 [2022-04-07T19:35:47.787Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-07T19:35:49.816Z] ---> 0c40ec054045 [2022-04-07T19:35:49.816Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-07T19:35:50.431Z] ---> Running in e7b00673b9da [2022-04-07T19:35:50.431Z] Removing intermediate container ec1f35013013 [2022-04-07T19:35:50.431Z] ---> d55eb4487ea1 [2022-04-07T19:35:50.431Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-07T19:35:50.721Z] ---> Running in 673cfe1fb90f [2022-04-07T19:35:51.726Z] Removing intermediate container e7b00673b9da [2022-04-07T19:35:51.726Z] ---> bada8cbd8a69 [2022-04-07T19:35:51.726Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-07T19:35:52.002Z] Removing intermediate container 673cfe1fb90f [2022-04-07T19:35:52.002Z] ---> 804b6bbd7915 [2022-04-07T19:35:52.002Z] Step 23/25 : LABEL arch=arm64 [2022-04-07T19:35:52.286Z] ---> Running in 25f28fa7695e [2022-04-07T19:35:52.286Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:35:52.286Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:35:52.286Z] ---> 47f75f7ae24e [2022-04-07T19:35:52.286Z] Step 3/23 : WORKDIR /edgex-go [2022-04-07T19:35:52.286Z] ---> Using cache [2022-04-07T19:35:52.286Z] ---> eab5067b4ed4 [2022-04-07T19:35:52.286Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:35:52.286Z] ---> Using cache [2022-04-07T19:35:52.286Z] ---> 35e5ea412454 [2022-04-07T19:35:52.286Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-07T19:35:52.286Z] ---> Running in 296e910a79b0 [2022-04-07T19:35:53.751Z] ---> b8f5baa66dea [2022-04-07T19:35:53.751Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-07T19:35:53.751Z] Removing intermediate container 25f28fa7695e [2022-04-07T19:35:53.751Z] ---> 807e1a1e36b2 [2022-04-07T19:35:53.751Z] Step 24/25 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:35:53.751Z] ---> Running in acafd9fb9d79 [2022-04-07T19:35:54.033Z] ---> Running in 1a3ecc65b93e [2022-04-07T19:35:54.643Z] Removing intermediate container acafd9fb9d79 [2022-04-07T19:35:54.643Z] ---> c391dce61e11 [2022-04-07T19:35:54.643Z] Step 25/25 : LABEL version=0.0.0 [2022-04-07T19:35:54.643Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:35:54.920Z] ---> Running in 137bdb035a8a [2022-04-07T19:35:55.524Z] Removing intermediate container 137bdb035a8a [2022-04-07T19:35:55.524Z] ---> 98d6779cc7a1 [2022-04-07T19:35:55.524Z] [2022-04-07T19:35:55.802Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:35:56.408Z] Successfully built 98d6779cc7a1 [2022-04-07T19:35:56.408Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-07T19:35:56.408Z]  Building security-secretstore-setup ... done Building sys-mgmt-agent [2022-04-07T19:35:57.407Z] OK: 220 MiB in 52 packages [2022-04-07T19:35:58.058Z] Removing intermediate container 1a3ecc65b93e [2022-04-07T19:35:58.058Z] ---> 4be5d1bb1fbd [2022-04-07T19:35:58.058Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-07T19:35:58.661Z] ---> Running in e07820d2639f [2022-04-07T19:35:58.939Z] Removing intermediate container 296e910a79b0 [2022-04-07T19:35:58.939Z] ---> 6e0b62e84eff [2022-04-07T19:35:58.939Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-07T19:35:59.561Z] Removing intermediate container e07820d2639f [2022-04-07T19:35:59.561Z] ---> b1cf5a1679e0 [2022-04-07T19:35:59.561Z] Step 28/31 : CMD ["gate"] [2022-04-07T19:36:00.186Z] ---> Running in 361d30bbff7e [2022-04-07T19:36:00.466Z] ---> 1d939bb2b9c5 [2022-04-07T19:36:00.466Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:36:00.743Z] ---> Running in 81d0b68ebe18 [2022-04-07T19:36:01.022Z] Removing intermediate container 361d30bbff7e [2022-04-07T19:36:01.022Z] ---> a4dce7c2bd4f [2022-04-07T19:36:01.022Z] Step 29/31 : LABEL arch=arm64 [2022-04-07T19:36:01.626Z] ---> Running in 353e27442468 [2022-04-07T19:36:03.091Z] Removing intermediate container 353e27442468 [2022-04-07T19:36:03.091Z] ---> 7a59506ba53a [2022-04-07T19:36:03.091Z] Step 30/31 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:36:03.091Z] ---> Running in 41d983627ef7 [2022-04-07T19:36:04.114Z] Removing intermediate container 41d983627ef7 [2022-04-07T19:36:04.114Z] ---> 082d127af20d [2022-04-07T19:36:04.114Z] Step 31/31 : LABEL version=0.0.0 [2022-04-07T19:36:04.114Z] ---> Running in d8f166219ba1 [2022-04-07T19:36:04.720Z] Removing intermediate container d8f166219ba1 [2022-04-07T19:36:04.720Z] ---> 8329b114d419 [2022-04-07T19:36:04.720Z] [2022-04-07T19:36:05.345Z] Successfully built 8329b114d419 [2022-04-07T19:36:05.345Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-07T19:36:05.345Z]  Building security-bootstrapper ... done Building security-spire-agent [2022-04-07T19:36:06.806Z] Removing intermediate container 81d0b68ebe18 [2022-04-07T19:36:06.806Z] ---> ef3581a5fd98 [2022-04-07T19:36:06.806Z] Step 8/23 : COPY . . [2022-04-07T19:36:45.911Z] ---> 8bbe070e4ea3 [2022-04-07T19:36:45.911Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-07T19:36:45.911Z] ---> Running in ed472f9ad2de [2022-04-07T19:36:45.911Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:36:49.355Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:36:49.355Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:36:49.355Z] ---> 47f75f7ae24e [2022-04-07T19:36:49.355Z] Step 3/23 : WORKDIR /edgex-go [2022-04-07T19:36:49.355Z] ---> Using cache [2022-04-07T19:36:49.355Z] ---> eab5067b4ed4 [2022-04-07T19:36:49.355Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:36:49.355Z] ---> Using cache [2022-04-07T19:36:49.355Z] ---> 35e5ea412454 [2022-04-07T19:36:49.355Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-07T19:36:49.355Z] ---> Running in f5e2f29b74f0 [2022-04-07T19:36:51.357Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:36:52.358Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:36:55.341Z] OK: 220 MiB in 52 packages [2022-04-07T19:36:57.392Z] Removing intermediate container f5e2f29b74f0 [2022-04-07T19:36:57.392Z] ---> ea5e327bfb41 [2022-04-07T19:36:57.392Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-07T19:36:58.395Z] ---> cba10eeb6e27 [2022-04-07T19:36:58.395Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:36:58.677Z] ---> Running in 4d82eb4828ab [2022-04-07T19:37:00.691Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:37:00.691Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:37:00.692Z] ---> 47f75f7ae24e [2022-04-07T19:37:00.692Z] Step 3/26 : WORKDIR /edgex-go [2022-04-07T19:37:00.692Z] ---> Using cache [2022-04-07T19:37:00.692Z] ---> eab5067b4ed4 [2022-04-07T19:37:00.692Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:37:00.692Z] ---> Using cache [2022-04-07T19:37:00.692Z] ---> 35e5ea412454 [2022-04-07T19:37:00.692Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-07T19:37:00.692Z] ---> Using cache [2022-04-07T19:37:00.692Z] ---> 4d64dc32f50c [2022-04-07T19:37:00.692Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-07T19:37:00.692Z] ---> Using cache [2022-04-07T19:37:00.692Z] ---> 47456beb337f [2022-04-07T19:37:00.692Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:37:00.692Z] ---> Using cache [2022-04-07T19:37:00.692Z] ---> 949f465eb055 [2022-04-07T19:37:00.692Z] Step 8/26 : COPY . . [2022-04-07T19:37:00.692Z] ---> Using cache [2022-04-07T19:37:00.692Z] ---> dc5d2dc0ce76 [2022-04-07T19:37:00.692Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-07T19:37:01.002Z] ---> Using cache [2022-04-07T19:37:01.002Z] ---> d8dbc90587da [2022-04-07T19:37:01.002Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-07T19:37:01.002Z] ---> Using cache [2022-04-07T19:37:01.002Z] ---> c2c8390f54c9 [2022-04-07T19:37:01.002Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-07T19:37:01.002Z] ---> Using cache [2022-04-07T19:37:01.002Z] ---> 83487678c766 [2022-04-07T19:37:01.002Z] 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-07T19:37:01.002Z] ---> Running in 23c329ef0db6 [2022-04-07T19:37:03.680Z] spire-1.2.1/ [2022-04-07T19:37:03.680Z] spire-1.2.1/.data/ [2022-04-07T19:37:03.680Z] spire-1.2.1/.data/.file [2022-04-07T19:37:03.680Z] spire-1.2.1/.dockerignore [2022-04-07T19:37:03.680Z] spire-1.2.1/.gitattributes [2022-04-07T19:37:03.680Z] spire-1.2.1/.githooks/ [2022-04-07T19:37:03.680Z] spire-1.2.1/.githooks/pre-commit [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/ [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/dependabot.yml [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/workflows/ [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-07T19:37:03.680Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-07T19:37:03.680Z] spire-1.2.1/.gitignore [2022-04-07T19:37:03.680Z] spire-1.2.1/.go-version [2022-04-07T19:37:03.680Z] spire-1.2.1/.golangci.yml [2022-04-07T19:37:03.680Z] spire-1.2.1/ADOPTERS.md [2022-04-07T19:37:03.680Z] spire-1.2.1/CHANGELOG.md [2022-04-07T19:37:03.680Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-07T19:37:03.680Z] spire-1.2.1/CODEOWNERS [2022-04-07T19:37:03.680Z] spire-1.2.1/CONTRIBUTING.md [2022-04-07T19:37:03.680Z] spire-1.2.1/Dockerfile [2022-04-07T19:37:03.960Z] spire-1.2.1/Dockerfile.dev [2022-04-07T19:37:03.960Z] spire-1.2.1/Dockerfile.scratch [2022-04-07T19:37:03.960Z] spire-1.2.1/LICENSE [2022-04-07T19:37:03.960Z] spire-1.2.1/MAINTAINERS.md [2022-04-07T19:37:03.960Z] spire-1.2.1/Makefile [2022-04-07T19:37:03.960Z] spire-1.2.1/README.md [2022-04-07T19:37:03.960Z] spire-1.2.1/ROADMAP.md [2022-04-07T19:37:03.960Z] spire-1.2.1/SECURITY.md [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-07T19:37:03.960Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-07T19:37:03.961Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-07T19:37:03.961Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-07T19:37:03.961Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-07T19:37:03.961Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-07T19:37:03.961Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-07T19:37:03.961Z] spire-1.2.1/conf/ [2022-04-07T19:37:03.961Z] spire-1.2.1/conf/agent/ [2022-04-07T19:37:03.961Z] spire-1.2.1/conf/agent/agent.conf [2022-04-07T19:37:03.961Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-07T19:37:03.961Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-07T19:37:03.961Z] spire-1.2.1/conf/server/ [2022-04-07T19:37:03.961Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-07T19:37:03.961Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-07T19:37:03.961Z] spire-1.2.1/conf/server/server.conf [2022-04-07T19:37:03.961Z] spire-1.2.1/conf/server/server_full.conf [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/ [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/SPIRE101.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/auditlog.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/ [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-07T19:37:03.961Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/scaling_spire.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/spire_agent.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/spire_server.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/supported_integrations.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/telemetry.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/telemetry_config.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/upgrading.md [2022-04-07T19:37:04.241Z] spire-1.2.1/doc/using_spire.md [2022-04-07T19:37:04.241Z] spire-1.2.1/examples/ [2022-04-07T19:37:04.241Z] spire-1.2.1/examples/README.md [2022-04-07T19:37:04.241Z] spire-1.2.1/go.mod [2022-04-07T19:37:04.241Z] spire-1.2.1/go.sum [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/agent.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/client/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/common/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/config.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-07T19:37:04.241Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/svid/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/names.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/auth/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cli/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-07T19:37:04.526Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/health/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/health/config.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/health/context.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/health/health.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/idutil/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/log/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/log/log.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/log/options.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-07T19:37:04.527Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/profiling/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/selector/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/uptime/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/util/ [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-07T19:37:04.806Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/util/task.go [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/version/ [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/version/version.go [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/x509util/ [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-07T19:37:04.807Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/api.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/health/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/id.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/status.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/bundle/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/cache/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/catalog/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/config.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-07T19:37:05.095Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/ [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-07T19:37:05.096Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.goRemoving intermediate container 4d82eb4828ab [2022-04-07T19:37:05.383Z] ---> 9fc79c30ea10 [2022-04-07T19:37:05.383Z] Step 8/23 : COPY . . [2022-04-07T19:37:05.383Z] [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-07T19:37:05.383Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/registration/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/server.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/server_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/svid/ [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-07T19:37:05.384Z] spire-1.2.1/proto/ [2022-04-07T19:37:05.384Z] spire-1.2.1/proto/private/ [2022-04-07T19:37:05.384Z] spire-1.2.1/proto/private/server/ [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/private/server/journal/ [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/ [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/common/ [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/plugin/ [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-07T19:37:05.663Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-07T19:37:05.663Z] spire-1.2.1/release/ [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire-extras/ [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire-extras/README.md [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire/ [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire/README.md [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire/conf/ [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire/conf/server/ [2022-04-07T19:37:05.663Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-07T19:37:05.663Z] spire-1.2.1/script/ [2022-04-07T19:37:05.663Z] spire-1.2.1/script/build-artifact.sh [2022-04-07T19:37:05.663Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-07T19:37:05.663Z] spire-1.2.1/support/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-07T19:37:05.663Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-07T19:37:05.664Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-07T19:37:05.664Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/clock/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/clock/clock.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-07T19:37:05.664Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/fixture.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/registration/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-07T19:37:05.945Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/README.md [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/common [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-07T19:37:05.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-07T19:37:05.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-07T19:37:06.224Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-07T19:37:06.224Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-07T19:37:06.224Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-07T19:37:06.225Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-07T19:37:06.226Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/test-one.sh [2022-04-07T19:37:06.506Z] spire-1.2.1/test/integration/test.sh [2022-04-07T19:37:06.506Z] spire-1.2.1/test/plugintest/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/plugintest/config.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/plugintest/load.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/plugintest/option.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/spiretest/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/spiretest/dir.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/spiretest/logs.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/spiretest/suite.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/spiretest/x509.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/testca/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/testca/ca.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/testkey/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/testkey/generate.sh [2022-04-07T19:37:06.506Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/testkey/keys.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/testkey/new.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/tpmsimulator/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/util/ [2022-04-07T19:37:06.506Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/util/cert_generation.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/util/io_redirection.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/util/race.go [2022-04-07T19:37:06.506Z] spire-1.2.1/test/util/util.go [2022-04-07T19:37:06.506Z] building spire from source... [2022-04-07T19:37:07.116Z] Installing go1.17.7... [2022-04-07T19:37:29.391Z] ---> 618b0dfaf17a [2022-04-07T19:37:29.391Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-07T19:37:29.391Z] ---> Running in 237408213f2e [2022-04-07T19:37:30.863Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:37:39.314Z] Building bin/spire-server... [2022-04-07T19:37:39.593Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-07T19:37:39.593Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-07T19:37:39.593Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-07T19:37:40.585Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-07T19:37:40.864Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-07T19:37:44.282Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-07T19:37:44.884Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-07T19:37:45.160Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-07T19:37:45.437Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-07T19:37:46.040Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-07T19:37:46.315Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-07T19:37:46.315Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-07T19:37:46.593Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-07T19:37:46.868Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-07T19:37:47.142Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-07T19:37:47.142Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-07T19:37:47.142Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-07T19:37:47.142Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-07T19:37:47.416Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-07T19:37:47.691Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-07T19:37:49.138Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-07T19:37:49.138Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-07T19:38:15.997Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-07T19:38:15.997Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-07T19:38:15.997Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-07T19:38:15.997Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-07T19:38:15.997Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-07T19:38:15.997Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-07T19:38:15.997Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-07T19:38:15.997Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-07T19:38:15.997Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-07T19:38:15.997Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-07T19:38:15.997Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-07T19:38:15.997Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-07T19:38:15.997Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-07T19:38:15.997Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-07T19:38:16.986Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-07T19:38:16.986Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-07T19:38:16.986Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-07T19:38:16.986Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-07T19:38:17.592Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-07T19:38:17.592Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-07T19:38:17.871Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-07T19:38:18.149Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-07T19:38:18.149Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-07T19:38:18.149Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-07T19:38:18.427Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-07T19:38:18.427Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-07T19:38:19.031Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-07T19:38:19.031Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-07T19:38:19.313Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-07T19:38:19.591Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-07T19:38:20.200Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-07T19:38:21.195Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-07T19:38:21.195Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-07T19:38:21.195Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-07T19:38:22.647Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-07T19:38:24.642Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-07T19:38:31.400Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-07T19:38:31.400Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-07T19:38:31.400Z] go: downloading google.golang.org/api v0.70.0 [2022-04-07T19:38:31.400Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-07T19:38:31.400Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-07T19:38:31.400Z] go: downloading k8s.io/api v0.23.4 [2022-04-07T19:38:46.649Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-07T19:39:25.723Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-07T19:39:25.723Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-07T19:39:25.723Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-07T19:39:27.214Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-07T19:39:27.214Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-07T19:39:27.835Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-07T19:39:28.840Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-07T19:39:29.455Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-07T19:39:29.455Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-07T19:39:29.740Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-07T19:39:30.351Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-07T19:39:33.789Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-07T19:39:34.397Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-07T19:39:34.675Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-07T19:39:34.954Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-07T19:39:35.233Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-07T19:39:35.509Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-07T19:39:35.787Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-07T19:39:36.065Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-07T19:39:36.344Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-07T19:39:37.339Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-07T19:39:37.618Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-07T19:39:37.896Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-07T19:39:38.175Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-07T19:39:38.175Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-07T19:39:38.455Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-07T19:39:45.197Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-07T19:39:45.198Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-07T19:39:46.190Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-07T19:39:46.468Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-07T19:39:46.468Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-07T19:39:47.453Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-07T19:39:48.052Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-07T19:39:48.052Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-07T19:39:49.035Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-07T19:39:49.309Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-07T19:39:49.309Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-07T19:39:49.584Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-07T19:39:49.584Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-07T19:39:49.584Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-07T19:39:49.584Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-07T19:39:49.859Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-07T19:39:49.859Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-07T19:39:50.134Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-07T19:39:50.134Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-07T19:39:50.409Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-07T19:39:50.409Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-07T19:39:51.855Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-07T19:39:51.855Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-07T19:39:52.131Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-07T19:39:52.131Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-07T19:39:52.407Z] go: downloading go.opencensus.io v0.23.0 [2022-04-07T19:39:53.394Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-07T19:39:56.036Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-07T19:39:56.036Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-07T19:39:56.036Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-07T19:39:59.450Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-07T19:39:59.450Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-07T19:40:00.054Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-07T19:40:00.660Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-07T19:40:00.660Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-07T19:40:00.938Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-07T19:40:03.608Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-07T19:40:03.608Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-07T19:40:03.887Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-07T19:40:03.887Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-07T19:40:04.496Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-07T19:40:04.778Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-07T19:40:05.061Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-07T19:40:05.061Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-07T19:40:05.344Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-07T19:40:05.344Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-07T19:40:05.630Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-07T19:40:18.108Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-07T19:40:18.108Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-07T19:40:18.108Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-07T19:40:18.108Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-07T19:41:05.133Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-07T19:41:05.133Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-07T19:44:57.580Z] Removing intermediate container ed472f9ad2de [2022-04-07T19:44:57.581Z] ---> 2f2e06ec4bc6 [2022-04-07T19:44:57.581Z] [2022-04-07T19:44:57.581Z] Step 10/23 : FROM alpine:3.14 [2022-04-07T19:44:57.581Z] ---> ac73e934f311 [2022-04-07T19:44:57.581Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-07T19:44:57.581Z] ---> Running in 031ee6ec9319 [2022-04-07T19:44:57.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:44:57.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:44:57.581Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-07T19:44:57.581Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T19:44:57.581Z] OK: 5 MiB in 15 packages [2022-04-07T19:44:57.581Z] Removing intermediate container 031ee6ec9319 [2022-04-07T19:44:57.581Z] ---> 0aa3005af6ee [2022-04-07T19:44:57.581Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-07T19:44:57.581Z] ---> Running in fd2d162360eb [2022-04-07T19:44:57.581Z] Removing intermediate container fd2d162360eb [2022-04-07T19:44:57.581Z] ---> 7163a82d6e47 [2022-04-07T19:44:57.581Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-07T19:44:57.581Z] ---> Running in 656c60f84d57 [2022-04-07T19:44:57.581Z] Removing intermediate container 656c60f84d57 [2022-04-07T19:44:57.581Z] ---> 69b92d210b36 [2022-04-07T19:44:57.581Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-07T19:44:57.581Z] ---> Running in bb54f2aef5a8 [2022-04-07T19:44:57.581Z] Removing intermediate container bb54f2aef5a8 [2022-04-07T19:44:57.581Z] ---> 59a99977d3df [2022-04-07T19:44:57.581Z] Step 15/23 : WORKDIR / [2022-04-07T19:44:57.581Z] ---> Running in dfce0cead3de [2022-04-07T19:44:57.581Z] Removing intermediate container dfce0cead3de [2022-04-07T19:44:57.581Z] ---> d738972a8e20 [2022-04-07T19:44:57.581Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T19:44:57.581Z] ---> 31d73363e0e7 [2022-04-07T19:44:57.581Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-07T19:44:57.581Z] ---> 8fdbb52aed0a [2022-04-07T19:44:57.581Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-07T19:44:58.183Z] ---> a236d682e88b [2022-04-07T19:44:58.183Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-07T19:44:58.183Z] ---> Running in 5a85dabc8a53 [2022-04-07T19:44:58.802Z] Removing intermediate container 5a85dabc8a53 [2022-04-07T19:44:58.802Z] ---> 8345f55126bc [2022-04-07T19:44:58.802Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T19:44:59.094Z] ---> Running in 3c6853aa09ca [2022-04-07T19:44:59.375Z] Removing intermediate container 3c6853aa09ca [2022-04-07T19:44:59.375Z] ---> 102a31bba125 [2022-04-07T19:44:59.375Z] Step 21/23 : LABEL arch=arm64 [2022-04-07T19:44:59.655Z] ---> Running in 3b802cc1ec4a [2022-04-07T19:45:00.304Z] Removing intermediate container 3b802cc1ec4a [2022-04-07T19:45:00.304Z] ---> f643ebc45bb7 [2022-04-07T19:45:00.304Z] Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:45:00.304Z] ---> Running in 80d24e675432 [2022-04-07T19:45:00.928Z] Removing intermediate container 80d24e675432 [2022-04-07T19:45:00.928Z] ---> 51ecb052138c [2022-04-07T19:45:00.928Z] Step 23/23 : LABEL version=0.0.0 [2022-04-07T19:45:00.928Z] ---> Running in e1a65f8781d9 [2022-04-07T19:45:01.540Z] Removing intermediate container e1a65f8781d9 [2022-04-07T19:45:01.540Z] ---> e7751389da3b [2022-04-07T19:45:01.540Z] [2022-04-07T19:45:02.148Z] Successfully built e7751389da3b [2022-04-07T19:45:02.148Z] Successfully tagged core-command-arm64:latest [2022-04-07T19:45:02.148Z] Building core-metadata [2022-04-07T19:45:41.555Z]  Building core-command ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:45:41.555Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:45:41.555Z] ---> 47f75f7ae24e [2022-04-07T19:45:41.555Z] Step 3/23 : WORKDIR /edgex-go [2022-04-07T19:45:41.555Z] ---> Using cache [2022-04-07T19:45:41.555Z] ---> eab5067b4ed4 [2022-04-07T19:45:41.555Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:45:41.555Z] ---> Using cache [2022-04-07T19:45:41.555Z] ---> 35e5ea412454 [2022-04-07T19:45:41.555Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-07T19:45:41.555Z] ---> Using cache [2022-04-07T19:45:41.555Z] ---> 6e0b62e84eff [2022-04-07T19:45:41.555Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-07T19:45:41.555Z] ---> Using cache [2022-04-07T19:45:41.555Z] ---> 1d939bb2b9c5 [2022-04-07T19:45:41.555Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:45:41.555Z] ---> Using cache [2022-04-07T19:45:41.555Z] ---> ef3581a5fd98 [2022-04-07T19:45:41.555Z] Step 8/23 : COPY . . [2022-04-07T19:45:41.555Z] ---> Using cache [2022-04-07T19:45:41.555Z] ---> 8bbe070e4ea3 [2022-04-07T19:45:41.555Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-07T19:45:41.555Z] ---> Running in 265301d41e3b [2022-04-07T19:45:41.555Z] Removing intermediate container 237408213f2e [2022-04-07T19:45:41.555Z] ---> 408b15457cd8 [2022-04-07T19:45:41.555Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-07T19:45:41.555Z] ---> Running in a3a7d54c5021 [2022-04-07T19:45:41.834Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:45:42.446Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:45:46.813Z] Removing intermediate container a3a7d54c5021 [2022-04-07T19:45:46.813Z] ---> c9762157482a [2022-04-07T19:45:46.813Z] [2022-04-07T19:45:46.813Z] Step 11/23 : FROM docker:20.10.14 [2022-04-07T19:45:46.813Z] 20.10.14: Pulling from library/docker [2022-04-07T19:46:02.021Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-07T19:46:02.021Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-07T19:46:02.021Z] ---> c346e9eafbab [2022-04-07T19:46:02.021Z] 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-07T19:46:02.643Z] ---> Running in 54867b01955f [2022-04-07T19:46:02.936Z] Removing intermediate container 54867b01955f [2022-04-07T19:46:02.936Z] ---> a1280c70955b [2022-04-07T19:46:02.936Z] 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-07T19:46:03.217Z] ---> Running in 7c046c33864f [2022-04-07T19:46:05.248Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:46:05.529Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:46:06.535Z] (1/43) Installing readline (8.1.1-r0) [2022-04-07T19:46:06.535Z] (2/43) Installing bash (5.1.16-r0) [2022-04-07T19:46:06.815Z] Executing bash-5.1.16-r0.post-install [2022-04-07T19:46:06.815Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-07T19:46:06.815Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-07T19:46:06.815Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-07T19:46:06.815Z] (6/43) Installing curl (7.80.0-r0) [2022-04-07T19:46:06.815Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-07T19:46:06.815Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-07T19:46:06.815Z] (9/43) Installing expat (2.4.7-r0) [2022-04-07T19:46:06.815Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-07T19:46:06.815Z] (11/43) Installing gdbm (1.22-r0) [2022-04-07T19:46:06.815Z] (12/43) Installing xz-libs (5.2.5-r0) [2022-04-07T19:46:06.815Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-07T19:46:06.815Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-07T19:46:07.099Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-07T19:46:07.099Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-07T19:46:07.099Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-07T19:46:09.767Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-07T19:46:09.767Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-07T19:46:09.767Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-07T19:46:09.767Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-07T19:46:09.767Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-07T19:46:09.767Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-07T19:46:09.767Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-07T19:46:09.767Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-07T19:46:09.767Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-07T19:46:09.767Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-07T19:46:10.048Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-07T19:46:10.048Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-07T19:46:10.048Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-07T19:46:10.048Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-07T19:46:10.048Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-07T19:46:10.048Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-07T19:46:10.048Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-07T19:46:10.048Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-07T19:46:10.048Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-07T19:46:10.330Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-07T19:46:10.330Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-07T19:46:10.330Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-07T19:46:10.330Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-07T19:46:10.330Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-07T19:46:10.609Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-07T19:46:10.609Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-07T19:46:11.224Z] Executing busybox-1.34.1-r5.trigger [2022-04-07T19:46:11.224Z] OK: 82 MiB in 65 packages [2022-04-07T19:46:17.975Z] Collecting docker-compose==1.23.2 [2022-04-07T19:46:17.975Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-07T19:46:17.975Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-07T19:46:17.975Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-07T19:46:22.301Z] Collecting jsonschema<3,>=2.5.1 [2022-04-07T19:46:22.301Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-07T19:46:22.301Z] 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-07T19:46:23.751Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-07T19:46:23.751Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-07T19:46:23.751Z] Collecting docopt<0.7,>=0.6.1 [2022-04-07T19:46:23.751Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-07T19:46:27.165Z] Collecting texttable<0.10,>=0.9.0 [2022-04-07T19:46:27.165Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-07T19:46:30.797Z] Collecting docker<4.0,>=3.6.0 [2022-04-07T19:46:30.797Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-07T19:46:31.116Z] Collecting cached-property<2,>=1.2.0 [2022-04-07T19:46:31.116Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-07T19:46:33.186Z] Collecting PyYAML<4,>=3.10 [2022-04-07T19:46:33.186Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-07T19:46:38.614Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-07T19:46:38.614Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-07T19:46:39.603Z] Collecting docker-pycreds>=0.4.0 [2022-04-07T19:46:39.603Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-07T19:46:41.048Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-07T19:46:41.048Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-07T19:46:41.325Z] Collecting idna<2.8,>=2.5 [2022-04-07T19:46:41.325Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-07T19:46:41.325Z] 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-07T19:46:41.325Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-07T19:46:41.605Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-07T19:46:41.882Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-07T19:46:41.882Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-07T19:46:42.159Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-07T19:46:42.159Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-07T19:46:43.609Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-07T19:46:43.609Z] Attempting uninstall: urllib3 [2022-04-07T19:46:43.609Z] Found existing installation: urllib3 1.26.7 [2022-04-07T19:46:43.609Z] Uninstalling urllib3-1.26.7: [2022-04-07T19:46:43.889Z] Successfully uninstalled urllib3-1.26.7 [2022-04-07T19:46:44.881Z] Attempting uninstall: idna [2022-04-07T19:46:44.881Z] Found existing installation: idna 3.3 [2022-04-07T19:46:44.881Z] Uninstalling idna-3.3: [2022-04-07T19:46:44.881Z] Successfully uninstalled idna-3.3 [2022-04-07T19:46:49.216Z] Attempting uninstall: requests [2022-04-07T19:46:49.216Z] Found existing installation: requests 2.26.0 [2022-04-07T19:46:49.216Z] Uninstalling requests-2.26.0: [2022-04-07T19:46:49.216Z] Successfully uninstalled requests-2.26.0 [2022-04-07T19:46:49.820Z] Running setup.py install for texttable: started [2022-04-07T19:46:53.232Z] Running setup.py install for texttable: finished with status 'done' [2022-04-07T19:46:53.232Z] Running setup.py install for PyYAML: started [2022-04-07T19:46:56.655Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-07T19:46:56.932Z] Running setup.py install for docopt: started [2022-04-07T19:47:00.327Z] Running setup.py install for docopt: finished with status 'done' [2022-04-07T19:47:00.327Z] Running setup.py install for dockerpty: started [2022-04-07T19:47:02.961Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-07T19:47:05.609Z] 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-07T19:47:24.004Z] Removing intermediate container 7c046c33864f [2022-04-07T19:47:24.004Z] ---> 097cbc5fd650 [2022-04-07T19:47:24.004Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-07T19:47:24.004Z] ---> Running in 5a857521999f [2022-04-07T19:47:24.004Z] Removing intermediate container 5a857521999f [2022-04-07T19:47:24.004Z] ---> b07b4669406b [2022-04-07T19:47:24.004Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-07T19:47:24.004Z] ---> Running in 17a1fa411f77 [2022-04-07T19:47:24.004Z] Removing intermediate container 17a1fa411f77 [2022-04-07T19:47:24.004Z] ---> f56cb3f3964e [2022-04-07T19:47:24.004Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-07T19:47:25.005Z] ---> aeca64719195 [2022-04-07T19:47:25.005Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-07T19:47:26.009Z] ---> 5fba3581a628 [2022-04-07T19:47:26.009Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-07T19:47:27.474Z] ---> cc9a2487c4d8 [2022-04-07T19:47:27.474Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-07T19:47:27.474Z] ---> Running in 4968476f4349 [2022-04-07T19:47:28.086Z] Removing intermediate container 4968476f4349 [2022-04-07T19:47:28.086Z] ---> d03b8c1ff90e [2022-04-07T19:47:28.086Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T19:47:28.372Z] ---> Running in da21eba7a5a8 [2022-04-07T19:47:28.984Z] Removing intermediate container da21eba7a5a8 [2022-04-07T19:47:28.984Z] ---> a429df2fa83e [2022-04-07T19:47:28.984Z] Step 21/23 : LABEL arch=arm64 [2022-04-07T19:47:29.271Z] ---> Running in de4302a83581 [2022-04-07T19:47:29.892Z] Removing intermediate container de4302a83581 [2022-04-07T19:47:29.892Z] ---> ff780d3eb64c [2022-04-07T19:47:29.892Z] Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:47:30.180Z] ---> Running in 3a5da5e58e51 [2022-04-07T19:47:30.790Z] Removing intermediate container 3a5da5e58e51 [2022-04-07T19:47:30.790Z] ---> 3503ac00e2d8 [2022-04-07T19:47:30.790Z] Step 23/23 : LABEL version=0.0.0 [2022-04-07T19:47:30.790Z] ---> Running in 37e974841d4f [2022-04-07T19:47:31.405Z] Removing intermediate container 37e974841d4f [2022-04-07T19:47:31.405Z] ---> 767f2b293738 [2022-04-07T19:47:31.405Z] [2022-04-07T19:47:32.406Z] Successfully built 767f2b293738 [2022-04-07T19:47:32.406Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-07T19:47:32.406Z]  Building sys-mgmt-agent ... done Building security-proxy-setup [2022-04-07T19:48:11.506Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:48:11.506Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:48:11.506Z] ---> 47f75f7ae24e [2022-04-07T19:48:11.506Z] Step 3/22 : WORKDIR /edgex-go [2022-04-07T19:48:11.506Z] ---> Using cache [2022-04-07T19:48:11.506Z] ---> eab5067b4ed4 [2022-04-07T19:48:11.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:48:11.506Z] ---> Using cache [2022-04-07T19:48:11.506Z] ---> 35e5ea412454 [2022-04-07T19:48:11.506Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-07T19:48:11.506Z] ---> Using cache [2022-04-07T19:48:11.506Z] ---> 6e0b62e84eff [2022-04-07T19:48:11.506Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-07T19:48:11.506Z] ---> Using cache [2022-04-07T19:48:11.506Z] ---> 1d939bb2b9c5 [2022-04-07T19:48:11.506Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:48:11.506Z] ---> Using cache [2022-04-07T19:48:11.506Z] ---> ef3581a5fd98 [2022-04-07T19:48:11.506Z] Step 8/22 : COPY . . [2022-04-07T19:48:11.506Z] ---> Using cache [2022-04-07T19:48:11.506Z] ---> 8bbe070e4ea3 [2022-04-07T19:48:11.506Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-07T19:48:11.506Z] ---> Running in 4bd400eb04e2 [2022-04-07T19:48:11.506Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T19:53:48.883Z] Removing intermediate container 265301d41e3b [2022-04-07T19:53:48.883Z] ---> 66af9d14b24d [2022-04-07T19:53:48.883Z] [2022-04-07T19:53:48.883Z] Step 10/23 : FROM alpine:3.14 [2022-04-07T19:53:48.883Z] ---> ac73e934f311 [2022-04-07T19:53:48.883Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-07T19:53:48.883Z] ---> Using cache [2022-04-07T19:53:48.883Z] ---> 0aa3005af6ee [2022-04-07T19:53:48.883Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-07T19:53:48.883Z] ---> Using cache [2022-04-07T19:53:48.883Z] ---> 7163a82d6e47 [2022-04-07T19:53:48.883Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-07T19:53:48.883Z] ---> Running in 9194e43c1f2d [2022-04-07T19:53:48.883Z] Removing intermediate container 9194e43c1f2d [2022-04-07T19:53:48.883Z] ---> e23302b8f110 [2022-04-07T19:53:48.883Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-07T19:53:48.883Z] ---> Running in d723ea63b5bf [2022-04-07T19:53:48.883Z] Removing intermediate container d723ea63b5bf [2022-04-07T19:53:48.883Z] ---> 8cd5021a6071 [2022-04-07T19:53:48.883Z] Step 15/23 : WORKDIR / [2022-04-07T19:53:48.883Z] ---> Running in b3bd2aff5a4b [2022-04-07T19:53:48.883Z] Removing intermediate container b3bd2aff5a4b [2022-04-07T19:53:48.883Z] ---> 530692b456fb [2022-04-07T19:53:48.883Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T19:53:48.883Z] ---> 1a23f794e9ce [2022-04-07T19:53:48.883Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-07T19:53:50.883Z] ---> 572a5a685379 [2022-04-07T19:53:50.883Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-07T19:53:51.879Z] ---> a63afccd0471 [2022-04-07T19:53:51.879Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-07T19:53:51.879Z] ---> Running in fc7c84bab6fa [2022-04-07T19:53:52.486Z] Removing intermediate container fc7c84bab6fa [2022-04-07T19:53:52.486Z] ---> 678cd64495b4 [2022-04-07T19:53:52.486Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T19:53:52.486Z] ---> Running in f2926bdd0508 [2022-04-07T19:53:53.085Z] Removing intermediate container f2926bdd0508 [2022-04-07T19:53:53.085Z] ---> 772143931e5b [2022-04-07T19:53:53.085Z] Step 21/23 : LABEL arch=arm64 [2022-04-07T19:53:53.085Z] ---> Running in 3f4bef2960a0 [2022-04-07T19:53:53.684Z] Removing intermediate container 3f4bef2960a0 [2022-04-07T19:53:53.684Z] ---> 5cb05a6decf2 [2022-04-07T19:53:53.684Z] Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:53:53.963Z] ---> Running in b0a21969dc6c [2022-04-07T19:53:54.252Z] Removing intermediate container b0a21969dc6c [2022-04-07T19:53:54.252Z] ---> ccb472e98d23 [2022-04-07T19:53:54.252Z] Step 23/23 : LABEL version=0.0.0 [2022-04-07T19:53:54.528Z] ---> Running in 4044ff4b7736 [2022-04-07T19:53:55.130Z] Removing intermediate container 4044ff4b7736 [2022-04-07T19:53:55.130Z] ---> a976cde4719c [2022-04-07T19:53:55.130Z] [2022-04-07T19:53:55.734Z] Successfully built a976cde4719c [2022-04-07T19:53:55.734Z] Successfully tagged core-metadata-arm64:latest [2022-04-07T19:53:55.734Z] Building core-data [2022-04-07T19:54:34.779Z]  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:54:34.779Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:54:34.779Z] ---> 47f75f7ae24e [2022-04-07T19:54:34.779Z] Step 3/23 : WORKDIR /edgex-go [2022-04-07T19:54:34.779Z] ---> Using cache [2022-04-07T19:54:34.779Z] ---> eab5067b4ed4 [2022-04-07T19:54:34.779Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:54:34.779Z] ---> Using cache [2022-04-07T19:54:34.779Z] ---> 35e5ea412454 [2022-04-07T19:54:34.779Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-07T19:54:34.779Z] ---> Running in 4d861476690e [2022-04-07T19:54:34.779Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:54:35.389Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:54:36.835Z] OK: 220 MiB in 52 packages [2022-04-07T19:54:38.288Z] Removing intermediate container 4d861476690e [2022-04-07T19:54:38.288Z] ---> 81b47d2ffcc6 [2022-04-07T19:54:38.288Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-07T19:54:38.888Z] ---> 1a1dc2714355 [2022-04-07T19:54:38.888Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:54:39.162Z] ---> Running in 8ffbec8cf924 [2022-04-07T19:54:45.888Z] Removing intermediate container 8ffbec8cf924 [2022-04-07T19:54:45.888Z] ---> 12b50d0e5b19 [2022-04-07T19:54:45.888Z] Step 8/23 : COPY . . [2022-04-07T19:55:12.732Z] ---> 015eed28f13d [2022-04-07T19:55:12.732Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-07T19:55:12.732Z] ---> Running in e44fc274d183 [2022-04-07T19:55:12.732Z] CGO_ENABLED=1 GO111MODULE=on go build -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-07T19:55:25.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-07T19:55:51.972Z] Removing intermediate container 4bd400eb04e2 [2022-04-07T19:55:51.972Z] ---> 9d43e2171de0 [2022-04-07T19:55:51.972Z] [2022-04-07T19:55:51.972Z] Step 10/22 : FROM alpine:3.14 [2022-04-07T19:55:51.972Z] ---> ac73e934f311 [2022-04-07T19:55:51.972Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-07T19:55:51.972Z] ---> Running in 7873953f54eb [2022-04-07T19:55:51.972Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-07T19:55:51.972Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-07T19:55:51.972Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-07T19:55:51.972Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-07T19:55:51.972Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-07T19:55:51.972Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-07T19:55:51.972Z] (5/6) Installing curl (7.79.1-r0) [2022-04-07T19:55:51.972Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-07T19:55:51.972Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T19:55:51.972Z] Executing ca-certificates-20211220-r0.trigger [2022-04-07T19:55:52.572Z] OK: 8 MiB in 20 packages [2022-04-07T19:55:54.561Z] Removing intermediate container 7873953f54eb [2022-04-07T19:55:54.561Z] ---> 23e039c1f8b8 [2022-04-07T19:55:54.561Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-07T19:55:54.561Z] ---> Running in c85cd51e8065 [2022-04-07T19:55:55.293Z] Removing intermediate container c85cd51e8065 [2022-04-07T19:55:55.293Z] ---> 4fac12a3a28f [2022-04-07T19:55:55.293Z] Step 13/22 : WORKDIR /edgex [2022-04-07T19:55:55.293Z] ---> Running in 07d831a3f31b [2022-04-07T19:55:56.039Z] Removing intermediate container 07d831a3f31b [2022-04-07T19:55:56.039Z] ---> 28ff0e5d971b [2022-04-07T19:55:56.039Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-07T19:55:57.132Z] ---> e79dfeec68e2 [2022-04-07T19:55:57.132Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-07T19:55:59.145Z] ---> 61ce244c2346 [2022-04-07T19:55:59.145Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-07T19:56:01.144Z] ---> 838ca76fa799 [2022-04-07T19:56:01.144Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-07T19:56:01.748Z] ---> 2c204bf12a11 [2022-04-07T19:56:01.748Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-07T19:56:01.748Z] ---> Running in 1ac79ea320b7 [2022-04-07T19:56:05.142Z] Removing intermediate container 1ac79ea320b7 [2022-04-07T19:56:05.142Z] ---> 66909edc72eb [2022-04-07T19:56:05.142Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-07T19:56:05.142Z] ---> Running in 4e716c6ed8f2 [2022-04-07T19:56:05.739Z] Removing intermediate container 4e716c6ed8f2 [2022-04-07T19:56:05.740Z] ---> 4a3988e5f4ed [2022-04-07T19:56:05.740Z] Step 20/22 : LABEL arch=arm64 [2022-04-07T19:56:05.740Z] ---> Running in e1199acfb270 [2022-04-07T19:56:06.343Z] Removing intermediate container e1199acfb270 [2022-04-07T19:56:06.343Z] ---> e21a853f6c52 [2022-04-07T19:56:06.343Z] Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T19:56:06.618Z] ---> Running in 574e20f958e9 [2022-04-07T19:56:07.232Z] Removing intermediate container 574e20f958e9 [2022-04-07T19:56:07.232Z] ---> e600e1a63132 [2022-04-07T19:56:07.232Z] Step 22/22 : LABEL version=0.0.0 [2022-04-07T19:56:07.232Z] ---> Running in 925001c2cf64 [2022-04-07T19:56:07.907Z] Removing intermediate container 925001c2cf64 [2022-04-07T19:56:07.907Z] ---> 38786d5a04ab [2022-04-07T19:56:07.907Z] [2022-04-07T19:56:08.184Z] Successfully built 38786d5a04ab [2022-04-07T19:56:08.184Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-07T19:56:08.184Z]  Building security-proxy-setup ... done Building support-scheduler [2022-04-07T19:56:47.350Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T19:56:47.350Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-07T19:56:47.350Z] ---> 47f75f7ae24e [2022-04-07T19:56:47.350Z] Step 3/22 : WORKDIR /edgex-go [2022-04-07T19:56:47.350Z] ---> Using cache [2022-04-07T19:56:47.350Z] ---> eab5067b4ed4 [2022-04-07T19:56:47.350Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T19:56:47.350Z] ---> Using cache [2022-04-07T19:56:47.350Z] ---> 35e5ea412454 [2022-04-07T19:56:47.350Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-07T19:56:47.350Z] ---> Using cache [2022-04-07T19:56:47.350Z] ---> 6e0b62e84eff [2022-04-07T19:56:47.350Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-07T19:56:47.350Z] ---> Using cache [2022-04-07T19:56:47.350Z] ---> 1d939bb2b9c5 [2022-04-07T19:56:47.350Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T19:56:47.350Z] ---> Using cache [2022-04-07T19:56:47.350Z] ---> ef3581a5fd98 [2022-04-07T19:56:47.350Z] Step 8/22 : COPY . . [2022-04-07T19:56:47.350Z] ---> Using cache [2022-04-07T19:56:47.350Z] ---> 8bbe070e4ea3 [2022-04-07T19:56:47.350Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-07T19:56:47.350Z] ---> Running in a621be9d6167 [2022-04-07T19:56:48.338Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T20:03:40.739Z] Removing intermediate container e44fc274d183 [2022-04-07T20:03:40.739Z] ---> 96c5c2e50847 [2022-04-07T20:03:40.739Z] [2022-04-07T20:03:40.739Z] Step 10/23 : FROM alpine:3.14 [2022-04-07T20:03:40.739Z] ---> ac73e934f311 [2022-04-07T20:03:40.739Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-07T20:03:40.739Z] ---> Running in 533620b1143c [2022-04-07T20:03:40.739Z] Removing intermediate container 533620b1143c [2022-04-07T20:03:40.739Z] ---> 7ddc69d73616 [2022-04-07T20:03:40.739Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-07T20:03:40.739Z] ---> Running in c060f2bc7b9b [2022-04-07T20:03:40.739Z] Removing intermediate container c060f2bc7b9b [2022-04-07T20:03:40.739Z] ---> 9ae995f3ea16 [2022-04-07T20:03:40.739Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-07T20:03:40.739Z] ---> Running in edadba55df96 [2022-04-07T20:03:40.739Z] Removing intermediate container edadba55df96 [2022-04-07T20:03:40.739Z] ---> fb119c166d04 [2022-04-07T20:03:40.739Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T20:03:40.739Z] ---> Running in f868d88508ad [2022-04-07T20:03:40.739Z] Removing intermediate container f868d88508ad [2022-04-07T20:03:40.739Z] ---> b118ddbda89f [2022-04-07T20:03:40.739Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-07T20:03:40.739Z] ---> Running in e5c18dfefd5d [2022-04-07T20:03:42.729Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-07T20:03:43.715Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-07T20:03:44.701Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-07T20:03:44.701Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-07T20:03:44.977Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-07T20:03:44.977Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-07T20:03:45.255Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-07T20:03:45.255Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-07T20:03:45.255Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T20:03:45.533Z] OK: 8 MiB in 20 packages [2022-04-07T20:03:46.988Z] Removing intermediate container e5c18dfefd5d [2022-04-07T20:03:46.989Z] ---> 5abd3a359799 [2022-04-07T20:03:46.989Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T20:03:47.987Z] ---> e2cc6c9d4cde [2022-04-07T20:03:47.987Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-07T20:03:50.616Z] ---> d64ffe837a16 [2022-04-07T20:03:50.616Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-07T20:03:51.222Z] ---> 88c506e47931 [2022-04-07T20:03:51.222Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-07T20:03:51.222Z] ---> Running in 898a373ce9ad [2022-04-07T20:03:51.828Z] Removing intermediate container 898a373ce9ad [2022-04-07T20:03:51.828Z] ---> 88e87274249e [2022-04-07T20:03:51.828Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T20:03:51.828Z] ---> Running in b0c9b0d98333 [2022-04-07T20:03:52.427Z] Removing intermediate container b0c9b0d98333 [2022-04-07T20:03:52.427Z] ---> 2b27085275ba [2022-04-07T20:03:52.427Z] Step 21/23 : LABEL arch=arm64 [2022-04-07T20:03:52.427Z] ---> Running in e72866e005d4 [2022-04-07T20:03:53.031Z] Removing intermediate container e72866e005d4 [2022-04-07T20:03:53.031Z] ---> a8f2712c3231 [2022-04-07T20:03:53.031Z] Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T20:03:53.031Z] ---> Running in cb4307b19d48 [2022-04-07T20:03:53.649Z] Removing intermediate container cb4307b19d48 [2022-04-07T20:03:53.649Z] ---> ff942ca73ff9 [2022-04-07T20:03:53.649Z] Step 23/23 : LABEL version=0.0.0 [2022-04-07T20:03:53.649Z] ---> Running in bbc0e0c96970 [2022-04-07T20:03:54.264Z] Removing intermediate container bbc0e0c96970 [2022-04-07T20:03:54.264Z] ---> 410e89904f82 [2022-04-07T20:03:54.264Z] [2022-04-07T20:03:54.960Z] Successfully built 410e89904f82 [2022-04-07T20:03:54.960Z] Successfully tagged core-data-arm64:latest [2022-04-07T20:03:54.960Z] Building support-notifications [2022-04-07T20:04:21.926Z]  Building core-data ... done Removing intermediate container a621be9d6167 [2022-04-07T20:04:21.926Z] ---> 9877b145f255 [2022-04-07T20:04:21.926Z] [2022-04-07T20:04:21.926Z] Step 10/22 : FROM alpine:3.14 [2022-04-07T20:04:21.926Z] ---> ac73e934f311 [2022-04-07T20:04:21.926Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-07T20:04:21.926Z] ---> Using cache [2022-04-07T20:04:21.926Z] ---> 0aa3005af6ee [2022-04-07T20:04:21.926Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-07T20:04:21.926Z] ---> Using cache [2022-04-07T20:04:21.926Z] ---> 7163a82d6e47 [2022-04-07T20:04:21.926Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-07T20:04:21.926Z] ---> Running in 5f8332d875f4 [2022-04-07T20:04:22.199Z] Removing intermediate container 5f8332d875f4 [2022-04-07T20:04:22.199Z] ---> a659a0a09789 [2022-04-07T20:04:22.199Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-07T20:04:22.486Z] ---> Running in bee4b60e284c [2022-04-07T20:04:23.091Z] Removing intermediate container bee4b60e284c [2022-04-07T20:04:23.091Z] ---> f91f289d8581 [2022-04-07T20:04:23.091Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T20:04:24.083Z] ---> e465cf874aa2 [2022-04-07T20:04:24.083Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-07T20:04:27.502Z] ---> 0a90cc19c673 [2022-04-07T20:04:27.502Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-07T20:04:28.497Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-07T20:04:28.497Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-07T20:04:28.497Z] ---> 47f75f7ae24e [2022-04-07T20:04:28.497Z] Step 3/22 : WORKDIR /edgex-go [2022-04-07T20:04:28.497Z] ---> Using cache [2022-04-07T20:04:28.497Z] ---> eab5067b4ed4 [2022-04-07T20:04:28.497Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T20:04:28.497Z] ---> Using cache [2022-04-07T20:04:28.497Z] ---> 35e5ea412454 [2022-04-07T20:04:28.497Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-07T20:04:28.800Z] ---> Running in ace6e57ea0e5 [2022-04-07T20:04:28.800Z] ---> f84a1f75a524 [2022-04-07T20:04:28.800Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-07T20:04:29.083Z] ---> Running in 9f1e3b51fa66 [2022-04-07T20:04:29.689Z] Removing intermediate container 9f1e3b51fa66 [2022-04-07T20:04:29.689Z] ---> 57e8987afd89 [2022-04-07T20:04:29.689Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T20:04:29.689Z] ---> Running in 8dec79810223 [2022-04-07T20:04:30.688Z] Removing intermediate container 8dec79810223 [2022-04-07T20:04:30.688Z] ---> 0f55dca8402a [2022-04-07T20:04:30.688Z] Step 20/22 : LABEL arch=arm64 [2022-04-07T20:04:30.688Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T20:04:30.688Z] ---> Running in 32cbcc87cbc9 [2022-04-07T20:04:31.292Z] Removing intermediate container 32cbcc87cbc9 [2022-04-07T20:04:31.292Z] ---> 363e607561c2 [2022-04-07T20:04:31.292Z] Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T20:04:31.292Z] ---> Running in f10c61fbc08e [2022-04-07T20:04:31.572Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T20:04:31.854Z] Removing intermediate container f10c61fbc08e [2022-04-07T20:04:31.854Z] ---> 5110172bddf3 [2022-04-07T20:04:31.854Z] Step 22/22 : LABEL version=0.0.0 [2022-04-07T20:04:31.854Z] ---> Running in 3256e47ca089 [2022-04-07T20:04:32.467Z] Removing intermediate container 3256e47ca089 [2022-04-07T20:04:32.467Z] ---> be396cae9272 [2022-04-07T20:04:32.467Z] [2022-04-07T20:04:33.073Z] Successfully built be396cae9272 [2022-04-07T20:04:33.073Z] Successfully tagged support-scheduler-arm64:latest [2022-04-07T20:04:33.350Z]  Building support-scheduler ... done OK: 220 MiB in 52 packages [2022-04-07T20:04:34.812Z] Removing intermediate container ace6e57ea0e5 [2022-04-07T20:04:34.812Z] ---> bbbec9cf1798 [2022-04-07T20:04:34.812Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-07T20:04:35.417Z] ---> 9a728445505d [2022-04-07T20:04:35.417Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T20:04:35.700Z] ---> Running in 08a46ee31d9d [2022-04-07T20:04:41.138Z] Removing intermediate container 08a46ee31d9d [2022-04-07T20:04:41.138Z] ---> e2fe096e7899 [2022-04-07T20:04:41.138Z] Step 8/22 : COPY . . [2022-04-07T20:05:07.973Z] ---> f893f1e20392 [2022-04-07T20:05:07.973Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-07T20:05:07.973Z] ---> Running in b12209970524 [2022-04-07T20:05:07.973Z] CGO_ENABLED=0 GO111MODULE=on go build -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-07T20:11:00.277Z] Removing intermediate container b12209970524 [2022-04-07T20:11:00.277Z] ---> bab4862c6ede [2022-04-07T20:11:00.277Z] [2022-04-07T20:11:00.277Z] Step 10/22 : FROM alpine:3.14 [2022-04-07T20:11:00.277Z] ---> ac73e934f311 [2022-04-07T20:11:00.277Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-07T20:11:00.277Z] ---> Running in 67c7b0e10791 [2022-04-07T20:11:00.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-07T20:11:00.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-07T20:11:00.277Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-07T20:11:00.277Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-07T20:11:00.277Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T20:11:00.277Z] Executing ca-certificates-20211220-r0.trigger [2022-04-07T20:11:00.277Z] OK: 6 MiB in 16 packages [2022-04-07T20:11:02.321Z] Removing intermediate container 67c7b0e10791 [2022-04-07T20:11:02.321Z] ---> 0993a2f95ed3 [2022-04-07T20:11:02.321Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-07T20:11:02.602Z] ---> Running in 98261cd1ce22 [2022-04-07T20:11:03.209Z] Removing intermediate container 98261cd1ce22 [2022-04-07T20:11:03.209Z] ---> 63876845aa7c [2022-04-07T20:11:03.209Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-07T20:11:03.209Z] ---> Running in bec9a4e8df71 [2022-04-07T20:11:04.579Z] Removing intermediate container bec9a4e8df71 [2022-04-07T20:11:04.579Z] ---> 894533bcfaba [2022-04-07T20:11:04.579Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-07T20:11:04.579Z] ---> Running in 6361fe1e9a28 [2022-04-07T20:11:04.579Z] Removing intermediate container 6361fe1e9a28 [2022-04-07T20:11:04.579Z] ---> b6ae92d3b72e [2022-04-07T20:11:04.579Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-07T20:11:05.567Z] ---> 6a8fd9519736 [2022-04-07T20:11:05.567Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-07T20:11:08.416Z] ---> 4f2a5023a7bc [2022-04-07T20:11:08.416Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-07T20:11:09.046Z] ---> 61ae7bde4a5e [2022-04-07T20:11:09.046Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-07T20:11:09.046Z] ---> Running in 03f0563514cc [2022-04-07T20:11:09.673Z] Removing intermediate container 03f0563514cc [2022-04-07T20:11:09.673Z] ---> daab6621b107 [2022-04-07T20:11:09.673Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T20:11:09.673Z] ---> Running in d2455b40e577 [2022-04-07T20:11:10.287Z] Removing intermediate container d2455b40e577 [2022-04-07T20:11:10.287Z] ---> 333f6a32f6ff [2022-04-07T20:11:10.287Z] Step 20/22 : LABEL arch=arm64 [2022-04-07T20:11:10.287Z] ---> Running in 3ce5a1ee2f95 [2022-04-07T20:11:10.894Z] Removing intermediate container 3ce5a1ee2f95 [2022-04-07T20:11:10.894Z] ---> 7163f6ec5c68 [2022-04-07T20:11:10.894Z] Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T20:11:10.894Z] ---> Running in aaacd7c4b841 [2022-04-07T20:11:11.508Z] Removing intermediate container aaacd7c4b841 [2022-04-07T20:11:11.508Z] ---> 21c388cf757c [2022-04-07T20:11:11.508Z] Step 22/22 : LABEL version=0.0.0 [2022-04-07T20:11:11.508Z] ---> Running in 3a06166ad7ab [2022-04-07T20:11:12.108Z] Removing intermediate container 3a06166ad7ab [2022-04-07T20:11:12.108Z] ---> 6cb043c37df5 [2022-04-07T20:11:12.108Z] [2022-04-07T20:11:12.711Z] Successfully built 6cb043c37df5 [2022-04-07T20:11:12.711Z] Successfully tagged support-notifications-arm64:latest [2022-04-07T20:15:19.822Z]  Building support-notifications ... done Building bin/spire-agent... [2022-04-07T20:15:19.822Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-07T20:15:19.822Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-07T20:15:19.822Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-07T20:15:19.822Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-07T20:15:20.802Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-07T20:15:21.077Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-07T20:15:21.355Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-07T20:15:21.967Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-07T20:15:21.967Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-07T20:15:21.967Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-07T20:15:21.967Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-07T20:15:21.967Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-07T20:15:22.243Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-07T20:15:44.450Z] Building bin/spire-agent... [2022-04-07T20:15:44.450Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-07T20:15:45.900Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-07T20:15:45.900Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-07T20:15:45.900Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-07T20:15:46.177Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-07T20:15:46.455Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-07T20:15:47.444Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-07T20:15:51.771Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-07T20:15:51.771Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-07T20:15:51.771Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-07T20:15:51.771Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-07T20:15:51.771Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-07T20:15:51.771Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-07T20:18:43.747Z] Building bin/spire-agent... [2022-04-07T20:18:43.747Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-07T20:18:43.747Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-07T20:18:43.747Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-07T20:18:43.747Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-07T20:18:44.726Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-07T20:18:45.328Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-07T20:18:45.328Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-07T20:18:45.605Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-07T20:18:45.605Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-07T20:18:45.605Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-07T20:18:45.605Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-07T20:18:45.605Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-07T20:18:45.882Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-07T20:21:52.931Z] Removing intermediate container 3767e35a4a83 [2022-04-07T20:21:52.931Z] ---> e58f2cb6da1c [2022-04-07T20:21:52.931Z] [2022-04-07T20:21:52.931Z] Step 13/25 : FROM alpine:3.15 [2022-04-07T20:21:52.931Z] ---> 3fb3c9af89a9 [2022-04-07T20:21:52.931Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-07T20:21:52.931Z] ---> Using cache [2022-04-07T20:21:52.931Z] ---> 3e4fd056f37c [2022-04-07T20:21:52.931Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T20:21:52.931Z] ---> Using cache [2022-04-07T20:21:52.931Z] ---> ad553c5d363d [2022-04-07T20:21:52.931Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-07T20:21:52.931Z] ---> Running in 98d1a17d174e [2022-04-07T20:21:52.931Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T20:21:52.931Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T20:21:52.931Z] v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-07T20:21:52.931Z] v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-07T20:21:52.931Z] OK: 15729 distinct packages available [2022-04-07T20:21:52.931Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T20:21:52.931Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T20:21:52.931Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-07T20:21:52.931Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-07T20:21:52.931Z] (3/5) Installing libucontext (1.1-r0) [2022-04-07T20:21:52.931Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-07T20:21:52.931Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-07T20:21:52.931Z] Executing busybox-1.34.1-r5.trigger [2022-04-07T20:21:52.931Z] OK: 6 MiB in 19 packages [2022-04-07T20:21:53.531Z] Removing intermediate container 98d1a17d174e [2022-04-07T20:21:53.531Z] ---> bc2168386d7a [2022-04-07T20:21:53.531Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-07T20:22:00.239Z] ---> 1106893d3b48 [2022-04-07T20:22:00.239Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-07T20:22:00.239Z] ---> 7e3d0a1fbd9f [2022-04-07T20:22:00.239Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-07T20:22:00.837Z] ---> 471964c12646 [2022-04-07T20:22:00.837Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-07T20:22:01.826Z] ---> 037f1d99455a [2022-04-07T20:22:01.826Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-07T20:22:01.826Z] ---> Running in 20e028be9752 [2022-04-07T20:22:02.425Z] Removing intermediate container 20e028be9752 [2022-04-07T20:22:02.425Z] ---> e4adb710f1d1 [2022-04-07T20:22:02.425Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-07T20:22:02.425Z] ---> Running in 0d7331b1f279 [2022-04-07T20:22:03.027Z] Removing intermediate container 0d7331b1f279 [2022-04-07T20:22:03.027Z] ---> feed684e0c2d [2022-04-07T20:22:03.027Z] Step 23/25 : LABEL arch=arm64 [2022-04-07T20:22:03.027Z] ---> Running in 2c66ea99faef [2022-04-07T20:22:03.625Z] Removing intermediate container 2c66ea99faef [2022-04-07T20:22:03.625Z] ---> a55749391318 [2022-04-07T20:22:03.625Z] Step 24/25 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T20:22:03.897Z] ---> Running in 17362ccfc1be [2022-04-07T20:22:04.174Z] Removing intermediate container 17362ccfc1be [2022-04-07T20:22:04.174Z] ---> 010b09fb74e7 [2022-04-07T20:22:04.174Z] Step 25/25 : LABEL version=0.0.0 [2022-04-07T20:22:04.448Z] ---> Running in 21d4a8eae694 [2022-04-07T20:22:04.720Z] Removing intermediate container 21d4a8eae694 [2022-04-07T20:22:04.720Z] ---> 49215d2df620 [2022-04-07T20:22:04.720Z] [2022-04-07T20:22:04.993Z] Successfully built 49215d2df620 [2022-04-07T20:22:04.993Z] Successfully tagged security-spire-server-arm64:latest [2022-04-07T20:22:08.381Z]  Building security-spire-server ... done Removing intermediate container 2f1e3baebb88 [2022-04-07T20:22:08.381Z] ---> 84821254ee3d [2022-04-07T20:22:08.381Z] [2022-04-07T20:22:08.381Z] Step 13/26 : FROM alpine:3.15 [2022-04-07T20:22:08.381Z] ---> 3fb3c9af89a9 [2022-04-07T20:22:08.381Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-07T20:22:08.381Z] ---> Using cache [2022-04-07T20:22:08.381Z] ---> 3e4fd056f37c [2022-04-07T20:22:08.381Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T20:22:08.381Z] ---> Using cache [2022-04-07T20:22:08.381Z] ---> ad553c5d363d [2022-04-07T20:22:08.381Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-07T20:22:09.376Z] ---> Running in b36d7540d3da [2022-04-07T20:22:10.358Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T20:22:11.336Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T20:22:12.318Z] v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-07T20:22:12.318Z] v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-07T20:22:12.318Z] OK: 15729 distinct packages available [2022-04-07T20:22:12.595Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T20:22:13.577Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T20:22:14.174Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-07T20:22:14.449Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-07T20:22:14.449Z] (3/4) Installing libucontext (1.1-r0) [2022-04-07T20:22:14.449Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-07T20:22:14.721Z] Executing busybox-1.34.1-r5.trigger [2022-04-07T20:22:14.721Z] OK: 6 MiB in 18 packages [2022-04-07T20:22:16.155Z] Removing intermediate container b36d7540d3da [2022-04-07T20:22:16.155Z] ---> 8ec8fb81a703 [2022-04-07T20:22:16.155Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-07T20:22:20.457Z] ---> bd89dc6f270a [2022-04-07T20:22:20.457Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-07T20:22:21.052Z] ---> d705a6f3a13d [2022-04-07T20:22:21.052Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-07T20:22:21.052Z] ---> Running in 1ae666b91f6d [2022-04-07T20:22:21.646Z] Removing intermediate container 1ae666b91f6d [2022-04-07T20:22:21.647Z] ---> d4c8505ac4cc [2022-04-07T20:22:21.647Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-07T20:22:22.252Z] ---> 33bd48f572cb [2022-04-07T20:22:22.252Z] Step 21/26 : WORKDIR / [2022-04-07T20:22:22.252Z] ---> Running in 9bc2d6352cf3 [2022-04-07T20:22:22.845Z] Removing intermediate container 9bc2d6352cf3 [2022-04-07T20:22:22.845Z] ---> 6e6b315f54de [2022-04-07T20:22:22.845Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-07T20:22:22.845Z] ---> Running in 7cbdb91456ab [2022-04-07T20:22:23.441Z] Removing intermediate container 7cbdb91456ab [2022-04-07T20:22:23.441Z] ---> c288aed7d4bb [2022-04-07T20:22:23.441Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-07T20:22:23.441Z] ---> Running in 67065b611e45 [2022-04-07T20:22:23.714Z] Removing intermediate container 67065b611e45 [2022-04-07T20:22:23.714Z] ---> f2849dcd3b3f [2022-04-07T20:22:23.714Z] Step 24/26 : LABEL arch=arm64 [2022-04-07T20:22:23.989Z] ---> Running in 663a8f4c4d86 [2022-04-07T20:22:24.266Z] Removing intermediate container 663a8f4c4d86 [2022-04-07T20:22:24.266Z] ---> 58e6d48c6a8b [2022-04-07T20:22:24.266Z] Step 25/26 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T20:22:24.538Z] ---> Running in e00f6b15c359 [2022-04-07T20:22:24.813Z] Removing intermediate container e00f6b15c359 [2022-04-07T20:22:24.813Z] ---> 996aac235850 [2022-04-07T20:22:24.813Z] Step 26/26 : LABEL version=0.0.0 [2022-04-07T20:22:24.813Z] ---> Running in 03628c951796 [2022-04-07T20:22:25.411Z] Removing intermediate container 03628c951796 [2022-04-07T20:22:25.411Z] ---> 5129888464ac [2022-04-07T20:22:25.411Z] [2022-04-07T20:22:25.683Z] Successfully built 5129888464ac [2022-04-07T20:22:25.683Z] Successfully tagged security-spire-config-arm64:latest [2022-04-07T20:23:33.661Z]  Building security-spire-config ... done Removing intermediate container 23c329ef0db6 [2022-04-07T20:23:33.661Z] ---> 36009813a43a [2022-04-07T20:23:33.661Z] [2022-04-07T20:23:33.661Z] Step 13/26 : FROM alpine:3.15 [2022-04-07T20:23:33.661Z] ---> 3fb3c9af89a9 [2022-04-07T20:23:33.661Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-07T20:23:33.661Z] ---> Using cache [2022-04-07T20:23:33.661Z] ---> 3e4fd056f37c [2022-04-07T20:23:33.661Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T20:23:33.661Z] ---> Using cache [2022-04-07T20:23:33.661Z] ---> ad553c5d363d [2022-04-07T20:23:33.661Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-07T20:23:33.661Z] ---> Using cache [2022-04-07T20:23:33.661Z] ---> bc2168386d7a [2022-04-07T20:23:33.661Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-07T20:23:34.258Z] ---> 88ebe8df1e69 [2022-04-07T20:23:34.258Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-07T20:23:37.651Z] ---> 7a92ba18fe46 [2022-04-07T20:23:37.651Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-07T20:23:38.247Z] ---> 35062ccc5ac7 [2022-04-07T20:23:38.247Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-07T20:23:38.845Z] ---> caf97c43844d [2022-04-07T20:23:38.845Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-07T20:23:39.446Z] ---> 9c8a79b2cd62 [2022-04-07T20:23:39.446Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-07T20:23:39.446Z] ---> Running in 30f72d6b20e7 [2022-04-07T20:23:39.718Z] Removing intermediate container 30f72d6b20e7 [2022-04-07T20:23:39.718Z] ---> 379cca817af3 [2022-04-07T20:23:39.718Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-07T20:23:39.718Z] ---> Running in 6362c0ce8335 [2022-04-07T20:23:39.993Z] Removing intermediate container 6362c0ce8335 [2022-04-07T20:23:39.993Z] ---> 16ddbe55f3fd [2022-04-07T20:23:39.993Z] Step 24/26 : LABEL arch=arm64 [2022-04-07T20:23:40.265Z] ---> Running in 2ed3bad531fe [2022-04-07T20:23:40.539Z] Removing intermediate container 2ed3bad531fe [2022-04-07T20:23:40.539Z] ---> befcef512902 [2022-04-07T20:23:40.539Z] Step 25/26 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a [2022-04-07T20:23:40.539Z] ---> Running in a5292904d005 [2022-04-07T20:23:40.813Z] Removing intermediate container a5292904d005 [2022-04-07T20:23:40.813Z] ---> a8fdb0373149 [2022-04-07T20:23:40.813Z] Step 26/26 : LABEL version=0.0.0 [2022-04-07T20:23:40.813Z] ---> Running in c3352e8853bd [2022-04-07T20:23:41.413Z] Removing intermediate container c3352e8853bd [2022-04-07T20:23:41.413Z] ---> 66374047220c [2022-04-07T20:23:41.413Z] [2022-04-07T20:23:41.413Z] Successfully built 66374047220c [2022-04-07T20:23:41.413Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-07T20:23:41.702Z]  Building security-spire-agent ... done  [Pipeline] } [2022-04-07T20:23:41.713Z] $ docker stop --time=1 0b434a9c2f87dad4e7c67ecec30b05cdaf9453857de453221b4d2866f5a059a9 [2022-04-07T20:23:43.471Z] $ docker rm -f 0b434a9c2f87dad4e7c67ecec30b05cdaf9453857de453221b4d2866f5a059a9 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-07T20:23:44.133Z] + docker images [2022-04-07T20:23:44.406Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-07T20:23:44.406Z] security-spire-agent-arm64 latest 66374047220c 3 seconds ago 126MB [2022-04-07T20:23:44.406Z] 36009813a43a 27 seconds ago 4.21GB [2022-04-07T20:23:44.406Z] security-spire-config-arm64 latest 5129888464ac About a minute ago 85.6MB [2022-04-07T20:23:44.406Z] security-spire-server-arm64 latest 49215d2df620 About a minute ago 86.3MB [2022-04-07T20:23:44.406Z] 84821254ee3d About a minute ago 4.21GB [2022-04-07T20:23:44.406Z] e58f2cb6da1c 2 minutes ago 4.21GB [2022-04-07T20:23:44.406Z] support-notifications-arm64 latest 6cb043c37df5 12 minutes ago 25.5MB [2022-04-07T20:23:44.406Z] bab4862c6ede 12 minutes ago 1.43GB [2022-04-07T20:23:44.406Z] support-scheduler-arm64 latest be396cae9272 19 minutes ago 24.9MB [2022-04-07T20:23:44.406Z] 9877b145f255 19 minutes ago 1.43GB [2022-04-07T20:23:44.406Z] core-data-arm64 latest 410e89904f82 19 minutes ago 34.4MB [2022-04-07T20:23:44.406Z] 96c5c2e50847 20 minutes ago 1.46GB [2022-04-07T20:23:44.406Z] security-proxy-setup-arm64 latest 38786d5a04ab 27 minutes ago 42.1MB [2022-04-07T20:23:44.406Z] 9d43e2171de0 27 minutes ago 1.44GB [2022-04-07T20:23:44.406Z] core-metadata-arm64 latest a976cde4719c 29 minutes ago 25.1MB [2022-04-07T20:23:44.406Z] 66af9d14b24d 30 minutes ago 1.43GB [2022-04-07T20:23:44.406Z] sys-mgmt-agent-arm64 latest 767f2b293738 36 minutes ago 290MB [2022-04-07T20:23:44.406Z] c9762157482a 37 minutes ago 1.43GB [2022-04-07T20:23:44.406Z] core-command-arm64 latest e7751389da3b 38 minutes ago 23.7MB [2022-04-07T20:23:44.406Z] 2f2e06ec4bc6 39 minutes ago 1.43GB [2022-04-07T20:23:44.406Z] security-bootstrapper-arm64 latest 8329b114d419 47 minutes ago 23.6MB [2022-04-07T20:23:44.406Z] security-secretstore-setup-arm64 latest 98d6779cc7a1 47 minutes ago 40.8MB [2022-04-07T20:23:44.406Z] ee719fc1dc4e 48 minutes ago 1.44GB [2022-04-07T20:23:44.406Z] e7481591ed4e 48 minutes ago 1.43GB [2022-04-07T20:23:44.406Z] security-spiffe-token-provider-arm64 latest 7d2b4091592d 48 minutes ago 27.7MB [2022-04-07T20:23:44.406Z] 2e9a627b3000 49 minutes ago 1.42GB [2022-04-07T20:23:44.677Z] ci-base-image-arm64 latest 47f75f7ae24e About an hour ago 886MB [2022-04-07T20:23:44.677Z] docker 20.10.14 c346e9eafbab 2 days ago 202MB [2022-04-07T20:23:44.677Z] alpine 3.14 ac73e934f311 2 days ago 5.34MB [2022-04-07T20:23:44.677Z] alpine 3.15 3fb3c9af89a9 2 days ago 5.32MB [2022-04-07T20:23:44.677Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB [2022-04-07T20:23:44.677Z] 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-07T20:23:45.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-07T20:23:45.423Z] [2022-04-07T20:23:45.423Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-07T20:23:45.802Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-07T20:23:46.076Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-07T20:23:46.076Z] 8998bd30e6a1: Pulling fs layer [2022-04-07T20:23:46.076Z] 04944245beec: Pulling fs layer [2022-04-07T20:23:46.076Z] 699f458cf7ca: Pulling fs layer [2022-04-07T20:23:46.076Z] 765212b225bb: Pulling fs layer [2022-04-07T20:23:46.076Z] f23df028b6ca: Pulling fs layer [2022-04-07T20:23:46.076Z] d65c8cfc05b1: Pulling fs layer [2022-04-07T20:23:46.076Z] 2437ff75d9bd: Pulling fs layer [2022-04-07T20:23:46.076Z] f23df028b6ca: Waiting [2022-04-07T20:23:46.076Z] d65c8cfc05b1: Waiting [2022-04-07T20:23:46.076Z] 2437ff75d9bd: Waiting [2022-04-07T20:23:46.076Z] 765212b225bb: Waiting [2022-04-07T20:23:46.076Z] 04944245beec: Download complete [2022-04-07T20:23:46.076Z] 765212b225bb: Verifying Checksum [2022-04-07T20:23:46.076Z] 765212b225bb: Download complete [2022-04-07T20:23:46.076Z] f23df028b6ca: Verifying Checksum [2022-04-07T20:23:46.076Z] f23df028b6ca: Download complete [2022-04-07T20:23:46.350Z] d65c8cfc05b1: Verifying Checksum [2022-04-07T20:23:46.350Z] d65c8cfc05b1: Download complete [2022-04-07T20:23:46.350Z] 699f458cf7ca: Verifying Checksum [2022-04-07T20:23:46.350Z] 699f458cf7ca: Download complete [2022-04-07T20:23:46.625Z] 8998bd30e6a1: Verifying Checksum [2022-04-07T20:23:46.625Z] 8998bd30e6a1: Download complete [2022-04-07T20:23:49.247Z] 2437ff75d9bd: Verifying Checksum [2022-04-07T20:23:49.247Z] 2437ff75d9bd: Download complete [2022-04-07T20:23:51.222Z] 8998bd30e6a1: Pull complete [2022-04-07T20:23:51.498Z] 04944245beec: Pull complete [2022-04-07T20:23:52.929Z] 699f458cf7ca: Pull complete [2022-04-07T20:23:53.202Z] 765212b225bb: Pull complete [2022-04-07T20:23:54.179Z] f23df028b6ca: Pull complete [2022-04-07T20:23:54.453Z] d65c8cfc05b1: Pull complete [2022-04-07T20:24:09.526Z] 2437ff75d9bd: Pull complete [2022-04-07T20:24:09.526Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-07T20:24:09.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-07T20:24:09.526Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-07T20:24:09.789Z] prd-ubuntu20.04-docker-arm64-4c-16g-11453 does not seem to be running inside a container [2022-04-07T20:24:09.867Z] $ 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-07T20:24:12.401Z] $ docker top e53a2fee8b5ea98e64f267bf74ff26a92ea3a1e78bcee55aeb5be6362cfcc978 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-07T20:24:13.433Z] ---> job-cost.sh [2022-04-07T20:24:13.433Z] lf-activate-venv: SKIPPING [2022-04-07T20:24:13.433Z] INFO: No Stack... [2022-04-07T20:24:14.029Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-07T20:24:14.624Z] INFO: Archiving Costs [Pipeline] sh [2022-04-07T20:24:15.310Z] + cut -d, -f6 [2022-04-07T20:24:15.310Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-04-07T20:24:15.363Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3949-1-stack-cost] [2022-04-07T20:24:15.368Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3949-1-stack-cost] did not exist. Created. [2022-04-07T20:24:15.368Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3949-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-07T20:24:16.128Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-07T20:24:16.319Z] Stashed 1 file(s) [Pipeline] } [2022-04-07T20:24:16.334Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3949-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-07T20:24:16.417Z] $ docker stop --time=1 e53a2fee8b5ea98e64f267bf74ff26a92ea3a1e78bcee55aeb5be6362cfcc978 [2022-04-07T20:24:17.985Z] $ docker rm -f e53a2fee8b5ea98e64f267bf74ff26a92ea3a1e78bcee55aeb5be6362cfcc978 [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-07T20:24:19.045Z] provisioning config files... [2022-04-07T20:24:19.056Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4453705868670947394tmp [Pipeline] { [Pipeline] sh [2022-04-07T20:24:19.401Z] + set +x [2022-04-07T20:24:19.401Z] + + bash -s -- [2022-04-07T20:24:19.401Z] curl -s https://codecov.io/bash [2022-04-07T20:24:19.401Z] [2022-04-07T20:24:19.401Z] _____ _ [2022-04-07T20:24:19.401Z] / ____| | | [2022-04-07T20:24:19.401Z] | | ___ __| | ___ ___ _____ __ [2022-04-07T20:24:19.401Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-07T20:24:19.401Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-07T20:24:19.401Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-07T20:24:19.401Z] Bash-1.0.6 [2022-04-07T20:24:19.401Z] [2022-04-07T20:24:19.401Z] [2022-04-07T20:24:19.401Z] ==> git version 2.25.1 found [2022-04-07T20:24:19.401Z] ==> 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-07T20:24:19.401Z] Release-Date: 2020-01-08 [2022-04-07T20:24:19.401Z] 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-07T20:24:19.401Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-07T20:24:19.401Z] ==> Jenkins CI detected. [2022-04-07T20:24:19.401Z] current dir:  /w/workspace/edgex-go/1 [2022-04-07T20:24:19.401Z] project root: . [2022-04-07T20:24:19.401Z] --> token set from env [2022-04-07T20:24:19.401Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-07T20:24:19.401Z] ==> Running gcov in . (disable via -X gcov) [2022-04-07T20:24:19.401Z] ==> Python coveragepy not found [2022-04-07T20:24:19.401Z] ==> Searching for coverage reports in: [2022-04-07T20:24:19.401Z] + . [2022-04-07T20:24:19.662Z] -> Found 1 reports [2022-04-07T20:24:19.662Z] ==> Detecting git/mercurial file structure [2022-04-07T20:24:19.662Z] ==> Reading reports [2022-04-07T20:24:19.662Z] + ./coverage.out bytes=431014 [2022-04-07T20:24:19.662Z] ==> Appending adjustments [2022-04-07T20:24:19.662Z] https://docs.codecov.io/docs/fixing-reports [2022-04-07T20:24:20.602Z] + Found adjustments [2022-04-07T20:24:20.602Z] ==> Gzipping contents [2022-04-07T20:24:20.602Z] 60K /tmp/codecov.4CYnCY.gz [2022-04-07T20:24:20.602Z] ==> Uploading reports [2022-04-07T20:24:20.602Z] url: https://codecov.io [2022-04-07T20:24:20.602Z] query: branch=PR-3949&commit=a7881c43d8d5be287348d5cac072628d4998ac5a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3949%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3949&job=&cmd_args= [2022-04-07T20:24:20.602Z] -> Pinging Codecov [2022-04-07T20:24:20.602Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3949&commit=a7881c43d8d5be287348d5cac072628d4998ac5a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3949%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3949&job=&cmd_args= [2022-04-07T20:24:20.863Z] -> Uploading to [2022-04-07T20:24:20.863Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-07/00271124DB129430A58F1EEE437C3FCB/a7881c43d8d5be287348d5cac072628d4998ac5a/d662c550-ae8f-4dd8-b550-2fd547c754fd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220407T202420Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ae87f2323ba067c298561ad998594fbf28fa93d0575efd07b41cd823b3bf4222 [2022-04-07T20:24:20.863Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-07T20:24:20.863Z] Dload Upload Total Spent Left Speed [2022-04-07T20:24:21.125Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59206 0 0 100 59206 0 256k --:--:-- --:--:-- --:--:-- 258k [2022-04-07T20:24:21.125Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a7881c43d8d5be287348d5cac072628d4998ac5a [Pipeline] } [2022-04-07T20:24:21.152Z] 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-07T20:24:22.555Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-07T20:24:22.889Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T20:24:23.786Z] ---> package-listing.sh [2022-04-07T20:24:23.787Z] ++ facter osfamily [2022-04-07T20:24:23.787Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-07T20:24:24.048Z] + OS_FAMILY=debian [2022-04-07T20:24:24.048Z] + workspace=/w/workspace/edgex-go/1 [2022-04-07T20:24:24.048Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-07T20:24:24.048Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-07T20:24:24.048Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-07T20:24:24.048Z] + PACKAGES=/tmp/packages_start.txt [2022-04-07T20:24:24.048Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-07T20:24:24.048Z] + PACKAGES=/tmp/packages_end.txt [2022-04-07T20:24:24.048Z] + case "${OS_FAMILY}" in [2022-04-07T20:24:24.048Z] + dpkg -l [2022-04-07T20:24:24.048Z] + grep '^ii' [2022-04-07T20:24:24.048Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-07T20:24:24.048Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-07T20:24:24.048Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-07T20:24:24.048Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-07T20:24:24.048Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-04-07T20:24:24.048Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-04-07T20:24:24.081Z] 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-07T20:24:24.379Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-07T20:24:24.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-07T20:24:24.960Z] [2022-04-07T20:24:24.960Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T20:24:25.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-07T20:24:25.326Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-07T20:24:25.326Z] 5eb5b503b376: Pulling fs layer [2022-04-07T20:24:25.326Z] 5c69ac0246d0: Pulling fs layer [2022-04-07T20:24:25.326Z] ec43610c2a17: Pulling fs layer [2022-04-07T20:24:25.326Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-07T20:24:25.326Z] 33b1e0a273af: Pulling fs layer [2022-04-07T20:24:25.326Z] 5d3b04190fa2: Pulling fs layer [2022-04-07T20:24:25.326Z] 2f39f015ded8: Pulling fs layer [2022-04-07T20:24:25.326Z] 3a2ae6a8a46f: Waiting [2022-04-07T20:24:25.326Z] 33b1e0a273af: Waiting [2022-04-07T20:24:25.326Z] 5d3b04190fa2: Waiting [2022-04-07T20:24:25.326Z] 2f39f015ded8: Waiting [2022-04-07T20:24:25.326Z] 5c69ac0246d0: Verifying Checksum [2022-04-07T20:24:25.326Z] 5c69ac0246d0: Download complete [2022-04-07T20:24:25.326Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-07T20:24:25.326Z] 3a2ae6a8a46f: Download complete [2022-04-07T20:24:25.586Z] 33b1e0a273af: Verifying Checksum [2022-04-07T20:24:25.586Z] 33b1e0a273af: Download complete [2022-04-07T20:24:25.586Z] 5d3b04190fa2: Download complete [2022-04-07T20:24:25.586Z] ec43610c2a17: Verifying Checksum [2022-04-07T20:24:25.586Z] ec43610c2a17: Download complete [2022-04-07T20:24:25.586Z] 5eb5b503b376: Verifying Checksum [2022-04-07T20:24:25.586Z] 5eb5b503b376: Download complete [2022-04-07T20:24:26.155Z] 2f39f015ded8: Download complete [2022-04-07T20:24:26.726Z] 5eb5b503b376: Pull complete [2022-04-07T20:24:26.986Z] 5c69ac0246d0: Pull complete [2022-04-07T20:24:27.246Z] ec43610c2a17: Pull complete [2022-04-07T20:24:27.505Z] 3a2ae6a8a46f: Pull complete [2022-04-07T20:24:27.765Z] 33b1e0a273af: Pull complete [2022-04-07T20:24:27.765Z] 5d3b04190fa2: Pull complete [2022-04-07T20:24:31.962Z] 2f39f015ded8: Pull complete [2022-04-07T20:24:31.962Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-07T20:24:31.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-07T20:24:31.962Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-07T20:24:32.057Z] prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container [2022-04-07T20:24:32.115Z] $ 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-07T20:24:34.129Z] $ docker top a6a44dca2cb4b3273e070cf3ff51341d0d36415da02c013854e36fba2ccd59ec -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-07T20:24:34.521Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-07T20:24:34.833Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-07T20:24:35.143Z] + ls /var/log/sa-host [2022-04-07T20:24:35.143Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-07T20:24:35.286Z] provisioning config files... [2022-04-07T20:24:35.297Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3159515108020798491tmp [Pipeline] { [Pipeline] echo [2022-04-07T20:24:35.344Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T20:24:35.660Z] ---> create-netrc.sh [Pipeline] } [2022-04-07T20:24:35.687Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-07T20:24:36.096Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-07T20:24:36.126Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T20:24:36.447Z] ---> sudo-logs.sh [2022-04-07T20:24:36.447Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-07T20:24:36.525Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T20:24:36.839Z] ---> job-cost.sh [2022-04-07T20:24:36.840Z] lf-activate-venv: SKIPPING [2022-04-07T20:24:36.840Z] DEBUG: total: 0.2199999988079071 [2022-04-07T20:24:36.840Z] INFO: Retrieving Stack Cost... [2022-04-07T20:24:37.412Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-07T20:24:37.673Z] INFO: Archiving Costs [Pipeline] echo [2022-04-07T20:24:37.708Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T20:24:38.022Z] ---> logs-deploy.sh [2022-04-07T20:24:38.023Z] lf-activate-venv: SKIPPING [2022-04-07T20:24:38.023Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3949/1 [2022-04-07T20:24:38.023Z] INFO: archiving workspace using pattern(s): [2022-04-07T20:24:38.967Z] Archives upload complete. [2022-04-07T20:24:39.229Z] INFO: archiving logs to Nexus [2022-04-07T20:24:39.802Z] ---> uname -a: [2022-04-07T20:24:39.802Z] Linux prd-ubuntu20-04-docker-8c-8g-11450 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-04-07T20:24:39.802Z] [2022-04-07T20:24:39.802Z] [2022-04-07T20:24:39.802Z] ---> lscpu: [2022-04-07T20:24:39.802Z] Architecture: x86_64 [2022-04-07T20:24:39.802Z] CPU op-mode(s): 32-bit, 64-bit [2022-04-07T20:24:39.802Z] Byte Order: Little Endian [2022-04-07T20:24:39.802Z] Address sizes: 40 bits physical, 48 bits virtual [2022-04-07T20:24:39.802Z] CPU(s): 8 [2022-04-07T20:24:39.802Z] On-line CPU(s) list: 0-7 [2022-04-07T20:24:39.802Z] Thread(s) per core: 1 [2022-04-07T20:24:39.802Z] Core(s) per socket: 1 [2022-04-07T20:24:39.802Z] Socket(s): 8 [2022-04-07T20:24:39.802Z] NUMA node(s): 1 [2022-04-07T20:24:39.802Z] Vendor ID: AuthenticAMD [2022-04-07T20:24:39.802Z] CPU family: 23 [2022-04-07T20:24:39.802Z] Model: 49 [2022-04-07T20:24:39.802Z] Model name: AMD EPYC-Rome Processor [2022-04-07T20:24:39.802Z] Stepping: 0 [2022-04-07T20:24:39.802Z] CPU MHz: 2799.998 [2022-04-07T20:24:39.802Z] BogoMIPS: 5599.99 [2022-04-07T20:24:39.802Z] Virtualization: AMD-V [2022-04-07T20:24:39.802Z] Hypervisor vendor: KVM [2022-04-07T20:24:39.802Z] Virtualization type: full [2022-04-07T20:24:39.802Z] L1d cache: 256 KiB [2022-04-07T20:24:39.802Z] L1i cache: 256 KiB [2022-04-07T20:24:39.802Z] L2 cache: 4 MiB [2022-04-07T20:24:39.802Z] L3 cache: 128 MiB [2022-04-07T20:24:39.802Z] NUMA node0 CPU(s): 0-7 [2022-04-07T20:24:39.802Z] Vulnerability Itlb multihit: Not affected [2022-04-07T20:24:39.802Z] Vulnerability L1tf: Not affected [2022-04-07T20:24:39.802Z] Vulnerability Mds: Not affected [2022-04-07T20:24:39.802Z] Vulnerability Meltdown: Not affected [2022-04-07T20:24:39.802Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-04-07T20:24:39.802Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-04-07T20:24:39.802Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-04-07T20:24:39.802Z] Vulnerability Srbds: Not affected [2022-04-07T20:24:39.802Z] Vulnerability Tsx async abort: Not affected [2022-04-07T20:24:39.802Z] 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-07T20:24:39.802Z] [2022-04-07T20:24:39.802Z] [2022-04-07T20:24:39.802Z] ---> nproc: [2022-04-07T20:24:39.802Z] 8 [2022-04-07T20:24:39.802Z] [2022-04-07T20:24:39.802Z] [2022-04-07T20:24:39.802Z] ---> df -h: [2022-04-07T20:24:39.802Z] Filesystem Size Used Avail Use% Mounted on [2022-04-07T20:24:39.802Z] overlay 155G 28G 128G 18% / [2022-04-07T20:24:39.802Z] tmpfs 64M 0 64M 0% /dev [2022-04-07T20:24:39.802Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-04-07T20:24:39.802Z] shm 64M 0 64M 0% /dev/shm [2022-04-07T20:24:39.802Z] /dev/vda1 155G 28G 128G 18% /facter-os [2022-04-07T20:24:39.802Z] [2022-04-07T20:24:39.802Z]