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 19:05:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:05:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:05:51 ========================================================= 19:05:51 EdgeX Global Pipelines Version Info 19:05:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:05:52 ------------------- 19:05:52 stable info: 19:05:52 ------------------- 19:05:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:05:52 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 19:05:52 Message: update stable to v1.0.221 19:05:53 ------------------- 19:05:53 experimental info: 19:05:53 ------------------- 19:05:53 Commited By: **** collab-it+edgex@linuxfoundation.org 19:05:53 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 19:05:53 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3949 [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3949 [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3949 [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a7881c43d8d5be287348d5cac072628d4998ac5a [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a7881c4 [Pipeline] echo 19:05:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:05:54 provisioning config files... 19:05:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6583824076072743260tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:05:55 ---> docker-login.sh 19:05:55 nexus3.edgexfoundry.org:10001 19:05:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:55 Configure a credential helper to remove this warning. See 19:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:55 19:05:55 Login Succeeded 19:05:55 nexus3.edgexfoundry.org:10002 19:05:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:55 Configure a credential helper to remove this warning. See 19:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:55 19:05:55 Login Succeeded 19:05:55 nexus3.edgexfoundry.org:10003 19:05:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:55 Configure a credential helper to remove this warning. See 19:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:55 19:05:55 Login Succeeded 19:05:55 nexus3.edgexfoundry.org:10004 19:05:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:55 Configure a credential helper to remove this warning. See 19:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:55 19:05:55 Login Succeeded 19:05:55 docker.io 19:05:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:56 Configure a credential helper to remove this warning. See 19:05:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:56 19:05:56 Login Succeeded 19:05:56 ---> docker-login.sh ends [Pipeline] } 19:05:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:05:56 + 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 19:05:56 + dirname cmd/core-command/Dockerfile 19:05:56 + cut -d/ -f2 19:05:56 + echo core-command,cmd/core-command/Dockerfile 19:05:56 + dirname cmd/core-data/Dockerfile 19:05:56 + cut -d/ -f2 19:05:56 + echo core-data,cmd/core-data/Dockerfile 19:05:56 + + dirname cmd/core-metadata/Dockerfile 19:05:56 cut -d/ -f2 19:05:56 + echo core-metadata,cmd/core-metadata/Dockerfile 19:05:56 + dirname cmd/security-bootstrapper/Dockerfile 19:05:56 + cut -d/ -f2 19:05:56 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:05:56 + dirname cmd/security-proxy-setup/Dockerfile 19:05:56 + cut -d/ -f2 19:05:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:05:56 + dirname cmd/security-secretstore-setup/Dockerfile 19:05:56 + cut -d/ -f2 19:05:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:05:56 + + dirname cmd/security-spiffe-token-provider/Dockerfile 19:05:56 cut -d/ -f2 19:05:56 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:05:56 + dirname cmd/security-spire-agent/Dockerfile 19:05:56 + cut -d/ -f2 19:05:56 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:05:56 + dirname cmd/security-spire-config/Dockerfile 19:05:56 + cut -d/ -f2 19:05:56 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:05:56 + dirname cmd/security-spire-server/Dockerfile 19:05:56 + cut -d/ -f2 19:05:56 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:05:56 + dirname cmd/support-notifications/Dockerfile 19:05:56 + cut -d/ -f2 19:05:56 + echo support-notifications,cmd/support-notifications/Dockerfile 19:05:56 + dirname cmd/support-scheduler/Dockerfile 19:05:56 + cut -d/ -f2 19:05:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:05:56 + dirname cmd/sys-mgmt-agent/Dockerfile 19:05:56 + cut -d/ -f2 19:05:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:05:56 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 19:05:57 + git rev-list -1 --merges a7881c43d8d5be287348d5cac072628d4998ac5a~1..a7881c43d8d5be287348d5cac072628d4998ac5a [Pipeline] echo 19:05:57 -----------> git rev-list -1 --merges a7881c43d8d5be287348d5cac072628d4998ac5a~1..a7881c43d8d5be287348d5cac072628d4998ac5a a7881c43d8d5be287348d5cac072628d4998ac5a [false] [Pipeline] sh 19:05:57 + git log --format=format:%s -1 a7881c43d8d5be287348d5cac072628d4998ac5a [Pipeline] echo 19:05:57 ========================================================= 19:05:57 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:05:57 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:05:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:05:58 + grep -v github /etc/ssh/ssh_known_hosts 19:05:58 + [ -e /tmp/ssh_known_hosts ] 19:05:58 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:05:58 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:05:58 + sudo tee -a /etc/ssh/ssh_known_hosts 19:05:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 19:05:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:05:58 19:05:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:05:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:05:58 latest: Pulling from edgex-devops/git-semver 19:05:58 a0d0a0d46f8b: Pulling fs layer 19:05:58 3e5f54012d9b: Pulling fs layer 19:05:58 4c7163046ea9: Pulling fs layer 19:05:58 0c2d73faf560: Pulling fs layer 19:05:58 0c2d73faf560: Waiting 19:05:58 3e5f54012d9b: Verifying Checksum 19:05:58 3e5f54012d9b: Download complete 19:05:58 a0d0a0d46f8b: Verifying Checksum 19:05:58 a0d0a0d46f8b: Download complete 19:05:58 0c2d73faf560: Verifying Checksum 19:05:58 0c2d73faf560: Download complete 19:05:58 4c7163046ea9: Verifying Checksum 19:05:58 4c7163046ea9: Download complete 19:05:59 a0d0a0d46f8b: Pull complete 19:05:59 3e5f54012d9b: Pull complete 19:05:59 4c7163046ea9: Pull complete 19:05:59 0c2d73faf560: Pull complete 19:05:59 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 19:05:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:05:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:05:59 prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container 19:05:59 $ 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 19:06:00 $ docker top c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:00 [ssh-agent] Looking for ssh-agent implementation... 19:06:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:00 $ docker exec c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 ssh-agent 19:06:00 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXIMPiAG/agent.13 19:06:00 SSH_AGENT_PID=19 19:06:00 Running ssh-add (command line suppressed) 19:06:00 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8360932509588407553.key (/w/workspace/edgex-go/1@tmp/private_key_8360932509588407553.key) 19:06:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:01 + git tag --points-at HEAD [Pipeline] } 19:06:01 $ docker exec --env ******** --env ******** c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 ssh-agent -k 19:06:01 unset SSH_AUTH_SOCK; 19:06:01 unset SSH_AGENT_PID; 19:06:01 echo Agent pid 19 killed; 19:06:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:06:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:01 [ssh-agent] Looking for ssh-agent implementation... 19:06:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:01 $ docker exec c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 ssh-agent 19:06:01 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXICElfa/agent.51 19:06:01 SSH_AGENT_PID=57 19:06:01 Running ssh-add (command line suppressed) 19:06:01 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6741857714509339699.key (/w/workspace/edgex-go/1@tmp/private_key_6741857714509339699.key) 19:06:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:02 + git semver init 19:06:02 # -> Open(): unable to determine branch for HEAD 19:06:02 # $GIT_DIR = /w/workspace/edgex-go/1/.git 19:06:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 19:06:02 # $SEMVER_REMOTE_NAME = origin 19:06:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:06:02 # $SEMVER_USER_NAME = edgex-jenkins 19:06:02 # $SEMVER_BRANCH = PR-3949 19:06:02 # $SEMVER_TEMP = /tmp/semver-235128188 19:06:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:06:17 # '/tmp/semver-235128188' -> '/w/workspace/edgex-go/1/.semver' 19:06:17 # -> Force: false 19:06:17 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 19:06:17 $ docker exec --env ******** --env ******** c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 ssh-agent -k 19:06:17 unset SSH_AUTH_SOCK; 19:06:17 unset SSH_AGENT_PID; 19:06:17 echo Agent pid 57 killed; 19:06:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:17 + git semver [Pipeline] } 19:06:17 $ docker stop --time=1 c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 19:06:19 $ docker rm -f c634a4061080220fec6124b9230ff489b28322cacb0c3d4f5ce643d78b9445e3 [Pipeline] // withDockerContainer [Pipeline] sh 19:06:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:06:20 Stashed 1 file(s) [Pipeline] echo 19:06:20 [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 19:06:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:20 ========================================================= 19:06:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 19:06:20 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:06:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:21 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 19:06:21 59bf1c3509f3: Pulling fs layer 19:06:21 666ba61612fd: Pulling fs layer 19:06:21 8ed8ca486205: Pulling fs layer 19:06:21 4fe6c5a15a65: Pulling fs layer 19:06:21 22a0e8bec74d: Pulling fs layer 19:06:21 640e595b4fbd: Pulling fs layer 19:06:21 763cafe07f6e: Pulling fs layer 19:06:21 0c0b528cf693: Pulling fs layer 19:06:21 10935f4eaf8b: Pulling fs layer 19:06:21 4fe6c5a15a65: Waiting 19:06:21 22a0e8bec74d: Waiting 19:06:21 640e595b4fbd: Waiting 19:06:21 763cafe07f6e: Waiting 19:06:21 0c0b528cf693: Waiting 19:06:21 10935f4eaf8b: Waiting 19:06:21 8ed8ca486205: Verifying Checksum 19:06:21 8ed8ca486205: Download complete 19:06:21 666ba61612fd: Download complete 19:06:21 22a0e8bec74d: Verifying Checksum 19:06:21 22a0e8bec74d: Download complete 19:06:21 640e595b4fbd: Verifying Checksum 19:06:21 640e595b4fbd: Download complete 19:06:21 59bf1c3509f3: Verifying Checksum 19:06:21 59bf1c3509f3: Download complete 19:06:21 763cafe07f6e: Download complete 19:06:21 0c0b528cf693: Verifying Checksum 19:06:21 0c0b528cf693: Download complete 19:06:21 59bf1c3509f3: Pull complete 19:06:21 666ba61612fd: Pull complete 19:06:21 8ed8ca486205: Pull complete 19:06:21 4fe6c5a15a65: Verifying Checksum 19:06:21 4fe6c5a15a65: Download complete 19:06:21 10935f4eaf8b: Verifying Checksum 19:06:21 10935f4eaf8b: Download complete 19:06:26 4fe6c5a15a65: Pull complete 19:06:26 22a0e8bec74d: Pull complete 19:06:26 640e595b4fbd: Pull complete 19:06:26 763cafe07f6e: Pull complete 19:06:26 0c0b528cf693: Pull complete 19:06:27 10935f4eaf8b: Pull complete 19:06:27 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 19:06:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:06:28 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:28 WORKDIR /edgex 19:06:28 COPY go.mod . 19:06:28 RUN go mod download 19:06:28 + docker build -t ci-base-image-x86_64 -f - . 19:06:29 Sending build context to Docker daemon 334.8MB 19:06:29 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:29 ---> 99d49a6021b9 19:06:29 Step 2/4 : WORKDIR /edgex 19:06:31 ---> Running in 0aeea7ce284e 19:06:31 Removing intermediate container 0aeea7ce284e 19:06:31 ---> 5bc71e0613f7 19:06:31 Step 3/4 : COPY go.mod . 19:06:31 ---> afb775ccbc91 19:06:31 Step 4/4 : RUN go mod download 19:06:31 ---> Running in 13f6e117439a 19:06:35 Still waiting to schedule task 19:06:35 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 19:06:46 Removing intermediate container 13f6e117439a 19:06:46 ---> 521a2af32397 19:06:46 Successfully built 521a2af32397 19:06:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:06:46 + docker inspect -f . ci-base-image-x86_64 19:06:46 . [Pipeline] withDockerContainer 19:06:46 prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container 19:06:46 $ 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 19:06:47 $ docker top 3f688a3fa3fe7d8fff2ef817659f96f5c14a4fc4cbeaa6b7d7aaeb8043e9b733 -eo pid,comm [Pipeline] { [Pipeline] sh 19:06:47 + go version 19:06:47 go version go1.17.6 linux/amd64 [Pipeline] } 19:06:47 $ docker stop --time=1 3f688a3fa3fe7d8fff2ef817659f96f5c14a4fc4cbeaa6b7d7aaeb8043e9b733 19:06:48 $ docker rm -f 3f688a3fa3fe7d8fff2ef817659f96f5c14a4fc4cbeaa6b7d7aaeb8043e9b733 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:06:49 + docker inspect -f . ci-base-image-x86_64 19:06:49 . [Pipeline] withDockerContainer 19:06:49 prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container 19:06:49 $ 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 19:06:50 $ docker top d61e40a2337da072f7dcfffcb6fd6660bedb3433605d4c68b67c0f06e922b86b -eo pid,comm [Pipeline] { [Pipeline] echo 19:06:50 ========================================================= 19:06:50 [edgeXBuildGoParallel] Running Tests and Build... 19:06:50 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:06:50 + make test 19:06:50 go mod tidy -compat=1.17 19:06:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:06:57 ? github.com/edgexfoundry/edgex-go [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:07:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.070s coverage: 28.7% of statements 19:07:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:07:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:07:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.085s coverage: 98.5% of statements 19:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:07:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.106s coverage: 54.9% of statements 19:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.682s coverage: 89.2% of statements 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.125s coverage: 84.4% of statements 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.435s coverage: 95.1% of statements 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/io 0.073s coverage: 72.2% of statements 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.093s coverage: 60.0% of statements 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.066s coverage: 0.9% of statements 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.067s coverage: 24.0% of statements 19:07:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 19:07:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 19:07:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements 19:07:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 19:07:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.223s coverage: 82.5% of statements 19:07:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.039s coverage: 65.1% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 58.8% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.0% of statements 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.147s coverage: 91.2% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 64.4% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.407s coverage: 65.4% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.173s coverage: 43.8% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.072s coverage: 17.7% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.186s coverage: 92.3% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.116s coverage: 97.7% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:07:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 96.9% of statements 19:07:35 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 19:07:53 GO111MODULE=on go vet ./... 19:07:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:07:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:07:55 ./bin/test-attribution-txt.sh [Pipeline] echo 19:07:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:07:56 + ls -al . 19:07:56 total 668 19:07:56 drwxrwxr-x 10 1001 1001 4096 Apr 7 19:07 . 19:07:56 drwxr-xr-x 4 root root 4096 Apr 7 19:06 .. 19:07:56 -rw-rw-r-- 1 1001 1001 11 Apr 7 19:05 .dockerignore 19:07:56 drwxrwxr-x 8 1001 1001 4096 Apr 7 19:05 .git 19:07:56 drwxrwxr-x 4 1001 1001 4096 Apr 7 19:05 .github 19:07:56 -rw-rw-r-- 1 1001 1001 870 Apr 7 19:05 .gitignore 19:07:56 -rw-rw-r-- 1 1001 1001 42 Apr 7 19:05 .golangci.yml 19:07:56 -rw-rw-r-- 1 1001 1001 87 Apr 7 19:05 .hadolint.yml 19:07:56 drwx------ 3 1001 1001 4096 Apr 7 19:06 .semver 19:07:56 -rw-rw-r-- 1 1001 1001 166 Apr 7 19:05 .sonarcloud.properties 19:07:56 -rw-rw-r-- 1 1001 1001 1171 Apr 7 19:05 ADOPTERS.md 19:07:56 -rw-rw-r-- 1 1001 1001 9953 Apr 7 19:05 Attribution.txt 19:07:56 -rw-rw-r-- 1 1001 1001 51732 Apr 7 19:05 CHANGELOG.md 19:07:56 -rw-rw-r-- 1 1001 1001 3804 Apr 7 19:05 CONTRIBUTING.md 19:07:56 -rw-rw-r-- 1 1001 1001 677 Apr 7 19:05 GOVERNANCE.md 19:07:56 -rw-rw-r-- 1 1001 1001 849 Apr 7 19:05 Jenkinsfile 19:07:56 -rw-rw-r-- 1 1001 1001 10775 Apr 7 19:05 LICENSE 19:07:56 -rw-rw-r-- 1 1001 1001 8478 Apr 7 19:05 Makefile 19:07:56 -rw-rw-r-- 1 1001 1001 582 Apr 7 19:05 OWNERS.md 19:07:56 -rw-rw-r-- 1 1001 1001 8207 Apr 7 19:05 README.md 19:07:56 -rw-rw-r-- 1 1001 1001 6912 Apr 7 19:05 SECURITY.md 19:07:56 -rw-rw-r-- 1 1001 1001 5 Apr 7 19:06 VERSION 19:07:56 -rw-rw-r-- 1 1001 1001 4131 Apr 7 19:05 ZMQWindows.md 19:07:56 drwxrwxr-x 2 1001 1001 4096 Apr 7 19:05 bin 19:07:56 drwxrwxr-x 18 1001 1001 4096 Apr 7 19:05 cmd 19:07:56 -rw-r--r-- 1 root root 431014 Apr 7 19:07 coverage.out 19:07:56 -rw-rw-r-- 1 1001 1001 3175 Apr 7 19:05 go.mod 19:07:56 -rw-rw-r-- 1 1001 1001 34990 Apr 7 19:06 go.sum 19:07:56 drwxrwxr-x 8 1001 1001 4096 Apr 7 19:05 internal 19:07:56 drwxrwxr-x 3 1001 1001 4096 Apr 7 19:05 openapi 19:07:56 drwxrwxr-x 4 1001 1001 4096 Apr 7 19:05 snap 19:07:56 -rw-rw-r-- 1 1001 1001 204 Apr 7 19:05 version.go [Pipeline] sh 19:07:56 + '[' -e coverage.out ] 19:07:56 + chown 1001:1001 coverage.out [Pipeline] stash 19:07:56 Stashed 1 file(s) [Pipeline] sh 19:07:57 + make build 19:07:57 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 19:08:15 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 19:08:27 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 19:08:27 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 19:08:29 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 19:08:29 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 19:08:31 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 19:08:32 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 19:08:33 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 19:08:35 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 19:08:36 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 19:08:37 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 19:08:39 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] } 19:08:40 $ docker stop --time=1 d61e40a2337da072f7dcfffcb6fd6660bedb3433605d4c68b67c0f06e922b86b 19:08:42 $ docker rm -f d61e40a2337da072f7dcfffcb6fd6660bedb3433605d4c68b67c0f06e922b86b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:08:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:08:43 19:08:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:08:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:08:44 latest: Pulling from edgex-devops/edgex-compose 19:08:44 cbdbe7a5bc2a: Pulling fs layer 19:08:44 ca9280d653b3: Pulling fs layer 19:08:44 7e9c9ca2126c: Pulling fs layer 19:08:44 cbdbe7a5bc2a: Download complete 19:08:44 ca9280d653b3: Verifying Checksum 19:08:44 ca9280d653b3: Download complete 19:08:44 cbdbe7a5bc2a: Pull complete 19:08:44 7e9c9ca2126c: Verifying Checksum 19:08:44 7e9c9ca2126c: Download complete 19:08:44 ca9280d653b3: Pull complete 19:08:47 7e9c9ca2126c: Pull complete 19:08:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:08:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:08:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:08:48 prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container 19:08:48 $ 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 19:08:49 $ docker top 47f33a3d69039e9eb32cd66ee566967ae155b10766617710166bf5aae9360dd8 -eo pid,comm [Pipeline] { [Pipeline] sh 19:08:49 + docker-compose build --help 19:08:49 + grep parallel 19:08:50 --parallel Build images in parallel. [Pipeline] } 19:08:50 $ docker stop --time=1 47f33a3d69039e9eb32cd66ee566967ae155b10766617710166bf5aae9360dd8 19:08:51 $ docker rm -f 47f33a3d69039e9eb32cd66ee566967ae155b10766617710166bf5aae9360dd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:08:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:08:52 . [Pipeline] withDockerContainer 19:08:52 prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container 19:08:52 $ 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 19:08:52 $ docker top 9bde47ba4dc76dae50bef973e725d28febb505cc8fb861f966d1bf161e4f4adb -eo pid,comm [Pipeline] { [Pipeline] sh 19:08:53 + docker-compose -f ./docker-compose-build.yml build --parallel 19:08:53 Building core-command ... 19:08:53 Building core-data ... 19:08:53 Building core-metadata ... 19:08:53 Building security-bootstrapper ... 19:08:53 Building security-proxy-setup ... 19:08:53 Building security-secretstore-setup ... 19:08:53 Building security-spiffe-token-provider ... 19:08:53 Building security-spire-agent ... 19:08:53 Building security-spire-config ... 19:08:53 Building security-spire-server ... 19:08:53 Building support-notifications ... 19:08:53 Building support-scheduler ... 19:08:53 Building sys-mgmt-agent ... 19:08:53 Building security-bootstrapper 19:08:53 Building sys-mgmt-agent 19:08:53 Building core-data 19:08:53 Building security-spiffe-token-provider 19:08:53 Building security-secretstore-setup 19:09:15 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:15 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:09:15 ---> 521a2af32397 19:09:15 Step 3/20 : WORKDIR /edgex-go 19:09:15 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:15 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:09:15 ---> 521a2af32397 19:09:15 Step 3/25 : WORKDIR /edgex-go 19:09:15 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:15 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:09:15 ---> 521a2af32397 19:09:15 Step 3/31 : WORKDIR /edgex-go 19:09:15 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:15 ---> 521a2af32397 19:09:15 Step 3/23 : WORKDIR /edgex-go 19:09:15 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:15 ---> 521a2af32397 19:09:15 Step 3/23 : WORKDIR /edgex-go 19:09:15 ---> Running in ffa6d9386c26 19:09:15 ---> Running in 5380caf1c40b 19:09:15 ---> Running in 37776504005e 19:09:15 ---> Running in 12ebefb03b8f 19:09:15 ---> Running in 101f28f4eb5e 19:09:15 Removing intermediate container ffa6d9386c26 19:09:15 ---> 20d1f61f63e9 19:09:15 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:15 Removing intermediate container 12ebefb03b8f 19:09:15 ---> 039a63c8c632 19:09:15 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:09:15 Removing intermediate container 101f28f4eb5e 19:09:15 ---> b07837c9b899 19:09:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:15 Removing intermediate container 37776504005e 19:09:15 ---> b97e123edc60 19:09:15 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:15 Removing intermediate container 5380caf1c40b 19:09:15 ---> 4d5c6043fa7c 19:09:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:15 ---> Running in 587910ae50c4 19:09:15 ---> Running in bb0a9ac59d49 19:09:15 ---> Running in 07575ca785a0 19:09:15 ---> Running in 9ba72cb7afae 19:09:15 ---> Running in 7e95efafda39 19:09:16 Removing intermediate container 587910ae50c4 19:09:16 ---> a965f0570296 19:09:16 Step 5/25 : RUN apk add --update --no-cache make git 19:09:16 ---> Running in e484539c87d7 19:09:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:16 Removing intermediate container bb0a9ac59d49 19:09:16 ---> 832897421615 19:09:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:09:16 ---> Running in cfd7f573df96 19:09:16 Removing intermediate container 7e95efafda39 19:09:16 ---> 3a58a4d2355e 19:09:16 Step 5/23 : RUN apk add --update --no-cache make bash git 19:09:16 ---> Running in 77211d41a99b 19:09:16 Removing intermediate container 07575ca785a0 19:09:16 ---> 2182407f0875 19:09:16 Step 5/31 : RUN apk add --update --no-cache make git 19:09:16 ---> Running in 507ad221a77e 19:09:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:17 v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:09:17 v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:09:17 OK: 15864 distinct packages available 19:09:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:18 OK: 221 MiB in 52 packages 19:09:18 OK: 221 MiB in 52 packages 19:09:18 OK: 221 MiB in 52 packages 19:09:18 OK: 221 MiB in 52 packages 19:09:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:18 Removing intermediate container e484539c87d7 19:09:18 ---> eece0e858b38 19:09:18 Step 6/25 : COPY go.mod vendor* ./ 19:09:18 ---> 07da659a3909 19:09:18 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:18 Removing intermediate container cfd7f573df96 19:09:18 ---> 33b8a2ac5d71 19:09:18 Step 6/23 : COPY go.mod vendor* ./ 19:09:18 ---> Running in 016a4838947f 19:09:18 OK: 221 MiB in 52 packages 19:09:19 ---> 6b0a20d79c89 19:09:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:19 ---> Running in e9ac4d58c99c 19:09:19 Removing intermediate container 507ad221a77e 19:09:19 ---> a327e9b0fa86 19:09:19 Step 6/31 : COPY go.mod vendor* ./ 19:09:19 Removing intermediate container 77211d41a99b 19:09:19 ---> 9037a9f6f305 19:09:19 Step 6/23 : COPY go.mod vendor* ./ 19:09:19 ---> 1588ace82910 19:09:19 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:19 ---> Running in 06a9b611ccc6 19:09:19 ---> 0332d80b6aa9 19:09:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:19 Removing intermediate container 9ba72cb7afae 19:09:19 ---> 0636c8ff891a 19:09:19 Step 5/20 : COPY go.mod vendor* ./ 19:09:19 ---> Running in 9cc500e70c1c 19:09:19 ---> a853ab19a0ce 19:09:19 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:19 ---> Running in e10458ecdbeb 19:09:20 Removing intermediate container 016a4838947f 19:09:20 ---> 53d9dd6e664b 19:09:20 Step 8/25 : COPY . . 19:09:20 Removing intermediate container e9ac4d58c99c 19:09:20 ---> df9453e451ea 19:09:20 Step 8/23 : COPY . . 19:09:20 Removing intermediate container 06a9b611ccc6 19:09:20 ---> e92d4eda598c 19:09:20 Step 8/31 : COPY . . 19:09:24 Removing intermediate container 9cc500e70c1c 19:09:24 ---> 2c9ea0ccc97b 19:09:24 Step 8/23 : COPY . . 19:09:24 Removing intermediate container e10458ecdbeb 19:09:24 ---> fcdc090b5838 19:09:24 Step 7/20 : COPY . . 19:09:27 Running on prd-ubuntu20.04-docker-arm64-4c-16g-11453 in /w/workspace/edgexfoundry_edgex-go_PR-3949 [Pipeline] { [Pipeline] ws 19:09:27 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:09:28 The recommended git tool is: git 19:09:28 ---> e531c0c7cb25 19:09:28 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:09:28 ---> Running in 5e8f202c1d4b 19:09:28 ---> df365ec98d35 19:09:28 Step 9/23 : RUN make cmd/core-data/core-data 19:09:28 ---> 028c195d3dd6 19:09:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:09:28 ---> Running in a78e4f25993f 19:09:29 ---> Running in fe1d74cb76b4 19:09:29 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 19:09:29 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 19:09:29 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 19:09:29 ---> 5551167081e3 19:09:29 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:09:29 ---> Running in 84ca5fc0e3c9 19:09:30 ---> 796a3b615d2d 19:09:30 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:09:30 ---> Running in a9200571a70d 19:09:30 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 19:09:30 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 19:09:39 using credential edgex-jenkins-ssh 19:09:39 Cloning the remote Git repository 19:09:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:09:40 > git init /w/workspace/edgex-go/1 # timeout=10 19:09:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:09:40 > git --version # timeout=10 19:09:40 > git --version # 'git version 2.25.1' 19:09:40 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:10:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:10:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:10:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:10:02 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 19:10:03 Merging remotes/origin/main commit 1a2a9fb2de28639559defb16ba24353df80d7431 into PR head commit a7881c43d8d5be287348d5cac072628d4998ac5a 19:10:03 Merge succeeded, producing a7881c43d8d5be287348d5cac072628d4998ac5a 19:10:03 Checking out Revision a7881c43d8d5be287348d5cac072628d4998ac5a (PR-3949) 19:10:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:10:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:02 > 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 19:10:03 > git config core.sparsecheckout # timeout=10 19:10:03 > git checkout -f a7881c43d8d5be287348d5cac072628d4998ac5a # timeout=10 19:10:03 > git remote # timeout=10 19:10:03 > git config --get remote.origin.url # timeout=10 19:10:03 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:03 > git merge 1a2a9fb2de28639559defb16ba24353df80d7431 # timeout=10 19:10:03 > git rev-parse HEAD^{commit} # timeout=10 19:10:03 > git config core.sparsecheckout # timeout=10 19:10:03 > git checkout -f a7881c43d8d5be287348d5cac072628d4998ac5a # timeout=10 19:10:07 Removing intermediate container a9200571a70d 19:10:07 ---> 897f0c63fa61 19:10:07 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:10:07 Removing intermediate container 84ca5fc0e3c9 19:10:07 ---> e92b473451ed 19:10:07 19:10:07 Step 9/20 : FROM alpine:3.15 19:10:07 Removing intermediate container 5e8f202c1d4b 19:10:07 ---> fae934d413a3 19:10:07 19:10:07 Step 10/25 : FROM alpine:3.14 19:10:07 Removing intermediate container fe1d74cb76b4 19:10:07 ---> 3397abd77817 19:10:07 19:10:07 Step 10/31 : FROM alpine:3.14 19:10:07 ---> Running in 96908f5cf0e8 19:10:07 3.15: Pulling from library/alpine 19:10:07 3.14: Pulling from library/alpine 19:10:07 Removing intermediate container a78e4f25993f 19:10:07 ---> 80b314091887 19:10:07 19:10:07 Step 10/23 : FROM alpine:3.14 19:10:07 3.14: Pulling from library/alpine 19:10:07 3.14: Pulling from library/alpine 19:10:07 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:10:07 Status: Downloaded newer image for alpine:3.15 19:10:07 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:10:07 Status: Downloaded newer image for alpine:3.14 19:10:07 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:10:07 Status: Image is up to date for alpine:3.14 19:10:07 ---> 0ac33e5f5afa 19:10:07 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:07 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:10:07 Status: Image is up to date for alpine:3.14 19:10:07 ---> e04c818066af 19:10:07 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:10:07 ---> e04c818066af 19:10:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:10:07 ---> e04c818066af 19:10:07 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:10:07 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 19:10:07 ---> Running in 6af95e43d330 19:10:07 ---> Running in 389e522c570f 19:10:07 ---> Running in 667e21166fd8 19:10:07 ---> Running in f268f55165b6 19:10:07 Removing intermediate container f268f55165b6 19:10:07 ---> 0e1bd6490068 19:10:07 Step 12/23 : ENV APP_PORT=59880 19:10:07 Removing intermediate container 389e522c570f 19:10:07 ---> bca0aa015ef4 19:10:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:10:07 Removing intermediate container 6af95e43d330 19:10:07 ---> 78c013ecdf7b 19:10:07 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:07 ---> Running in c30b8da3a85d 19:10:07 ---> Running in a6eb4bae01e1 19:10:07 ---> Running in 83259d56b371 19:10:07 Removing intermediate container c30b8da3a85d 19:10:07 ---> 659f1c942d50 19:10:07 Step 13/23 : EXPOSE $APP_PORT 19:10:07 ---> Running in 484eeb21ac30 19:10:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:10:07 Removing intermediate container 96908f5cf0e8 19:10:07 ---> 461220058bc9 19:10:07 19:10:07 Step 11/23 : FROM docker:20.10.14 19:10:08 Removing intermediate container 484eeb21ac30 19:10:08 ---> 60c228dd38ea 19:10:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:10:08 ---> Running in 25271772f80b 19:10:08 20.10.14: Pulling from library/docker 19:10:08 (1/3) Installing ca-certificates (20211220-r0) 19:10:08 (2/3) Installing dumb-init (1.2.5-r1) 19:10:08 (3/3) Installing su-exec (0.2-r1) 19:10:08 Executing busybox-1.33.1-r7.trigger 19:10:08 Executing ca-certificates-20211220-r0.trigger 19:10:08 OK: 6 MiB in 17 packages 19:10:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:10:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:10:08 (1/2) Installing dumb-init (1.2.5-r1) 19:10:08 (2/2) Installing su-exec (0.2-r1) 19:10:08 Executing busybox-1.33.1-r7.trigger 19:10:08 OK: 6 MiB in 16 packages 19:10:08 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 19:10:08 > git --version # timeout=10 19:10:08 > git --version # 'git version 2.25.1' 19:10:08 fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 19:10:09 Removing intermediate container a6eb4bae01e1 19:10:09 ---> 84b103793d09 19:10:09 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:10:09 Removing intermediate container 25271772f80b 19:10:09 ---> dfd7f340f81a 19:10:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:10:09 ---> Running in cb6db4e86a63 19:10:09 Removing intermediate container 667e21166fd8 19:10:09 ---> 25ad106dd0c2 19:10:09 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:10:09 ---> Running in c7d637e707de [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 19:10:09 ---> Running in aeed3b48621b 19:10:09 Removing intermediate container 83259d56b371 19:10:09 ---> c01ec8b77dff 19:10:09 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:10:09 ---> Running in 466aff236136 19:10:09 Removing intermediate container aeed3b48621b 19:10:09 ---> e87a71b21a53 19:10:09 Step 13/25 : WORKDIR / 19:10:09 Removing intermediate container 466aff236136 19:10:09 ---> 02fb19fca269 19:10:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:10:09 ---> Running in 779f6168b5df 19:10:09 ---> Running in 01a1a49860c5 [Pipeline] sh 19:10:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:09 Removing intermediate container 779f6168b5df 19:10:09 ---> 60690984a708 19:10:09 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:10:09 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:10:09 Removing intermediate container 01a1a49860c5 19:10:09 ---> 0eab093a47a4 19:10:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:10:09 ---> Running in 160340f33486 19:10:09 ---> 8617d0c74b34 19:10:09 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:10:09 ---> 03cff041ec17 19:10:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:10:10 % Total % Received % Xferd Average Speed Time Time Time Current 19:10:10 Dload Upload Total Spent Left Speed 19:10:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 175k 0 --:--:-- --:--:-- --:--:-- 175k 19:10:10 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:10:10 ---> d8934416f6fc 19:10:10 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 19:10:10 Removing intermediate container 160340f33486 19:10:10 ---> 45b2cb29ac92 19:10:10 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:10:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:10 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:10:10 ---> Running in 46e3feec8c16 19:10:10 ---> 9902b7022968 19:10:10 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:10:10 Removing intermediate container 46e3feec8c16 19:10:10 ---> ccbe3aa23ff4 19:10:10 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:10:10 (1/6) Installing dumb-init (1.2.5-r1) 19:10:10 v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:10:10 v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:10:10 OK: 15854 distinct packages available 19:10:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:10 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:10:10 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:10:11 ---> 0d772d9fa96d 19:10:11 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:10:11 (3/6) Installing libsodium (1.0.18-r0) 19:10:11 ---> d2def12a058b 19:10:11 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:10:11 ---> Running in a52adb7fb550 19:10:11 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:10:11 (5/6) Installing libzmq (4.3.4-r0) 19:10:11 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:10:11 Status: Downloaded newer image for docker:20.10.14 19:10:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:10:11 + sudo tee /etc/docker/daemon.new 19:10:11 { 19:10:11 "registry-mirrors": [ 19:10:11 "https://nexus3.edgexfoundry.org:10001" 19:10:11 ], 19:10:11 "bip": "10.250.0.254/24", 19:10:11 "hosts": [ 19:10:11 "tcp://0.0.0.0:5555", 19:10:11 "unix:///var/run/docker.sock" 19:10:11 ], 19:10:11 "mtu": 1458, 19:10:11 "selinux-enabled": true, 19:10:11 "seccomp-profile": "/etc/docker/seccomp.json" 19:10:11 } [Pipeline] sh 19:10:11 ---> 7417809fdb73 19:10:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:10:11 (6/6) Installing zeromq (4.3.4-r0) 19:10:11 ---> Running in aae25afa7fd5 19:10:11 Executing busybox-1.33.1-r7.trigger 19:10:11 OK: 8 MiB in 20 packages 19:10:11 ---> 1bbf581f4a20 19:10:11 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:10:11 Removing intermediate container aae25afa7fd5 19:10:11 ---> abad2092fc49 19:10:11 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 19:10:11 ---> Running in 1ac72ce203d0 19:10:11 ---> 1ccbb8232935 19:10:11 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/ 19:10:11 ---> Running in 511f6a198fb6 19:10:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:10:11 Removing intermediate container a52adb7fb550 19:10:11 ---> dfabc4efb4f7 19:10:11 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:11 Removing intermediate container c7d637e707de 19:10:11 ---> fb1d70083e82 19:10:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:11 ---> 9ecd2a050419 19:10:11 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:10:11 + sudo service docker restart 19:10:12 ---> fdc637689739 19:10:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:10:12 (1/9) Installing ca-certificates (20211220-r0) 19:10:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:12 (2/9) Installing brotli-libs (1.0.9-r5) 19:10:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:12 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:10:12 (4/9) Installing libcurl (7.80.0-r0) 19:10:12 (1/43) Installing readline (8.1.1-r0) 19:10:12 (2/43) Installing bash (5.1.16-r0) 19:10:12 (5/9) Installing curl (7.80.0-r0) 19:10:12 Executing bash-5.1.16-r0.post-install 19:10:12 (3/43) Installing brotli-libs (1.0.9-r5) 19:10:12 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:10:12 ---> 6ec68e995267 19:10:12 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:10:12 (5/43) Installing libcurl (7.80.0-r0) 19:10:12 (6/43) Installing curl (7.80.0-r0) 19:10:12 (7/43) Installing dumb-init (1.2.5-r1) 19:10:12 (8/43) Installing libbz2 (1.0.8-r1) 19:10:12 (9/43) Installing expat (2.4.7-r0) 19:10:12 (10/43) Installing libffi (3.4.2-r1) 19:10:12 (11/43) Installing gdbm (1.22-r0) 19:10:12 (12/43) Installing xz-libs (5.2.5-r0) 19:10:12 (6/9) Installing dumb-init (1.2.5-r1) 19:10:12 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:10:12 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:10:12 (15/43) Installing mpdecimal (2.5.1-r1) 19:10:12 (16/43) Installing sqlite-libs (3.36.0-r0) 19:10:12 (17/43) Installing python3 (3.9.7-r4) 19:10:12 (7/9) Installing musl-obstack (1.2.3-r0) 19:10:12 ---> ae5d3fd1fa61 19:10:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:10:12 (8/9) Installing libucontext (1.1-r0) 19:10:12 ---> 0ae083acc89b 19:10:12 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:10:12 (9/9) Installing gcompat (1.0.0-r4) 19:10:12 Removing intermediate container 511f6a198fb6 19:10:12 ---> c100c14f7dc1 19:10:12 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:10:12 ---> df034d29dbbc 19:10:12 Step 19/23 : ENTRYPOINT ["/core-data"] 19:10:12 Executing busybox-1.34.1-r5.trigger 19:10:12 Executing ca-certificates-20211220-r0.trigger 19:10:12 ---> Running in 2b3c2109a1d5 19:10:12 ---> Running in 816e995cd0d6 19:10:12 OK: 8 MiB in 23 packages 19:10:12 ---> cb0458dedb51 19:10:12 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:10:13 Removing intermediate container 2b3c2109a1d5 19:10:13 ---> 0f06b7022dd1 19:10:13 Step 23/25 : LABEL arch=x86_64 19:10:13 (18/43) Installing py3-appdirs (1.4.4-r2) 19:10:13 (19/43) Installing py3-certifi (2020.12.5-r1) 19:10:13 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:10:13 (21/43) Installing py3-idna (3.3-r0) 19:10:13 Removing intermediate container 816e995cd0d6 19:10:13 ---> 0d7028302dad 19:10:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:13 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:10:13 (23/43) Installing py3-requests (2.26.0-r1) 19:10:13 (24/43) Installing py3-msgpack (1.0.2-r1) 19:10:13 (25/43) Installing py3-lockfile (0.12.2-r4) 19:10:13 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:10:13 ---> Running in 5fb3de5886b5 19:10:13 (27/43) Installing py3-colorama (0.4.4-r1) 19:10:13 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:10:13 ---> 6ec671122031 19:10:13 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:10:13 (29/43) Installing py3-distlib (0.3.3-r0) 19:10:13 ---> Running in 1329747cb708 19:10:13 (30/43) Installing py3-distro (1.6.0-r0) 19:10:13 (31/43) Installing py3-six (1.16.0-r0) 19:10:13 (32/43) Installing py3-webencodings (0.5.1-r4) 19:10:13 (33/43) Installing py3-html5lib (1.1-r1) 19:10:13 (34/43) Installing py3-parsing (2.4.7-r2) 19:10:13 (35/43) Installing py3-packaging (20.9-r1) 19:10:13 (36/43) Installing py3-tomli (1.2.2-r0) 19:10:13 (37/43) Installing py3-pep517 (0.12.0-r0) 19:10:13 (38/43) Installing py3-progress (1.6-r0) 19:10:13 ---> Running in a0a609e15668 19:10:13 (39/43) Installing py3-retrying (1.3.3-r2) 19:10:13 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:10:13 (41/43) Installing py3-setuptools (52.0.0-r4) 19:10:13 (42/43) Installing py3-toml (0.10.2-r2) 19:10:13 (43/43) Installing py3-pip (20.3.4-r1) 19:10:13 Removing intermediate container 1329747cb708 19:10:13 ---> 434f98fe3be2 19:10:13 Step 21/23 : LABEL arch=x86_64 19:10:13 Removing intermediate container 5fb3de5886b5 19:10:13 ---> 224f9a00d6af 19:10:13 Step 24/25 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:10:13 Executing busybox-1.34.1-r5.trigger 19:10:13 OK: 83 MiB in 65 packages 19:10:13 Removing intermediate container cb6db4e86a63 19:10:13 ---> 4e578027e404 19:10:13 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:13 Removing intermediate container a0a609e15668 19:10:13 ---> e85033136c51 19:10:13 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:10:13 ---> Running in bc89eaf98d82 19:10:13 ---> Running in eded57a529be 19:10:13 Removing intermediate container bc89eaf98d82 19:10:13 ---> 79c092eaac49 19:10:13 Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:10:13 Removing intermediate container eded57a529be 19:10:13 ---> bbfbc8a84e8f 19:10:13 Step 25/25 : LABEL version=0.0.0 19:10:13 ---> 8e1e271c58ff 19:10:13 ---> Running in 77e4323402cb 19:10:13 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:10:13 ---> b27eb593059c 19:10:13 Step 26/31 : RUN chmod +x /entrypoint.sh 19:10:13 ---> Running in 239b69c9b3df 19:10:13 ---> Running in e15962220735 19:10:13 Removing intermediate container 77e4323402cb 19:10:13 ---> 97862c02afc5 19:10:13 Step 23/23 : LABEL version=0.0.0 19:10:14 Removing intermediate container 239b69c9b3df 19:10:14 ---> 7adcfb6af560 19:10:14 19:10:14 ---> Running in ae22d5e89376 19:10:14 Successfully built 7adcfb6af560 19:10:14 Successfully tagged security-secretstore-setup:latest 19:10:14 ---> a96be5dabdc2 19:10:14  Building security-secretstore-setup ... done Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:10:14 Building security-spire-agent 19:10:14 Removing intermediate container ae22d5e89376 19:10:14 ---> 687f2db856d6 19:10:14 19:10:14 Collecting docker-compose==1.23.2 19:10:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:10:14 Successfully built 687f2db856d6 19:10:14 Collecting PyYAML<4,>=3.10 19:10:14 Downloading PyYAML-3.13.tar.gz (270 kB) 19:10:14 Successfully tagged core-data:latest 19:10:14 Building security-spire-config 19:10:15  Building core-data ... done Collecting cached-property<2,>=1.2.0 19:10:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:10:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:10:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:10:15 Collecting jsonschema<3,>=2.5.1 19:10:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:10:15 Collecting texttable<0.10,>=0.9.0 19:10:15 Downloading texttable-0.9.1.tar.gz (11 kB) 19:10:15 Collecting docopt<0.7,>=0.6.1 19:10:15 Downloading docopt-0.6.2.tar.gz (25 kB) 19:10:15 ---> e9026688b330 19:10:15 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:10:16 Collecting websocket-client<1.0,>=0.32.0 19:10:16 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:10:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:10:16 Collecting dockerpty<0.5,>=0.4.1 19:10:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:10:16 Collecting docker<4.0,>=3.6.0 19:10:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:10:16 Collecting docker-pycreds>=0.4.0 19:10:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:10:16 Collecting urllib3<1.25,>=1.21.1 19:10:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:10:16 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) 19:10:16 Collecting chardet<3.1.0,>=3.0.2 19:10:16 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:10:16 Collecting idna<2.8,>=2.5 19:10:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:10:17 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:10:17 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:10:17 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:10:17 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:10:17 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:10:17 Attempting uninstall: urllib3 19:10:17 Found existing installation: urllib3 1.26.7 19:10:17 Uninstalling urllib3-1.26.7: 19:10:17 Successfully uninstalled urllib3-1.26.7 19:10:17 ---> Running in f6078ad21f10 19:10:17 Removing intermediate container e15962220735 19:10:17 ---> 5c977a0e7f06 19:10:17 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:10:17 Removing intermediate container f6078ad21f10 19:10:17 ---> a25429debff9 19:10:17 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:17 Attempting uninstall: idna 19:10:17 Found existing installation: idna 3.3 19:10:17 Uninstalling idna-3.3: 19:10:17 Successfully uninstalled idna-3.3 19:10:17 ---> Running in 838094515b8f 19:10:17 ---> Running in ff74b7834a63 19:10:17 Removing intermediate container 838094515b8f 19:10:17 ---> 2776c1bc5cd5 19:10:17 Step 28/31 : CMD ["gate"] 19:10:17 Removing intermediate container ff74b7834a63 19:10:17 ---> e3da4587ef0d 19:10:17 Step 18/20 : LABEL arch=x86_64 19:10:18 ---> Running in a103da634c3b 19:10:18 ---> Running in e861efbe3291 19:10:18 Attempting uninstall: requests 19:10:18 Found existing installation: requests 2.26.0 19:10:18 Uninstalling requests-2.26.0: 19:10:18 Successfully uninstalled requests-2.26.0 19:10:18 Removing intermediate container a103da634c3b 19:10:18 ---> 1690f46c609d 19:10:18 Step 29/31 : LABEL arch=x86_64 19:10:18 Removing intermediate container e861efbe3291 19:10:18 ---> 9add79e4fed5 19:10:18 Step 19/20 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:10:18 Running setup.py install for texttable: started 19:10:18 ---> Running in 42a28cd982ee 19:10:18 ---> Running in f7fc4b9c3e82 19:10:18 Running setup.py install for texttable: finished with status 'done' 19:10:18 Running setup.py install for PyYAML: started 19:10:18 Removing intermediate container 42a28cd982ee 19:10:18 ---> 6d49c4889bc6 19:10:18 Step 30/31 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:10:18 Removing intermediate container f7fc4b9c3e82 19:10:18 ---> 121e27ccc46c 19:10:18 Step 20/20 : LABEL version=0.0.0 19:10:19 ---> Running in 952449be2a92 19:10:19 ---> Running in c88f5794c36f 19:10:19 Running setup.py install for PyYAML: finished with status 'done' 19:10:19 Removing intermediate container 952449be2a92 19:10:19 ---> 0e7a6e981fe3 19:10:19 Step 31/31 : LABEL version=0.0.0 19:10:19 Removing intermediate container c88f5794c36f 19:10:19 ---> c0f82de071b4 19:10:19 19:10:19 Running setup.py install for docopt: started 19:10:19 ---> Running in f9e9ffd4fd54 19:10:19 Successfully built c0f82de071b4 19:10:19 Successfully tagged security-spiffe-token-provider:latest 19:10:19  Building security-spiffe-token-provider ... done Building security-spire-server 19:10:19 Removing intermediate container f9e9ffd4fd54 19:10:19 ---> 191fc631b810 19:10:19 19:10:19 Running setup.py install for docopt: finished with status 'done' 19:10:19 Running setup.py install for dockerpty: started 19:10:19 Successfully built 191fc631b810 19:10:19 Successfully tagged security-bootstrapper:latest 19:10:19  Building security-bootstrapper ... done Building support-notifications 19:10:20 Running setup.py install for dockerpty: finished with status 'done' 19:10:20 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 19:10:22 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:10:22 ---> 521a2af32397 19:10:22 Step 3/26 : WORKDIR /edgex-go 19:10:22 ---> Using cache 19:10:22 ---> 4d5c6043fa7c 19:10:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:22 ---> Using cache 19:10:22 ---> 3a58a4d2355e 19:10:22 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:10:25 ---> Running in 47ca46e8bb1c 19:10:25 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:10:25 ---> 521a2af32397 19:10:25 Step 3/26 : WORKDIR /edgex-go 19:10:25 ---> Using cache 19:10:25 ---> 4d5c6043fa7c 19:10:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:25 ---> Using cache 19:10:25 ---> 3a58a4d2355e 19:10:25 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:10:25 Removing intermediate container 1ac72ce203d0 19:10:25 ---> 3d219ad7228e 19:10:25 Step 14/23 : ENV APP_PORT=58890 19:10:26 ---> Running in 791a061b857d 19:10:26 ---> Running in d148a5a67f8b 19:10:26 Removing intermediate container d148a5a67f8b 19:10:26 ---> 154dda2aa2ed 19:10:26 Step 15/23 : EXPOSE $APP_PORT 19:10:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:26 ---> Running in c177f5421819 19:10:27 Removing intermediate container c177f5421819 19:10:27 ---> 061a3527baf4 19:10:27 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:10:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:27 OK: 221 MiB in 52 packages 19:10:27 OK: 221 MiB in 52 packages 19:10:28 ---> f81379fbf4f5 19:10:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:10:28 ---> 481ae8b902fb 19:10:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:10:28 Removing intermediate container 47ca46e8bb1c 19:10:28 ---> da53137108a7 19:10:28 Step 6/26 : COPY go.mod vendor* ./ 19:10:28 Removing intermediate container 791a061b857d 19:10:28 ---> f398762426ed 19:10:28 Step 6/26 : COPY go.mod vendor* ./ 19:10:29 ---> 8a0050277d16 19:10:29 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:10:29 ---> 8909ce504b17 19:10:29 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:29 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:29 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:10:29 ---> 521a2af32397 19:10:29 Step 3/25 : WORKDIR /edgex-go 19:10:29 ---> Using cache 19:10:29 ---> 4d5c6043fa7c 19:10:29 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:29 ---> ccfab0bae850 19:10:29 ---> Using cache 19:10:29 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:29 ---> 3a58a4d2355e 19:10:29 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:10:29 ---> Using cache 19:10:29 ---> f398762426ed 19:10:29 Step 6/25 : COPY go.mod vendor* ./ 19:10:29 ---> Using cache 19:10:29 ---> ccfab0bae850 19:10:29 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:29 ---> Running in fede982dfbca 19:10:29 ---> Running in 338be489afa9 19:10:29 ---> Running in c02cad8393a7 19:10:29 ---> Running in 78a596e4599f 19:10:30 Removing intermediate container fede982dfbca 19:10:30 ---> 723342b8fe81 19:10:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:30 ---> Running in c4933995b681 19:10:30 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:10:30 ---> 521a2af32397 19:10:30 Step 3/22 : WORKDIR /edgex-go 19:10:30 ---> Using cache 19:10:30 ---> 4d5c6043fa7c 19:10:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:30 ---> Using cache 19:10:30 ---> 3a58a4d2355e 19:10:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:10:30 ---> Running in 65fc2991e30d 19:10:30 Removing intermediate container c4933995b681 19:10:30 ---> f1047ba0cb8a 19:10:30 Step 21/23 : LABEL arch=x86_64 19:10:30 ---> Running in 664c9653e2d9 19:10:30 Removing intermediate container 664c9653e2d9 19:10:30 ---> 7fcd9d0d3543 19:10:30 Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:10:30 ---> Running in d049482d72eb 19:10:30 Removing intermediate container d049482d72eb 19:10:30 ---> 978988826116 19:10:30 Step 23/23 : LABEL version=0.0.0 19:10:30 ---> Running in 8f317ddc610f [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:10:30 provisioning config files... 19:10:30 Removing intermediate container 8f317ddc610f 19:10:30 ---> 001dfa01844b 19:10:30 19:10:30 Successfully built 001dfa01844b 19:10:30 Successfully tagged sys-mgmt-agent:latest 19:10:30 Building security-proxy-setup 19:10:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6412831457866350539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:10:30  Building sys-mgmt-agent ... done fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:31 ---> docker-login.sh 19:10:31 nexus3.edgexfoundry.org:10001 19:10:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:32 OK: 221 MiB in 52 packages 19:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:32 Configure a credential helper to remove this warning. See 19:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:32 19:10:32 Login Succeeded 19:10:32 nexus3.edgexfoundry.org:10002 19:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:32 Configure a credential helper to remove this warning. See 19:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:32 19:10:32 Login Succeeded 19:10:32 nexus3.edgexfoundry.org:10003 19:10:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:33 Removing intermediate container 78a596e4599f 19:10:33 ---> df780d1f2035 19:10:33 Step 8/25 : COPY . . 19:10:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:33 Configure a credential helper to remove this warning. See 19:10:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:33 19:10:33 Login Succeeded 19:10:33 nexus3.edgexfoundry.org:10004 19:10:33 Removing intermediate container 338be489afa9 19:10:33 ---> 4f2f751d2731 19:10:33 Step 8/26 : COPY . . 19:10:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:34 Configure a credential helper to remove this warning. See 19:10:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:34 19:10:34 Login Succeeded 19:10:34 docker.io 19:10:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:35 Configure a credential helper to remove this warning. See 19:10:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:35 19:10:35 Login Succeeded 19:10:35 ---> docker-login.sh ends [Pipeline] } 19:10:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:10:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:10:35 ========================================================= 19:10:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 19:10:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:10:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:10:36 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:10:36 9b3977197b4f: Pulling fs layer 19:10:36 1a89e8eeedd5: Pulling fs layer 19:10:36 94645a83ff95: Pulling fs layer 19:10:36 3f3a8bcf1eab: Pulling fs layer 19:10:36 3f3a8bcf1eab: Waiting 19:10:36 0c92f367c5e7: Pulling fs layer 19:10:36 f7c0051592d6: Pulling fs layer 19:10:36 a227ed2f7395: Pulling fs layer 19:10:36 7b1c46037f91: Pulling fs layer 19:10:36 0c92f367c5e7: Waiting 19:10:36 f7c0051592d6: Waiting 19:10:36 a227ed2f7395: Waiting 19:10:36 7b1c46037f91: Waiting 19:10:36 94645a83ff95: Download complete 19:10:36 1a89e8eeedd5: Verifying Checksum 19:10:36 1a89e8eeedd5: Download complete 19:10:36 0c92f367c5e7: Verifying Checksum 19:10:36 0c92f367c5e7: Download complete 19:10:36 f7c0051592d6: Verifying Checksum 19:10:36 f7c0051592d6: Download complete 19:10:36 9b3977197b4f: Verifying Checksum 19:10:36 9b3977197b4f: Download complete 19:10:36 a227ed2f7395: Verifying Checksum 19:10:36 a227ed2f7395: Download complete 19:10:36 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:10:36 ---> 521a2af32397 19:10:36 Step 3/22 : WORKDIR /edgex-go 19:10:36 ---> Using cache 19:10:36 ---> 4d5c6043fa7c 19:10:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:36 ---> Using cache 19:10:36 ---> 3a58a4d2355e 19:10:36 Step 5/22 : RUN apk add --update --no-cache make git 19:10:37 9b3977197b4f: Pull complete 19:10:37 1a89e8eeedd5: Pull complete 19:10:38 94645a83ff95: Pull complete 19:10:38 7b1c46037f91: Verifying Checksum 19:10:38 7b1c46037f91: Download complete 19:10:38 Removing intermediate container c02cad8393a7 19:10:38 ---> 56741dc71e59 19:10:38 Step 8/26 : COPY . . 19:10:38 ---> Running in 686b742e6e26 19:10:38 Removing intermediate container 65fc2991e30d 19:10:38 ---> c4e990e853fe 19:10:38 Step 6/22 : COPY go.mod vendor* ./ 19:10:39 3f3a8bcf1eab: Verifying Checksum 19:10:39 3f3a8bcf1eab: Download complete 19:10:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:39 ---> 59938cfc5b1f 19:10:39 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:40 OK: 221 MiB in 52 packages 19:10:41 ---> Running in 82b8cc513328 19:10:41 ---> ad99e8d2e76e 19:10:41 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:10:41 ---> 2d87fa8dc977 19:10:41 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:10:41 ---> Running in 5d82e4dfc001 19:10:41 ---> Running in 3ac9fe3b688e 19:10:41 Removing intermediate container 686b742e6e26 19:10:41 ---> 063aa5d1afd4 19:10:41 Step 6/22 : COPY go.mod vendor* ./ 19:10:41 Removing intermediate container 5d82e4dfc001 19:10:41 ---> cfbd224723b6 19:10:41 Step 10/25 : RUN mkdir -p spire-build 19:10:41 Removing intermediate container 3ac9fe3b688e 19:10:41 ---> 8394d4831720 19:10:41 Step 10/26 : RUN mkdir -p spire-build 19:10:41 ---> Running in 64d7ab5ed591 19:10:41 ---> Running in 84df89e9d210 19:10:42 ---> 0b05584aff3c 19:10:42 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:42 ---> Running in 503926f49dd7 19:10:42 Removing intermediate container 82b8cc513328 19:10:42 ---> 1952360ecc75 19:10:42 Step 8/22 : COPY . . 19:10:45 Removing intermediate container 84df89e9d210 19:10:45 ---> a3b6219dac5b 19:10:45 Step 11/26 : WORKDIR /edgex-go/spire-build 19:10:45 Removing intermediate container 64d7ab5ed591 19:10:45 ---> 40e1e1d5ff3c 19:10:45 Step 11/25 : WORKDIR /edgex-go/spire-build 19:10:45 ---> Running in 1641b21cf87b 19:10:45 ---> Running in f79789a3dfa9 19:10:45 Removing intermediate container 503926f49dd7 19:10:45 ---> 568468e897ff 19:10:45 Step 8/22 : COPY . . 19:10:45 Removing intermediate container 1641b21cf87b 19:10:45 ---> 309fe18db3c3 19:10:45 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 19:10:45 Removing intermediate container f79789a3dfa9 19:10:45 ---> f8f3bffbd07f 19:10:45 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 19:10:46 ---> Running in 6cb7eff88769 19:10:47 ---> Running in 936fda717f3f 19:10:47 ---> 668605271082 19:10:47 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:10:48 ---> Running in 4e5a3335b664 19:10:48 spire-1.2.1/ 19:10:48 spire-1.2.1/ 19:10:48 spire-1.2.1/.data/ 19:10:48 spire-1.2.1/.data/.file 19:10:48 spire-1.2.1/.dockerignore 19:10:48 spire-1.2.1/.gitattributes 19:10:48 spire-1.2.1/.githooks/ 19:10:48 spire-1.2.1/.githooks/pre-commit 19:10:48 spire-1.2.1/.github/ 19:10:48 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:10:48 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:10:48 spire-1.2.1/.github/dependabot.yml 19:10:48 spire-1.2.1/.github/workflows/ 19:10:48 spire-1.2.1/.github/workflows/nightly_build.yaml 19:10:48 spire-1.2.1/.github/workflows/pr_build.yaml 19:10:48 spire-1.2.1/.github/workflows/release_build.yaml 19:10:48 spire-1.2.1/.github/workflows/scripts/ 19:10:48 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:10:48 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:10:48 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:10:48 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:10:48 spire-1.2.1/.github/workflows/scripts/split.sh 19:10:48 spire-1.2.1/.gitignore 19:10:48 spire-1.2.1/.go-version 19:10:48 spire-1.2.1/.golangci.yml 19:10:48 spire-1.2.1/ADOPTERS.md 19:10:48 spire-1.2.1/CHANGELOG.md 19:10:48 spire-1.2.1/CODE-OF-CONDUCT.md 19:10:48 spire-1.2.1/CODEOWNERS 19:10:48 spire-1.2.1/CONTRIBUTING.md 19:10:48 spire-1.2.1/Dockerfile 19:10:48 spire-1.2.1/Dockerfile.dev 19:10:48 spire-1.2.1/Dockerfile.scratch 19:10:48 spire-1.2.1/LICENSE 19:10:48 spire-1.2.1/MAINTAINERS.md 19:10:48 spire-1.2.1/Makefile 19:10:48 spire-1.2.1/README.md 19:10:48 spire-1.2.1/ROADMAP.md 19:10:48 spire-1.2.1/SECURITY.md 19:10:48 spire-1.2.1/cmd/ 19:10:48 spire-1.2.1/cmd/spire-agent/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/common/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/run/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:10:48 spire-1.2.1/cmd/spire-agent/main.go 19:10:48 spire-1.2.1/cmd/spire-server/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/cli.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/spire-1.2.1/.data/ 19:10:48 spire-1.2.1/.data/.file 19:10:48 spire-1.2.1/.dockerignore 19:10:48 spire-1.2.1/.gitattributes 19:10:48 spire-1.2.1/.githooks/ 19:10:48 spire-1.2.1/.githooks/pre-commit 19:10:48 spire-1.2.1/.github/ 19:10:48 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:10:48 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:10:48 spire-1.2.1/.github/dependabot.yml 19:10:48 spire-1.2.1/.github/workflows/ 19:10:48 spire-1.2.1/.github/workflows/nightly_build.yaml 19:10:48 spire-1.2.1/.github/workflows/pr_build.yaml 19:10:48 spire-1.2.1/.github/workflows/release_build.yaml 19:10:48 spire-1.2.1/.github/workflows/scripts/ 19:10:48 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:10:48 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:10:48 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:10:48 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:10:48 spire-1.2.1/.github/workflows/scripts/split.sh 19:10:48 spire-1.2.1/.gitignore 19:10:48 spire-1.2.1/.go-version 19:10:48 spire-1.2.1/.golangci.yml 19:10:48 spire-1.2.1/ADOPTERS.md 19:10:48 spire-1.2.1/CHANGELOG.md 19:10:48 spire-1.2.1/CODE-OF-CONDUCT.md 19:10:48 spire-1.2.1/CODEOWNERS 19:10:48 spire-1.2.1/CONTRIBUTING.md 19:10:48 spire-1.2.1/Dockerfile 19:10:48 spire-1.2.1/Dockerfile.dev 19:10:48 spire-1.2.1/Dockerfile.scratch 19:10:48 spire-1.2.1/LICENSE 19:10:48 spire-1.2.1/MAINTAINERS.md 19:10:48 spire-1.2.1/Makefile 19:10:48 spire-1.2.1/README.md 19:10:48 spire-1.2.1/ROADMAP.md 19:10:48 spire-1.2.1/SECURITY.md 19:10:48 spire-1.2.1/cmd/ 19:10:48 spire-1.2.1/cmd/spire-agent/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/common/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/run/ 19:10:48 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:10:48 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:10:48 spire-1.2.1/cmd/spire-agent/main.go 19:10:48 spire-1.2.1/cmd/spire-server/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/cli.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/run/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/token/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/validate/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/run/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/token/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/validate/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/x509/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:10:48 spire-1.2.1/cmd/spire-server/main.go 19:10:48 spire-1.2.1/cmd/spire-server/util/ 19:10:48 spire-1.2.1/cmd/spire-server/util/util.go 19:10:48 spire-1.2.1/conf/ 19:10:48 spire-1.2.1/conf/agent/ 19:10:48 spire-1.2.1/conf/agent/agent.conf 19:10:48 spire-1.2.1/conf/agent/agent_full.conf 19:10:48 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:10:48 spire-1.2.1/conf/server/ 19:10:48 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:10:48 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:10:48 spire-1.2.1/conf/server/server.conf 19:10:48 spire-1.2.1/conf/server/server_full.conf 19:10:48 spire-1.2.1/doc/ 19:10:48 spire-1.2.1/doc/SPIRE101.md 19:10:48 spire-1.2.1/doc/auditlog.md 19:10:48 spire-1.2.1/doc/authorization_policy_engine.md 19:10:48 spire-1.2.1/doc/changelog_guidelines.md 19:10:48 spire-1.2.1/doc/cure53-report.pdf 19:10:48 spire-1.2.1/doc/images/ 19:10:48 spire-1.2.1/doc/images/2019_roadmap.png 19:10:48 spire-1.2.1/doc/images/SPIRE101.png 19:10:48 spire-1.2.1/doc/images/SPIRE_agent.png 19:10:48 spire-1.2.1/doc/images/SPIRE_server.png 19:10:48 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/x509/ 19:10:48 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:10:48 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:10:48 spire-1.2.1/cmd/spire-server/main.go 19:10:48 spire-1.2.1/cmd/spire-server/util/ 19:10:48 spire-1.2.1/cmd/spire-server/util/util.go 19:10:48 spire-1.2.1/conf/ 19:10:48 spire-1.2.1/conf/agent/ 19:10:48 spire-1.2.1/conf/agent/agent.conf 19:10:48 spire-1.2.1/conf/agent/agent_full.conf 19:10:48 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:10:48 spire-1.2.1/conf/server/ 19:10:48 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:10:48 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:10:48 spire-1.2.1/conf/server/server.conf 19:10:48 spire-1.2.1/conf/server/server_full.conf 19:10:48 spire-1.2.1/doc/ 19:10:48 spire-1.2.1/doc/SPIRE101.md 19:10:48 spire-1.2.1/doc/auditlog.md 19:10:48 spire-1.2.1/doc/authorization_policy_engine.md 19:10:48 spire-1.2.1/doc/changelog_guidelines.md 19:10:48 spire-1.2.1/doc/cure53-report.pdf 19:10:48 spire-1.2.1/doc/images/ 19:10:48 spire-1.2.1/doc/images/2019_roadmap.png 19:10:48 spire-1.2.1/doc/images/SPIRE101.png 19:10:48 spire-1.2.1/doc/images/SPIRE_agent.png 19:10:48 spire-1.2.1/doc/images/SPIRE_server.png 19:10:48 spire-1.2.1/doc/images/cache_mgr.png 19:10:48 spire-1.2.1/doc/images/cache_mgr_components.png 19:10:48 spire-1.2.1/doc/images/federated_spire.png 19:10:48 spire-1.2.1/doc/images/ha_mode.png 19:10:48 spire-1.2.1/doc/images/nested_spire.png 19:10:48 spire-1.2.1/doc/images/oidc_federation.png 19:10:48 spire-1.2.1/doc/images/single_trust_domain.png 19:10:48 spire-1.2.1/doc/images/spiffe_compatible.png 19:10:48 spire-1.2.1/doc/images/spire_logo.png 19:10:48 spire-1.2.1/doc/migrating_registration_api_clients.md 19:10:48 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:10:48 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:10:48 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.mdRemoving intermediate container 4e5a3335b664 19:10:48 ---> 4e65f2e8b383 19:10:48 Step 10/26 : RUN mkdir -p spire-build 19:10:48 19:10:48 spire-1.2.1/doc/images/cache_mgr.png 19:10:48 spire-1.2.1/doc/images/cache_mgr_components.png 19:10:48 spire-1.2.1/doc/images/federated_spire.png 19:10:48 spire-1.2.1/doc/images/ha_mode.png 19:10:48 spire-1.2.1/doc/images/nested_spire.png 19:10:48 spire-1.2.1/doc/images/oidc_federation.png 19:10:48 spire-1.2.1/doc/images/single_trust_domain.png 19:10:48 spire-1.2.1/doc/images/spiffe_compatible.png 19:10:48 spire-1.2.1/doc/images/spire_logo.png 19:10:48 spire-1.2.1/doc/migrating_registration_api_clients.md 19:10:48 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:10:48 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:10:48 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:10:48 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:10:48 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:10:48 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:10:48 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:10:48 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:10:48 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:10:48 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:10:48 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:10:48 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:10:48 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:10:48 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:10:48 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:10:48 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:10:48 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:10:48 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:10:48 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:10:48 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:10:48 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:10:48 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:10:48 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:10:48 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:10:48 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:10:48 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:10:48 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:10:48 spire-1.2.1/doc/scaling_spire.md 19:10:48 spire-1.2.1/doc/spire_agent.md 19:10:48 spire-1.2.1/doc/spire_server.md 19:10:48 spire-1.2.1/doc/supported_integrations.md 19:10:48 spire-1.2.1/doc/telemetry.md 19:10:48 spire-1.2.1/doc/telemetry_config.md 19:10:48 spire-1.2.1/doc/upgrading.md 19:10:48 spire-1.2.1/doc/using_spire.md 19:10:48 spire-1.2.1/examples/ 19:10:48 spire-1.2.1/examples/README.md 19:10:48 spire-1.2.1/go.mod 19:10:48 spire-1.2.1/go.sum 19:10:48 spire-1.2.1/pkg/ 19:10:48 spire-1.2.1/pkg/agent/ 19:10:48 spire-1.2.1/pkg/agent/agent.go 19:10:48 spire-1.2.1/pkg/agent/api/ 19:10:48 spire-1.2.1/pkg/agent/api/config.go 19:10:48 spire-1.2.1/pkg/agent/api/debug/ 19:10:48 spire-1.2.1/pkg/agent/api/debug/v1/ 19:10:48 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:10:48 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:10:48 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:10:48 spire-1.2.1/doc/scaling_spire.md 19:10:48 spire-1.2.1/doc/spire_agent.md 19:10:48 spire-1.2.1/doc/spire_server.md 19:10:48 spire-1.2.1/doc/supported_integrations.md 19:10:48 spire-1.2.1/doc/telemetry.md 19:10:48 spire-1.2.1/doc/telemetry_config.md 19:10:48 spire-1.2.1/doc/upgrading.md 19:10:48 spire-1.2.1/doc/using_spire.md 19:10:48 spire-1.2.1/examples/ 19:10:48 spire-1.2.1/examples/README.md 19:10:48 spire-1.2.1/go.mod 19:10:48 spire-1.2.1/go.sum 19:10:48 spire-1.2.1/pkg/ 19:10:48 spire-1.2.1/pkg/agent/ 19:10:48 spire-1.2.1/pkg/agent/agent.go 19:10:48 spire-1.2.1/pkg/agent/api/ 19:10:48 spire-1.2.1/pkg/agent/api/config.go 19:10:48 spire-1.2.1/pkg/agent/api/debug/ 19:10:48 spire-1.2.1/pkg/agent/api/debug/v1/ 19:10:48 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:10:48 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:10:48 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:10:48 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:10:48 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:10:48 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:10:48 spire-1.2.1/pkg/agent/api/endpoints.go 19:10:48 spire-1.2.1/pkg/agent/api/health/ 19:10:48 spire-1.2.1/pkg/agent/api/health/v1/ 19:10:48 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:10:48 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:10:48 spire-1.2.1/pkg/agent/api/rpccontext/ 19:10:48 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:10:48 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:10:48 spire-1.2.1/pkg/agent/attestor/ 19:10:48 spire-1.2.1/pkg/agent/attestor/node/ 19:10:48 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:10:48 spire-1.2.1/pkg/agent/attestor/node/node.go 19:10:48 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:10:48 spire-1.2.1/pkg/agent/attestor/workload/ 19:10:48 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:10:48 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:10:48 spire-1.2.1/pkg/agent/catalog/ 19:10:48 spire-1.2.1/pkg/agent/catalog/catalog.go 19:10:48 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:10:48 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:10:48 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:10:48 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:10:48 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:10:48 spire-1.2.1/pkg/agent/api/endpoints.go 19:10:48 spire-1.2.1/pkg/agent/api/health/ 19:10:48 spire-1.2.1/pkg/agent/api/health/v1/ 19:10:48 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:10:48 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:10:48 spire-1.2.1/pkg/agent/api/rpccontext/ 19:10:48 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:10:48 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:10:48 spire-1.2.1/pkg/agent/attestor/ 19:10:48 spire-1.2.1/pkg/agent/attestor/node/ 19:10:48 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:10:48 spire-1.2.1/pkg/agent/attestor/node/node.go 19:10:48 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:10:48 spire-1.2.1/pkg/agent/attestor/workload/ 19:10:48 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:10:48 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:10:48 spire-1.2.1/pkg/agent/catalog/ 19:10:48 spire-1.2.1/pkg/agent/catalog/catalog.go 19:10:48 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:10:48 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:10:48 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:10:48 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:10:48 spire-1.2.1/pkg/agent/client/ 19:10:48 spire-1.2.1/pkg/agent/client/client.go 19:10:48 spire-1.2.1/pkg/agent/client/client_test.go 19:10:48 spire-1.2.1/pkg/agent/client/dial.go 19:10:48 spire-1.2.1/pkg/agent/client/nodeconn.go 19:10:48 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:10:48 spire-1.2.1/pkg/agent/client/update.go 19:10:48 spire-1.2.1/pkg/agent/client/util.go 19:10:48 spire-1.2.1/pkg/agent/common/ 19:10:48 spire-1.2.1/pkg/agent/common/backoff/ 19:10:48 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:10:48 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:10:48 spire-1.2.1/pkg/agent/common/cgroups/ 19:10:48 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:10:48 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:10:48 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:10:48 spire-1.2.1/pkg/agent/config.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/ 19:10:48 spire-1.2.1/pkg/agent/endpoints/config.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:10:48 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:10:48 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:10:48 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:10:48 spire-1.2.1/pkg/agent/client/ 19:10:48 spire-1.2.1/pkg/agent/client/client.go 19:10:48 spire-1.2.1/pkg/agent/client/client_test.go 19:10:48 spire-1.2.1/pkg/agent/client/dial.go 19:10:48 spire-1.2.1/pkg/agent/client/nodeconn.go 19:10:48 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:10:48 spire-1.2.1/pkg/agent/client/update.go 19:10:48 spire-1.2.1/pkg/agent/client/util.go 19:10:48 spire-1.2.1/pkg/agent/common/ 19:10:48 spire-1.2.1/pkg/agent/common/backoff/ 19:10:48 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:10:48 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:10:48 spire-1.2.1/pkg/agent/common/cgroups/ 19:10:48 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:10:48 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:10:48 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:10:48 spire-1.2.1/pkg/agent/config.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/ 19:10:48 spire-1.2.1/pkg/agent/endpoints/config.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/workload/ 19:10:48 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/ 19:10:48 spire-1.2.1/pkg/agent/manager/cache/ 19:10:48 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:10:48 spire-1.2.1/pkg/agent/manager/config.go 19:10:48 spire-1.2.1/pkg/agent/manager/manager.go 19:10:48 spire-1.2.1/pkg/agent/manager/manager_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/storage.go 19:10:48 spire-1.2.1/pkg/agent/manager/storage_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/storecache/ 19:10:48 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:10:48 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/sync.go 19:10:48 spire-1.2.1/pkg/agent/plugin/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/workload/ 19:10:48 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:10:48 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/ 19:10:48 spire-1.2.1/pkg/agent/manager/cache/ 19:10:48 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:10:48 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:10:48 spire-1.2.1/pkg/agent/manager/config.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:10:48 spire-1.2.1/pkg/agent/manager/manager.go 19:10:48 spire-1.2.1/pkg/agent/manager/manager_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/storage.go 19:10:48 spire-1.2.1/pkg/agent/manager/storage_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/storecache/ 19:10:48 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:10:48 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:10:48 spire-1.2.1/pkg/agent/manager/sync.go 19:10:48 spire-1.2.1/pkg/agent/plugin/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:10:48 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:10:48 spire-1.2.1/pkg/agent/svid/ 19:10:48 spire-1.2.1/pkg/agent/svid/rotator.go 19:10:48 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:10:48 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:10:48 spire-1.2.1/pkg/agent/svid/store/ 19:10:48 spire-1.2.1/pkg/agent/svid/store/service.go 19:10:48 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:10:48 spire-1.2.1/pkg/common/ 19:10:48 spire-1.2.1/pkg/common/agentpathtemplate/ 19:10:48 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:10:48 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:10:48 spire-1.2.1/pkg/common/api/ 19:10:48 spire-1.2.1/pkg/common/api/metrics.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/ 19:10:48 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:10:48 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:10:48 spire-1.2.1/pkg/common/api/middleware/logger.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/names.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:10:48 spire-1.2.1/pkg/common/api/names.go 19:10:48 spire-1.2.1/pkg/common/api/ratelimit.go 19:10:48 spire-1.2.1/pkg/common/api/rpccontext/ 19:10:48 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:10:48 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:10:48 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:10:48 spire-1.2.1/pkg/common/auth/ 19:10:48 spire-1.2.1/pkg/common/auth/interceptors.go 19:10:48 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:10:48 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/ 19:10:48 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/types.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:10:48 spire-1.2.1/pkg/common/catalog/ 19:10:48 spire-1.2.1/pkg/common/catalog/bind.go 19:10:48 spire-1.2.1/pkg/common/catalog/builtin.go 19:10:48 spire-1.2.1/pkg/common/catalog/catalog.go 19:10:48 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:10:48 spire-1.2.1/pkg/common/catalog/closers.go 19:10:48 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:10:48 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:10:48 spire-1.2.1/pkg/common/catalog/config.go 19:10:48 spire-1.2.1/pkg/common/catalog/config_test.go 19:10:48 spire-1.2.1/pkg/common/catalog/configure.go 19:10:48 spire-1.2.1/pkg/common/catalog/constraints.go 19:10:48 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:10:48 spire-1.2.1/pkg/common/catalog/context.go 19:10:48 spire-1.2.1/pkg/common/catalog/external.go 19:10:48 spire-1.2.1/pkg/common/catalog/host.go 19:10:48 spire-1.2.1/pkg/common/catalog/pipenet.go 19:10:48 spire-1.2.1/pkg/common/catalog/plugin.go 19:10:48 spire-1.2.1/pkg/common/catalog/testplugin/ 19:10:48 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:10:48 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:10:48 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:10:48 spire-1.2.1/pkg/common/cli/ 19:10:48 spire-1.2.1/pkg/common/cli/env.go 19:10:48 spire-1.2.1/pkg/common/cli/flags.go 19:10:48 spire-1.2.1/pkg/common/cli/trust_domain.go 19:10:48 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:10:48 spire-1.2.1/pkg/common/cli/umask.go 19:10:48 spire-1.2.1/pkg/common/cli/umask_posix.go 19:10:48 spire-1.2.1/pkg/common/cli/umask_test.go 19:10:48 spire-1.2.1/pkg/common/cli/umask_windows.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/flag.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/format.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:10:48 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:10:48 spire-1.2.1/pkg/common/coretypes/ 19:10:48 spire-1.2.1/pkg/common/coretypes/bundle/ 19:10:48 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:10:48 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:10:48 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:10:48 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ ---> b50b08797d4f 19:10:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:10:48 19:10:48 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:10:48 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:10:48 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:10:48 spire-1.2.1/pkg/common/cryptoutil/ 19:10:48 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:10:48 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:10:48 spire-1.2.1/pkg/common/diskutil/ 19:10:48 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:10:48 spire-1.2.1/pkg/common/diskutil/file_test.go 19:10:48 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:10:48 spire-1.2.1/pkg/common/errorutil/ 19:10:48 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:10:48 spire-1.2.1/pkg/common/health/ 19:10:48 spire-1.2.1/pkg/common/health/config.go 19:10:48 spire-1.2.1/pkg/common/health/context.go 19:10:48 spire-1.2.1/pkg/common/health/context_test.go 19:10:48 spire-1.2.1/pkg/common/health/health.go 19:10:48 spire-1.2.1/pkg/common/health/health_test.go 19:10:48 spire-1.2.1/pkg/common/health/logger.go 19:10:48 spire-1.2.1/pkg/common/hostservice/ 19:10:48 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:10:48 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:10:48 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:10:48 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:10:48 spire-1.2.1/pkg/agent/svid/ 19:10:48 spire-1.2.1/pkg/agent/svid/rotator.go 19:10:48 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:10:48 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:10:48 spire-1.2.1/pkg/agent/svid/store/ 19:10:48 spire-1.2.1/pkg/agent/svid/store/service.go 19:10:48 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:10:48 spire-1.2.1/pkg/common/ 19:10:48 spire-1.2.1/pkg/common/agentpathtemplate/ 19:10:48 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:10:48 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:10:48 spire-1.2.1/pkg/common/api/ 19:10:48 spire-1.2.1/pkg/common/api/metrics.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/ 19:10:48 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/logger.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/names.go 19:10:48 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:10:48 spire-1.2.1/pkg/common/api/names.go 19:10:48 spire-1.2.1/pkg/common/api/ratelimit.go 19:10:48 spire-1.2.1/pkg/common/api/rpccontext/ 19:10:48 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:10:48 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:10:48 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:10:48 spire-1.2.1/pkg/common/auth/ 19:10:48 spire-1.2.1/pkg/common/auth/interceptors.go 19:10:48 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:10:48 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/ 19:10:48 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:10:48 19:10:48 spire-1.2.1/pkg/common/idutil/ 19:10:48 spire-1.2.1/pkg/common/idutil/require.go 19:10:48 spire-1.2.1/pkg/common/idutil/require_test.go 19:10:48 spire-1.2.1/pkg/common/idutil/safety.go 19:10:48 spire-1.2.1/pkg/common/idutil/safety_test.go 19:10:48 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:10:48 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:10:48 spire-1.2.1/pkg/common/jwtsvid/ 19:10:48 spire-1.2.1/pkg/common/jwtsvid/common.go 19:10:48 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:10:48 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:10:48 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:10:48 spire-1.2.1/pkg/common/jwtutil/ 19:10:48 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:10:48 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:10:48 spire-1.2.1/pkg/common/log/ 19:10:48 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:10:48 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:10:48 spire-1.2.1/pkg/common/log/log.go 19:10:48 spire-1.2.1/pkg/common/log/log_test.go 19:10:48 spire-1.2.1/pkg/common/log/options.go 19:10:48 spire-1.2.1/pkg/common/nodeutil/ 19:10:48 spire-1.2.1/pkg/common/nodeutil/node.go 19:10:48 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:10:48 spire-1.2.1/pkg/common/peertracker/ 19:10:48 spire-1.2.1/pkg/common/peertracker/conn.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/types.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:10:48 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:10:48 spire-1.2.1/pkg/common/catalog/ 19:10:48 spire-1.2.1/pkg/common/catalog/bind.go 19:10:48 spire-1.2.1/pkg/common/catalog/builtin.go 19:10:48 spire-1.2.1/pkg/common/catalog/catalog.go 19:10:48 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:10:48 spire-1.2.1/pkg/common/catalog/closers.go 19:10:48 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:10:48 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:10:48 spire-1.2.1/pkg/common/catalog/config.go 19:10:48 spire-1.2.1/pkg/common/catalog/config_test.go 19:10:48 spire-1.2.1/pkg/common/catalog/configure.go 19:10:48 spire-1.2.1/pkg/common/catalog/constraints.go 19:10:48 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:10:48 spire-1.2.1/pkg/common/catalog/context.go 19:10:48 spire-1.2.1/pkg/common/peertracker/credentials.go 19:10:48 spire-1.2.1/pkg/common/peertracker/errors.go 19:10:48 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:10:48 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:10:48 spire-1.2.1/pkg/common/peertracker/info.go 19:10:48 spire-1.2.1/pkg/common/peertracker/listener.go 19:10:48 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:10:48 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:10:48 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:10:48 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:10:48 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:10:48 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:10:48 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:10:48 spire-1.2.1/pkg/common/peertracker/tcp.go 19:10:48 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:10:48 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:10:48 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:10:48 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:10:48 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:10:48 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:10:48 spire-1.2.1/pkg/common/catalog/external.go 19:10:48 spire-1.2.1/pkg/common/catalog/host.go 19:10:48 spire-1.2.1/pkg/common/catalog/pipenet.go 19:10:48 spire-1.2.1/pkg/common/catalog/plugin.go 19:10:48 spire-1.2.1/pkg/common/catalog/testplugin/ 19:10:48 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:10:48 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:10:48 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:10:48 spire-1.2.1/pkg/common/cli/ 19:10:48 spire-1.2.1/pkg/common/cli/env.go 19:10:48 spire-1.2.1/pkg/common/cli/flags.go 19:10:48 spire-1.2.1/pkg/common/cli/trust_domain.go 19:10:48 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:10:48 spire-1.2.1/pkg/common/cli/umask.go 19:10:48 spire-1.2.1/pkg/common/cli/umask_posix.go 19:10:48 spire-1.2.1/pkg/common/cli/umask_test.go 19:10:48 spire-1.2.1/pkg/common/cli/umask_windows.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/flag.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/format.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:10:48 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:10:48 spire-1.2.1/pkg/common/peertracker/uds.go 19:10:48 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:10:48 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:10:48 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:10:48 spire-1.2.1/pkg/common/pemutil/ 19:10:48 spire-1.2.1/pkg/common/pemutil/block.go 19:10:48 spire-1.2.1/pkg/common/pemutil/certs.go 19:10:48 spire-1.2.1/pkg/common/pemutil/common.go 19:10:48 spire-1.2.1/pkg/common/pemutil/csr.go 19:10:48 spire-1.2.1/pkg/common/pemutil/keys.go 19:10:48 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:10:48 spire-1.2.1/pkg/common/pemutil/testdata/ 19:10:48 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:10:48 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:10:48 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:10:48 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:10:48 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:10:48 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:10:48 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:10:48 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:10:48 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:10:48 19:10:48 spire-1.2.1/pkg/common/plugin/ 19:10:48 spire-1.2.1/pkg/common/plugin/aws/ 19:10:48 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:10:48 spire-1.2.1/pkg/common/plugin/azure/ 19:10:48 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:10:48 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:10:48 spire-1.2.1/pkg/common/plugin/facade.go 19:10:48 spire-1.2.1/pkg/common/plugin/facade_test.go 19:10:48 spire-1.2.1/pkg/common/plugin/gcp/ 19:10:48 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:10:48 spire-1.2.1/pkg/common/plugin/k8s/ 19:10:48 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:10:48 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:10:48 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:10:48 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:10:48 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:10:48 spire-1.2.1/pkg/common/plugin/log.go 19:10:48 spire-1.2.1/pkg/common/plugin/sshpop/ 19:10:48 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:10:48 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:10:48 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:10:48 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:10:48 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:10:48 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:10:48 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:10:48 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:10:48 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:10:48 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:10:48 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:10:48 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:10:48 spire-1.2.1/pkg/common/plugin/x509pop/ 19:10:48 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:10:48 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:10:48 spire-1.2.1/pkg/common/profiling/ 19:10:48 spire-1.2.1/pkg/common/profiling/dumpers.go 19:10:48 spire-1.2.1/pkg/common/profiling/profiling.go 19:10:48 spire-1.2.1/pkg/common/protoutil/ 19:10:48 spire-1.2.1/pkg/common/protoutil/masks.go 19:10:48 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:10:48 spire-1.2.1/pkg/common/rotationutil/ 19:10:48 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:10:48 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:10:48 spire-1.2.1/pkg/common/selector/ 19:10:48 spire-1.2.1/pkg/common/selector/selector.go 19:10:48 spire-1.2.1/pkg/common/selector/selector_test.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:10:48 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:10:48 spire-1.2.1/pkg/common/coretypes/ 19:10:48 spire-1.2.1/pkg/common/coretypes/bundle/ 19:10:48 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:10:48 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:10:48 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:10:48 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:10:48 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:10:48 spire-1.2.1/pkg/common/selector/set.go 19:10:48 spire-1.2.1/pkg/common/selector/set_utils.go 19:10:48 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:10:48 spire-1.2.1/pkg/common/telemetry/ 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/ 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:10:48 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:10:48 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:10:48 spire-1.2.1/pkg/common/telemetry/call.go 19:10:48 spire-1.2.1/pkg/common/telemetry/common/ 19:10:49 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:10:49 spire-1.2.1/pkg/common/telemetry/config.go 19:10:49 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:10:49 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/inmem.go 19:10:49 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/m3.go 19:10:49 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/metrics.go 19:10:49 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/names.go 19:10:49 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:10:49 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:10:49 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/ 19:10:49 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:10:49 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/server.go 19:10:49 spire-1.2.1/pkg/common/telemetry/sink.go 19:10:49 spire-1.2.1/pkg/common/telemetry/statsd.go 19:10:49 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/uptime.go 19:10:49 spire-1.2.1/pkg/common/telemetry/version.go 19:10:49 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:10:49 spire-1.2.1/pkg/common/uptime/ 19:10:49 spire-1.2.1/pkg/common/uptime/uptime.go 19:10:49 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:10:49 spire-1.2.1/pkg/common/util/ 19:10:49 spire-1.2.1/pkg/common/util/certs.go 19:10:49 spire-1.2.1/pkg/common/util/certs_test.go 19:10:49 spire-1.2.1/pkg/common/util/csr.go 19:10:49 spire-1.2.1/pkg/common/util/hash.go 19:10:49 spire-1.2.1/pkg/common/util/selectors.go 19:10:49 spire-1.2.1/pkg/common/util/selectors_test.go 19:10:49 spire-1.2.1/pkg/common/util/signals.go 19:10:49 spire-1.2.1/pkg/common/util/sort.go 19:10:49 spire-1.2.1/pkg/common/util/sort_test.go 19:10:49 spire-1.2.1/pkg/common/util/task.go 19:10:49 spire-1.2.1/pkg/common/util/task_test.go 19:10:49 spire-1.2.1/pkg/common/util/testdata/ 19:10:49 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:10:49 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:10:49 spire-1.2.1/pkg/common/version/ 19:10:49 spire-1.2.1/pkg/common/version/version.go 19:10:49 spire-1.2.1/pkg/common/x509svid/ 19:10:49 spire-1.2.1/pkg/common/x509svid/common_test.go 19:10:49 spire-1.2.1/pkg/common/x509svid/csr.go 19:10:49 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:10:49 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:10:49 spire-1.2.1/pkg/common/x509util/ 19:10:49 spire-1.2.1/pkg/common/x509util/cert.go 19:10:49 spire-1.2.1/pkg/common/x509util/dns.go 19:10:49 spire-1.2.1/pkg/common/x509util/dns_test.go 19:10:49 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:10:49 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:10:49 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:10:49 spire-1.2.1/pkg/common/cryptoutil/ 19:10:49 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:10:49 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:10:49 spire-1.2.1/pkg/common/diskutil/ 19:10:49 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:10:49 spire-1.2.1/pkg/common/diskutil/file_test.go 19:10:49 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:10:49 spire-1.2.1/pkg/common/errorutil/ 19:10:49 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:10:49 spire-1.2.1/pkg/common/health/ 19:10:49 spire-1.2.1/pkg/common/health/config.go 19:10:49 spire-1.2.1/pkg/common/health/context.go 19:10:49 spire-1.2.1/pkg/common/health/context_test.go 19:10:49 spire-1.2.1/pkg/common/health/health.go 19:10:49 spire-1.2.1/pkg/common/health/health_test.go 19:10:49 spire-1.2.1/pkg/common/health/logger.go 19:10:49 spire-1.2.1/pkg/common/hostservice/ 19:10:49 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:10:49 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:10:49 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:10:49 spire-1.2.1/pkg/common/x509util/keyid.go 19:10:49 spire-1.2.1/pkg/common/x509util/keypair.go 19:10:49 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:10:49 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:10:49 spire-1.2.1/pkg/server/ 19:10:49 spire-1.2.1/pkg/server/api/ 19:10:49 spire-1.2.1/pkg/server/api/agent.go 19:10:49 spire-1.2.1/pkg/server/api/agent/ 19:10:49 spire-1.2.1/pkg/server/api/agent/v1/ 19:10:49 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/agent_test.go 19:10:49 spire-1.2.1/pkg/server/api/api.go 19:10:49 spire-1.2.1/pkg/server/api/audit/ 19:10:49 spire-1.2.1/pkg/server/api/audit/audit.go 19:10:49 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:10:49 spire-1.2.1/pkg/server/api/bundle.go 19:10:49 spire-1.2.1/pkg/server/api/bundle/ 19:10:49 spire-1.2.1/pkg/server/api/bundle/v1/ 19:10:49 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/bundle_test.go 19:10:49 spire-1.2.1/pkg/server/api/debug/ 19:10:49 spire-1.2.1/pkg/server/api/debug/v1/ 19:10:49 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:10:49 spire-1.2.1/pkg/common/idutil/ 19:10:49 spire-1.2.1/pkg/common/idutil/require.go 19:10:49 spire-1.2.1/pkg/common/idutil/require_test.go 19:10:49 spire-1.2.1/pkg/common/idutil/safety.go 19:10:49 spire-1.2.1/pkg/common/idutil/safety_test.go 19:10:49 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:10:49 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:10:49 spire-1.2.1/pkg/common/jwtsvid/ 19:10:49 spire-1.2.1/pkg/common/jwtsvid/common.go 19:10:49 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:10:49 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:10:49 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:10:49 spire-1.2.1/pkg/common/jwtutil/ 19:10:49 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:10:49 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:10:49 spire-1.2.1/pkg/common/log/ 19:10:49 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:10:49 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:10:49 spire-1.2.1/pkg/common/log/log.go 19:10:49 spire-1.2.1/pkg/common/log/log_test.go 19:10:49 spire-1.2.1/pkg/common/log/options.go 19:10:49 spire-1.2.1/pkg/common/nodeutil/ 19:10:49 spire-1.2.1/pkg/common/nodeutil/node.go 19:10:49 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:10:49 spire-1.2.1/pkg/common/peertracker/ 19:10:49 spire-1.2.1/pkg/common/peertracker/conn.go 19:10:49 spire-1.2.1/pkg/server/api/entry.go 19:10:49 spire-1.2.1/pkg/server/api/entry/ 19:10:49 spire-1.2.1/pkg/server/api/entry/v1/ 19:10:49 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/entry_test.go 19:10:49 spire-1.2.1/pkg/server/api/health/ 19:10:49 spire-1.2.1/pkg/server/api/health/v1/ 19:10:49 spire-1.2.1/pkg/server/api/health/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/id.go 19:10:49 spire-1.2.1/pkg/server/api/id_test.go 19:10:49 spire-1.2.1/pkg/server/api/limits/ 19:10:49 spire-1.2.1/pkg/server/api/limits/limits.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/ 19:10:49 spire-1.2.1/pkg/server/api/middleware/alias.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/audit.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/caller.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:10:49 spire-1.2.1/pkg/common/peertracker/credentials.go 19:10:49 spire-1.2.1/pkg/common/peertracker/errors.go 19:10:49 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:10:49 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:10:49 spire-1.2.1/pkg/common/peertracker/info.go 19:10:49 spire-1.2.1/pkg/common/peertracker/listener.go 19:10:49 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:10:49 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:10:49 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:10:49 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:10:49 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:10:49 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:10:49 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:10:49 spire-1.2.1/pkg/common/peertracker/tcp.go 19:10:49 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:10:49 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:10:49 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:10:49 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:10:49 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:10:49 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/common.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/entries.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:10:49 spire-1.2.1/pkg/server/api/ratelimit.go 19:10:49 spire-1.2.1/pkg/server/api/rpccontext/ 19:10:49 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:10:49 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:10:49 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:10:49 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:10:49 spire-1.2.1/pkg/server/api/selector.go 19:10:49 spire-1.2.1/pkg/server/api/selector_test.go 19:10:49 spire-1.2.1/pkg/server/api/status.go 19:10:49 spire-1.2.1/pkg/server/api/status_test.go 19:10:49 spire-1.2.1/pkg/server/api/svid/ 19:10:49 spire-1.2.1/pkg/server/api/svid/v1/ 19:10:49 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/trustdomain.go 19:10:49 spire-1.2.1/pkg/server/api/trustdomain/ 19:10:49 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:10:49 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:10:49 spire-1.2.1/pkg/common/peertracker/uds.go 19:10:49 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:10:49 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:10:49 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:10:49 spire-1.2.1/pkg/common/pemutil/ 19:10:49 spire-1.2.1/pkg/common/pemutil/block.go 19:10:49 spire-1.2.1/pkg/common/pemutil/certs.go 19:10:49 spire-1.2.1/pkg/common/pemutil/common.go 19:10:49 spire-1.2.1/pkg/common/pemutil/csr.go 19:10:49 spire-1.2.1/pkg/common/pemutil/keys.go 19:10:49 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:10:49 spire-1.2.1/pkg/common/pemutil/testdata/ 19:10:49 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:10:49 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:10:49 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:10:49 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:10:49 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:10:49 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:10:49 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:10:49 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:10:49 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:10:49 spire-1.2.1/pkg/common/plugin/ 19:10:49 spire-1.2.1/pkg/common/plugin/aws/ 19:10:49 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:10:49 spire-1.2.1/pkg/common/plugin/azure/ 19:10:49 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:10:49 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:10:49 spire-1.2.1/pkg/common/plugin/facade.go 19:10:49 spire-1.2.1/pkg/common/plugin/facade_test.go 19:10:49 spire-1.2.1/pkg/common/plugin/gcp/ 19:10:49 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:10:49 spire-1.2.1/pkg/common/plugin/k8s/ 19:10:49 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:10:49 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:10:49 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:10:49 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:10:49 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:10:49 spire-1.2.1/pkg/common/plugin/log.go 19:10:49 spire-1.2.1/pkg/common/plugin/sshpop/ 19:10:49 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:10:49 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:10:49 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:10:49 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:10:49 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:10:49 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:10:49 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:10:49 spire-1.2.1/pkg/server/authpolicy/ 19:10:49 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:10:49 spire-1.2.1/pkg/server/authpolicy/policy.go 19:10:49 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:10:49 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:10:49 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:10:49 spire-1.2.1/pkg/server/authpolicy/validate.go 19:10:49 spire-1.2.1/pkg/server/bundle/ 19:10:49 spire-1.2.1/pkg/server/bundle/client/ 19:10:49 spire-1.2.1/pkg/server/bundle/client/client.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/manager.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/sources.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/updater.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:10:49 spire-1.2.1/pkg/server/ca/ 19:10:49 spire-1.2.1/pkg/server/ca/ca.go 19:10:49 spire-1.2.1/pkg/server/ca/ca_health.go 19:10:49 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:10:49 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:10:49 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:10:49 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:10:49 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:10:49 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:10:49 spire-1.2.1/pkg/common/plugin/x509pop/ 19:10:49 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:10:49 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:10:49 spire-1.2.1/pkg/common/profiling/ 19:10:49 spire-1.2.1/pkg/common/profiling/dumpers.go 19:10:49 spire-1.2.1/pkg/common/profiling/profiling.go 19:10:49 spire-1.2.1/pkg/common/protoutil/ 19:10:49 spire-1.2.1/pkg/common/protoutil/masks.go 19:10:49 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:10:49 spire-1.2.1/pkg/common/rotationutil/ 19:10:49 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:10:49 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:10:49 spire-1.2.1/pkg/common/selector/ 19:10:49 spire-1.2.1/pkg/common/selector/selector.go 19:10:49 spire-1.2.1/pkg/common/selector/selector_test.go 19:10:49 spire-1.2.1/pkg/server/ca/ca_test.go 19:10:49 spire-1.2.1/pkg/server/ca/journal.go 19:10:49 spire-1.2.1/pkg/server/ca/journal_test.go 19:10:49 spire-1.2.1/pkg/server/ca/manager.go 19:10:49 spire-1.2.1/pkg/server/ca/manager_health.go 19:10:49 spire-1.2.1/pkg/server/ca/manager_test.go 19:10:49 spire-1.2.1/pkg/server/ca/templates.go 19:10:49 spire-1.2.1/pkg/server/ca/upstream_client.go 19:10:49 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:10:49 spire-1.2.1/pkg/server/ca/validation.go 19:10:49 spire-1.2.1/pkg/server/cache/ 19:10:49 spire-1.2.1/pkg/server/cache/dscache/ 19:10:49 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:10:49 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/ 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:10:49 spire-1.2.1/pkg/server/catalog/ 19:10:49 spire-1.2.1/pkg/server/catalog/catalog.go 19:10:49 spire-1.2.1/pkg/server/catalog/keymanager.go 19:10:49 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:10:49 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:10:49 spire-1.2.1/pkg/server/catalog/notifier.go 19:10:49 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:10:49 spire-1.2.1/pkg/server/config.go 19:10:49 spire-1.2.1/pkg/server/datastore/ 19:10:49 spire-1.2.1/pkg/server/datastore/datastore.go 19:10:49 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:10:49 spire-1.2.1/pkg/server/datastore/repository.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:10:49 spire-1.2.1/pkg/common/selector/set.go 19:10:49 spire-1.2.1/pkg/common/selector/set_utils.go 19:10:49 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/ 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/ 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:10:49 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:10:49 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:10:49 spire-1.2.1/pkg/common/telemetry/call.go 19:10:49 spire-1.2.1/pkg/common/telemetry/common/ 19:10:49 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:10:49 spire-1.2.1/pkg/common/telemetry/config.go 19:10:49 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:10:49 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/inmem.go 19:10:49 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/m3.go 19:10:49 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/metrics.go 19:10:49 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/names.go 19:10:49 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:10:49 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:10:49 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/ 19:10:49 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:10:49 spire-1.2.1/pkg/server/endpoints/ 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/ 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:10:49 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:10:49 spire-1.2.1/pkg/common/telemetry/server/server.go 19:10:49 spire-1.2.1/pkg/common/telemetry/sink.go 19:10:49 spire-1.2.1/pkg/common/telemetry/statsd.go 19:10:49 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:10:49 spire-1.2.1/pkg/common/telemetry/uptime.go 19:10:49 spire-1.2.1/pkg/common/telemetry/version.go 19:10:49 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:10:49 spire-1.2.1/pkg/common/uptime/ 19:10:49 spire-1.2.1/pkg/common/uptime/uptime.go 19:10:49 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:10:49 spire-1.2.1/pkg/server/endpoints/config.go 19:10:49 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:10:49 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:10:49 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:10:49 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:10:49 spire-1.2.1/pkg/server/endpoints/middleware.go 19:10:49 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:10:49 spire-1.2.1/pkg/server/hostservice/ 19:10:49 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:10:49 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:10:49 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:10:49 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:10:49 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:10:49 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:10:49 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:10:49 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:10:49 spire-1.2.1/pkg/common/util/ 19:10:49 spire-1.2.1/pkg/common/util/certs.go 19:10:49 spire-1.2.1/pkg/common/util/certs_test.go 19:10:49 spire-1.2.1/pkg/common/util/csr.go 19:10:49 spire-1.2.1/pkg/common/util/hash.go 19:10:49 spire-1.2.1/pkg/common/util/selectors.go 19:10:49 spire-1.2.1/pkg/common/util/selectors_test.go 19:10:49 spire-1.2.1/pkg/common/util/signals.go 19:10:49 spire-1.2.1/pkg/common/util/sort.go 19:10:49 spire-1.2.1/pkg/common/util/sort_test.go 19:10:49 spire-1.2.1/pkg/common/util/task.go 19:10:49 spire-1.2.1/pkg/common/util/task_test.go 19:10:49 spire-1.2.1/pkg/common/util/testdata/ 19:10:49 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:10:49 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:10:49 spire-1.2.1/pkg/common/version/ 19:10:49 spire-1.2.1/pkg/common/version/version.go 19:10:49 spire-1.2.1/pkg/common/x509svid/ 19:10:49 spire-1.2.1/pkg/common/x509svid/common_test.go 19:10:49 spire-1.2.1/pkg/common/x509svid/csr.go 19:10:49 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:10:49 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:10:49 spire-1.2.1/pkg/common/x509util/ 19:10:49 spire-1.2.1/pkg/common/x509util/cert.go 19:10:49 spire-1.2.1/pkg/common/x509util/dns.go 19:10:49 spire-1.2.1/pkg/common/x509util/dns_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:10:49 spire-1.2.1/pkg/common/x509util/keyid.go 19:10:49 spire-1.2.1/pkg/common/x509util/keypair.go 19:10:49 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:10:49 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:10:49 spire-1.2.1/pkg/server/ 19:10:49 spire-1.2.1/pkg/server/api/ 19:10:49 spire-1.2.1/pkg/server/api/agent.go 19:10:49 spire-1.2.1/pkg/server/api/agent/ 19:10:49 spire-1.2.1/pkg/server/api/agent/v1/ 19:10:49 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/agent_test.go 19:10:49 spire-1.2.1/pkg/server/api/api.go 19:10:49 spire-1.2.1/pkg/server/api/audit/ 19:10:49 spire-1.2.1/pkg/server/api/audit/audit.go 19:10:49 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:10:49 spire-1.2.1/pkg/server/api/bundle.go 19:10:49 spire-1.2.1/pkg/server/api/bundle/ 19:10:49 spire-1.2.1/pkg/server/api/bundle/v1/ 19:10:49 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/bundle_test.go 19:10:49 spire-1.2.1/pkg/server/api/debug/ 19:10:49 spire-1.2.1/pkg/server/api/debug/v1/ 19:10:49 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/ 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:10:49 spire-1.2.1/pkg/server/api/entry.go 19:10:49 spire-1.2.1/pkg/server/api/entry/ 19:10:49 spire-1.2.1/pkg/server/api/entry/v1/ 19:10:49 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/entry_test.go 19:10:49 spire-1.2.1/pkg/server/api/health/ 19:10:49 spire-1.2.1/pkg/server/api/health/v1/ 19:10:49 spire-1.2.1/pkg/server/api/health/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/id.go 19:10:49 spire-1.2.1/pkg/server/api/id_test.go 19:10:49 spire-1.2.1/pkg/server/api/limits/ 19:10:49 spire-1.2.1/pkg/server/api/limits/limits.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/ 19:10:49 spire-1.2.1/pkg/server/api/middleware/alias.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/audit.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/caller.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:10:49 spire-1.2.1/pkg/server/api/middleware/common.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/entries.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:10:49 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:10:49 spire-1.2.1/pkg/server/api/ratelimit.go 19:10:49 spire-1.2.1/pkg/server/api/rpccontext/ 19:10:49 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:10:49 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:10:49 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:10:49 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:10:49 spire-1.2.1/pkg/server/api/selector.go 19:10:49 spire-1.2.1/pkg/server/api/selector_test.go 19:10:49 spire-1.2.1/pkg/server/api/status.go 19:10:49 spire-1.2.1/pkg/server/api/status_test.go 19:10:49 spire-1.2.1/pkg/server/api/svid/ 19:10:49 spire-1.2.1/pkg/server/api/svid/v1/ 19:10:49 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/trustdomain.go 19:10:49 spire-1.2.1/pkg/server/api/trustdomain/ 19:10:49 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:10:49 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:10:49 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:10:49 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:10:49 spire-1.2.1/pkg/server/authpolicy/ 19:10:49 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:10:49 spire-1.2.1/pkg/server/authpolicy/policy.go 19:10:49 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:10:49 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:10:49 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:10:49 spire-1.2.1/pkg/server/authpolicy/validate.go 19:10:49 spire-1.2.1/pkg/server/bundle/ 19:10:49 spire-1.2.1/pkg/server/bundle/client/ 19:10:49 spire-1.2.1/pkg/server/bundle/client/client.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/manager.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/sources.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/updater.go 19:10:49 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:10:49 spire-1.2.1/pkg/server/ca/ 19:10:49 spire-1.2.1/pkg/server/ca/ca.go 19:10:49 spire-1.2.1/pkg/server/ca/ca_health.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:10:49 spire-1.2.1/pkg/server/registration/ 19:10:49 spire-1.2.1/pkg/server/registration/manager.go 19:10:49 spire-1.2.1/pkg/server/registration/manager_test.go 19:10:49 spire-1.2.1/pkg/server/scanentries.go 19:10:49 spire-1.2.1/pkg/server/scanentries_test.go 19:10:49 spire-1.2.1/pkg/server/server.go 19:10:49 spire-1.2.1/pkg/server/server_test.go 19:10:49 spire-1.2.1/pkg/server/svid/ 19:10:49 spire-1.2.1/pkg/server/svid/observer.go 19:10:49 spire-1.2.1/pkg/server/svid/observer_test.go 19:10:49 spire-1.2.1/pkg/server/svid/rotator.go 19:10:49 spire-1.2.1/pkg/server/svid/rotator_config.go 19:10:49 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:10:49 spire-1.2.1/pkg/server/svid/rotator_test.go 19:10:49 spire-1.2.1/proto/ 19:10:49 spire-1.2.1/proto/private/ 19:10:49 spire-1.2.1/proto/private/server/ 19:10:49 spire-1.2.1/proto/private/server/journal/ 19:10:49 spire-1.2.1/pkg/server/ca/ca_test.go 19:10:49 spire-1.2.1/pkg/server/ca/journal.go 19:10:49 spire-1.2.1/pkg/server/ca/journal_test.go 19:10:49 spire-1.2.1/pkg/server/ca/manager.go 19:10:49 spire-1.2.1/pkg/server/ca/manager_health.go 19:10:49 spire-1.2.1/pkg/server/ca/manager_test.go 19:10:49 spire-1.2.1/pkg/server/ca/templates.go 19:10:49 spire-1.2.1/pkg/server/ca/upstream_client.go 19:10:49 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:10:49 spire-1.2.1/pkg/server/ca/validation.go 19:10:49 spire-1.2.1/pkg/server/cache/ 19:10:49 spire-1.2.1/pkg/server/cache/dscache/ 19:10:49 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:10:49 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/ 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:10:49 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:10:49 spire-1.2.1/pkg/server/catalog/ 19:10:49 spire-1.2.1/pkg/server/catalog/catalog.go 19:10:49 19:10:49 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:10:49 spire-1.2.1/proto/private/server/journal/journal.proto 19:10:49 spire-1.2.1/proto/spire/ 19:10:49 spire-1.2.1/proto/spire/common/ 19:10:49 spire-1.2.1/proto/spire/common/common.pb.go 19:10:49 spire-1.2.1/proto/spire/common/common.proto 19:10:49 spire-1.2.1/proto/spire/common/plugin/ 19:10:49 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:10:49 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:10:49 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:10:49 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:10:49 spire-1.2.1/proto/spire/plugin/ 19:10:49 spire-1.2.1/proto/spire/plugin/agent/ 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:10:49 spire-1.2.1/release/ 19:10:49 spire-1.2.1/release/spire-extras/ 19:10:49 spire-1.2.1/release/spire-extras/README.md 19:10:49 spire-1.2.1/release/spire-extras/conf/ 19:10:49 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:10:49 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:10:49 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:10:49 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:10:49 spire-1.2.1/release/spire/ 19:10:49 spire-1.2.1/release/spire/README.md 19:10:49 spire-1.2.1/release/spire/conf/ 19:10:49 spire-1.2.1/release/spire/conf/agent/ 19:10:49 spire-1.2.1/release/spire/conf/agent/agent.conf 19:10:49 spire-1.2.1/release/spire/conf/server/ 19:10:49 spire-1.2.1/release/spire/conf/server/server.conf 19:10:49 spire-1.2.1/script/ 19:10:49 spire-1.2.1/script/build-artifact.sh 19:10:49 spire-1.2.1/script/generate_dummy_ca.sh 19:10:49 spire-1.2.1/support/ 19:10:49 spire-1.2.1/support/k8s/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.gospire-1.2.1/pkg/server/catalog/keymanager.go 19:10:49 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:10:49 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:10:49 spire-1.2.1/pkg/server/catalog/notifier.go 19:10:49 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:10:49 spire-1.2.1/pkg/server/config.go 19:10:49 spire-1.2.1/pkg/server/datastore/ 19:10:49 spire-1.2.1/pkg/server/datastore/datastore.go 19:10:49 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:10:49 spire-1.2.1/pkg/server/datastore/repository.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:10:49 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:10:49 spire-1.2.1/pkg/server/endpoints/ 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/ 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/ 19:10:49 spire-1.2.1/support/oidc-discovery-provider/README.md 19:10:49 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/config.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/main.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:10:49 spire-1.2.1/test/ 19:10:49 spire-1.2.1/test/clock/ 19:10:49 spire-1.2.1/test/clock/clock.go 19:10:49 spire-1.2.1/test/fakes/ 19:10:49 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:10:49 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:10:49 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:10:49 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:10:49 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:10:49 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:10:49 spire-1.2.1/test/fakes/fakeagentstore/ 19:10:49 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:10:49 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:10:49 spire-1.2.1/pkg/server/endpoints/config.go 19:10:49 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:10:49 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:10:49 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:10:49 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:10:49 spire-1.2.1/pkg/server/endpoints/middleware.go 19:10:49 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:10:49 spire-1.2.1/pkg/server/hostservice/ 19:10:49 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:10:49 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:10:49 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:10:49 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:10:49 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:10:49 spire-1.2.1/test/fakes/fakedatastore/ 19:10:49 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:10:49 spire-1.2.1/test/fakes/fakeentryclient/ 19:10:49 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:10:49 spire-1.2.1/test/fakes/fakehealthchecker/ 19:10:49 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:10:49 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:10:49 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:10:49 spire-1.2.1/test/fakes/fakemetrics/ 19:10:49 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:10:49 spire-1.2.1/test/fakes/fakenoderesolver/ 19:10:49 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:10:49 spire-1.2.1/test/fakes/fakenotifier/ 19:10:49 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:10:49 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:10:49 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:10:49 spire-1.2.1/test/fakes/fakeserverca/ 19:10:49 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:10:49 spire-1.2.1/test/fakes/fakeservercatalog/ 19:10:49 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:10:49 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:10:49 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:10:49 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:10:49 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:10:49 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:10:49 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:10:49 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:10:49 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:10:49 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:10:49 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:10:49 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:10:49 spire-1.2.1/test/fixture/ 19:10:49 spire-1.2.1/test/fixture/certs/ 19:10:49 spire-1.2.1/test/fixture/certs/agent_svid.der 19:10:49 spire-1.2.1/test/fixture/certs/base_cert.pem 19:10:49 spire-1.2.1/test/fixture/certs/base_csr.pem 19:10:49 spire-1.2.1/test/fixture/certs/base_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:10:49 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:10:49 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:10:49 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:10:49 spire-1.2.1/test/fixture/certs/blog_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/bundle.der 19:10:49 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:10:49 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:10:49 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:10:49 spire-1.2.1/test/fixture/certs/ca.pem 19:10:49 spire-1.2.1/test/fixture/certs/ca_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/database_cert.pem 19:10:49 spire-1.2.1/test/fixture/certs/database_csr.pem 19:10:49 spire-1.2.1/test/fixture/certs/database_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/node_cert.pem 19:10:49 spire-1.2.1/test/fixture/certs/node_csr.pem 19:10:49 spire-1.2.1/test/fixture/certs/node_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/svid.pem 19:10:49 spire-1.2.1/test/fixture/certs/svid_key.pem 19:10:49 spire-1.2.1/test/fixture/config/ 19:10:49 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:10:49 spire-1.2.1/test/fixture/config/agent_good.conf 19:10:49 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:10:49 spire-1.2.1/test/fixture/config/plugin_good.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:10:49 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_good.conf 19:10:49 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:10:49 spire-1.2.1/test/fixture/fixture.go 19:10:49 spire-1.2.1/test/fixture/nodeattestor/ 19:10:49 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:10:49 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:10:49 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:10:49 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:10:49 spire-1.2.1/test/fixture/registration/ 19:10:49 spire-1.2.1/test/fixture/registration/entries.json 19:10:49 spire-1.2.1/test/fixture/registration/good-for-update.json 19:10:49 spire-1.2.1/test/fixture/registration/good.json 19:10:49 spire-1.2.1/test/fixture/registration/invalid.json 19:10:49 spire-1.2.1/test/fixture/registration/invalid_json.json 19:10:49 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:10:49 spire-1.2.1/test/integration/ 19:10:49 spire-1.2.1/test/integration/README.md 19:10:49 spire-1.2.1/test/integration/common 19:10:49 spire-1.2.1/test/integration/setup/ 19:10:49 spire-1.2.1/test/integration/setup/adminclient/ 19:10:49 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:10:49 spire-1.2.1/test/integration/setup/adminclient/client.go 19:10:49 spire-1.2.1/test/integration/setup/debugagent/ 19:10:49 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:10:49 spire-1.2.1/test/integration/setup/debugagent/main.go 19:10:49 spire-1.2.1/test/integration/setup/debugserver/ 19:10:49 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:10:49 spire-1.2.1/test/integration/setup/debugserver/main.go 19:10:49 spire-1.2.1/test/integration/setup/downstreamclient/ 19:10:49 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:10:49 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:10:49 spire-1.2.1/test/integration/setup/itclient/ 19:10:49 spire-1.2.1/test/integration/setup/itclient/client.go 19:10:49 spire-1.2.1/test/integration/setup/node-attestation/ 19:10:49 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:10:49 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:10:49 spire-1.2.1/test/integration/setup/x509pop/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:10:49 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:10:49 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:10:49 spire-1.2.1/test/integration/suites/ 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:10:49 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:10:49 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/ 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:10:49 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:10:49 spire-1.2.1/test/integration/suites/join-token/ 19:10:49 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:10:49 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:10:49 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:10:49 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:10:49 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:10:49 spire-1.2.1/test/integration/suites/join-token/README.md 19:10:49 spire-1.2.1/test/integration/suites/join-token/conf/ 19:10:49 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/join-token/teardown 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:10:49 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:10:49 spire-1.2.1/test/integration/suites/k8s/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/00-setup 19:10:49 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:10:49 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:10:49 spire-1.2.1/test/integration/suites/k8s/README.md 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yamlspire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:10:49 spire-1.2.1/test/integration/suites/k8s/teardown 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/ 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:10:49 spire-1.2.1/test/integration/suites/rotation/ 19:10:49 spire-1.2.1/test/integration/suites/rotation/00-setup 19:10:49 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:10:49 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:10:49 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:10:49 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:10:49 spire-1.2.1/test/integration/suites/rotation/README.md 19:10:49 spire-1.2.1/test/integration/suites/rotation/conf/ 19:10:49 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/rotation/teardown 19:10:49 spire-1.2.1/test/integration/suites/self-test/ 19:10:49 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:10:49 spire-1.2.1/test/integration/suites/self-test/README.md 19:10:49 spire-1.2.1/test/integration/suites/self-test/teardown 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:10:49 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:10:49 spire-1.2.1/pkg/server/registration/ 19:10:49 spire-1.2.1/pkg/server/registration/manager.go 19:10:49 spire-1.2.1/pkg/server/registration/manager_test.go 19:10:49 spire-1.2.1/pkg/server/scanentries.go 19:10:49 spire-1.2.1/pkg/server/scanentries_test.go 19:10:49 spire-1.2.1/pkg/server/server.go 19:10:49 spire-1.2.1/pkg/server/server_test.go 19:10:49 spire-1.2.1/pkg/server/svid/ 19:10:49 spire-1.2.1/pkg/server/svid/observer.go 19:10:49 spire-1.2.1/pkg/server/svid/observer_test.go 19:10:49 spire-1.2.1/pkg/server/svid/rotator.go 19:10:49 spire-1.2.1/pkg/server/svid/rotator_config.go 19:10:49 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:10:49 spire-1.2.1/pkg/server/svid/rotator_test.go 19:10:49 spire-1.2.1/proto/ 19:10:49 spire-1.2.1/proto/private/ 19:10:49 spire-1.2.1/proto/private/server/ 19:10:49 spire-1.2.1/proto/private/server/journal/ 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:10:49 spire-1.2.1/test/integration/suites/upgrade/ 19:10:49 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:10:49 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:10:49 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:10:49 spire-1.2.1/test/integration/suites/upgrade/README.md 19:10:49 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:10:49 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/upgrade/teardown 19:10:49 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:10:49 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:10:49 spire-1.2.1/proto/private/server/journal/journal.proto 19:10:49 spire-1.2.1/proto/spire/ 19:10:49 spire-1.2.1/proto/spire/common/ 19:10:49 spire-1.2.1/proto/spire/common/common.pb.go 19:10:49 spire-1.2.1/proto/spire/common/common.proto 19:10:49 spire-1.2.1/proto/spire/common/plugin/ 19:10:49 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:10:49 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:10:49 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:10:49 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:10:49 spire-1.2.1/proto/spire/plugin/ 19:10:49 spire-1.2.1/proto/spire/plugin/agent/ 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:10:49 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:10:49 spire-1.2.1/release/ 19:10:49 spire-1.2.1/release/spire-extras/ 19:10:49 spire-1.2.1/release/spire-extras/README.md 19:10:49 spire-1.2.1/release/spire-extras/conf/ 19:10:49 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:10:49 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:10:49 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:10:49 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:10:49 spire-1.2.1/release/spire/ 19:10:49 spire-1.2.1/release/spire/README.md 19:10:49 spire-1.2.1/release/spire/conf/ 19:10:49 spire-1.2.1/release/spire/conf/agent/ 19:10:49 spire-1.2.1/release/spire/conf/agent/agent.conf 19:10:49 spire-1.2.1/release/spire/conf/server/ 19:10:49 spire-1.2.1/release/spire/conf/server/server.conf 19:10:49 spire-1.2.1/script/ 19:10:49 spire-1.2.1/script/build-artifact.sh 19:10:49 spire-1.2.1/script/generate_dummy_ca.sh 19:10:49 spire-1.2.1/support/ 19:10:49 spire-1.2.1/support/k8s/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:10:49 spire-1.2.1/test/integration/test-one.sh 19:10:49 spire-1.2.1/test/integration/test.sh 19:10:49 spire-1.2.1/test/plugintest/ 19:10:49 spire-1.2.1/test/plugintest/config.go 19:10:49 spire-1.2.1/test/plugintest/load.go 19:10:49 spire-1.2.1/test/plugintest/option.go 19:10:49 spire-1.2.1/test/spiretest/ 19:10:49 spire-1.2.1/test/spiretest/apiserver.go 19:10:49 spire-1.2.1/test/spiretest/assertions.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:10:49 spire-1.2.1/test/spiretest/dir.go 19:10:49 spire-1.2.1/test/spiretest/errors_posix.go 19:10:49 spire-1.2.1/test/spiretest/errors_windows.go 19:10:49 spire-1.2.1/test/spiretest/logs.go 19:10:49 spire-1.2.1/test/spiretest/socketapi.go 19:10:49 spire-1.2.1/test/spiretest/suite.go 19:10:49 spire-1.2.1/test/spiretest/x509.go 19:10:49 spire-1.2.1/test/testca/ 19:10:49 spire-1.2.1/test/testca/ca.go 19:10:49 spire-1.2.1/test/testkey/ 19:10:49 spire-1.2.1/test/testkey/generate.sh 19:10:49 spire-1.2.1/test/testkey/genkeys.go 19:10:49 spire-1.2.1/test/testkey/keys.go 19:10:49 spire-1.2.1/test/testkey/new.go 19:10:49 spire-1.2.1/test/tpmsimulator/ 19:10:49 spire-1.2.1/test/tpmsimulator/simulator.go 19:10:49 spire-1.2.1/test/util/ 19:10:49 spire-1.2.1/test/util/cert_fixtures.go 19:10:49 spire-1.2.1/test/util/cert_generation.go 19:10:49 spire-1.2.1/test/util/io_redirection.go 19:10:49 spire-1.2.1/test/util/race.go 19:10:49 spire-1.2.1/test/util/util.go 19:10:49 building spire from source... 19:10:49 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:10:49 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/ 19:10:49 spire-1.2.1/support/oidc-discovery-provider/README.md 19:10:49 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/config.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/main.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:10:49 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:10:49 spire-1.2.1/test/ 19:10:49 spire-1.2.1/test/clock/ 19:10:49 spire-1.2.1/test/clock/clock.go 19:10:49 spire-1.2.1/test/fakes/ 19:10:49 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:10:49 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:10:49 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:10:49 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:10:49 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:10:49 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:10:49 spire-1.2.1/test/fakes/fakeagentstore/ 19:10:49 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go ---> Running in 94b5a5116dcc 19:10:49 19:10:49 spire-1.2.1/test/fakes/fakedatastore/ 19:10:49 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:10:49 spire-1.2.1/test/fakes/fakeentryclient/ 19:10:49 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:10:49 spire-1.2.1/test/fakes/fakehealthchecker/ 19:10:49 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:10:49 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:10:49 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:10:49 spire-1.2.1/test/fakes/fakemetrics/ 19:10:49 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:10:49 spire-1.2.1/test/fakes/fakenoderesolver/ 19:10:49 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:10:49 spire-1.2.1/test/fakes/fakenotifier/ 19:10:49 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:10:49 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:10:49 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:10:49 spire-1.2.1/test/fakes/fakeserverca/ 19:10:49 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:10:49 spire-1.2.1/test/fakes/fakeservercatalog/ 19:10:49 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:10:49 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:10:49 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:10:49 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:10:49 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:10:49 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:10:49 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:10:49 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:10:49 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:10:49 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:10:49 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:10:49 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:10:49 spire-1.2.1/test/fixture/ 19:10:49 spire-1.2.1/test/fixture/certs/ 19:10:49 spire-1.2.1/test/fixture/certs/agent_svid.der 19:10:49 spire-1.2.1/test/fixture/certs/base_cert.pem 19:10:49 spire-1.2.1/test/fixture/certs/base_csr.pem 19:10:49 spire-1.2.1/test/fixture/certs/base_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:10:49 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:10:49 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:10:49 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:10:49 spire-1.2.1/test/fixture/certs/blog_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/bundle.der 19:10:49 spire-1.2.1/test/fixture/certs/ca.pem 19:10:49 spire-1.2.1/test/fixture/certs/ca_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/database_cert.pem 19:10:49 spire-1.2.1/test/fixture/certs/database_csr.pem 19:10:49 spire-1.2.1/test/fixture/certs/database_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/node_cert.pem 19:10:49 spire-1.2.1/test/fixture/certs/node_csr.pem 19:10:49 spire-1.2.1/test/fixture/certs/node_key.pem 19:10:49 spire-1.2.1/test/fixture/certs/svid.pem 19:10:49 spire-1.2.1/test/fixture/certs/svid_key.pem 19:10:49 spire-1.2.1/test/fixture/config/ 19:10:49 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:10:49 spire-1.2.1/test/fixture/config/agent_good.conf 19:10:49 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:10:49 spire-1.2.1/test/fixture/config/plugin_good.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:10:49 spire-1.2.1/test/fixture/config/server_good.conf 19:10:49 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:10:49 spire-1.2.1/test/fixture/fixture.go 19:10:49 spire-1.2.1/test/fixture/nodeattestor/ 19:10:49 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:10:49 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:10:49 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:10:49 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:10:49 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:10:49 spire-1.2.1/test/fixture/registration/ 19:10:49 spire-1.2.1/test/fixture/registration/entries.json 19:10:49 spire-1.2.1/test/fixture/registration/good-for-update.json 19:10:49 spire-1.2.1/test/fixture/registration/good.json 19:10:49 spire-1.2.1/test/fixture/registration/invalid.json 19:10:49 spire-1.2.1/test/fixture/registration/invalid_json.json 19:10:49 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:10:49 spire-1.2.1/test/integration/ 19:10:49 spire-1.2.1/test/integration/README.md 19:10:49 spire-1.2.1/test/integration/common 19:10:49 spire-1.2.1/test/integration/setup/ 19:10:49 spire-1.2.1/test/integration/setup/adminclient/ 19:10:49 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:10:49 spire-1.2.1/test/integration/setup/adminclient/client.go 19:10:49 spire-1.2.1/test/integration/setup/debugagent/ 19:10:49 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:10:49 spire-1.2.1/test/integration/setup/debugagent/main.go 19:10:49 spire-1.2.1/test/integration/setup/debugserver/ 19:10:49 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:10:49 spire-1.2.1/test/integration/setup/debugserver/main.go 19:10:49 spire-1.2.1/test/integration/setup/downstreamclient/ 19:10:49 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:10:49 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:10:49 spire-1.2.1/test/integration/setup/itclient/ 19:10:49 spire-1.2.1/test/integration/setup/itclient/client.go 19:10:49 spire-1.2.1/test/integration/setup/node-attestation/ 19:10:49 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:10:49 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:10:49 spire-1.2.1/test/integration/setup/x509pop/ 19:10:49 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:10:49 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:10:49 spire-1.2.1/test/integration/suites/ 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:10:49 spire-1.2.1/test/integration/suites/join-token/ 19:10:49 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:10:49 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:10:49 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:10:49 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:10:49 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:10:49 spire-1.2.1/test/integration/suites/join-token/README.md 19:10:49 spire-1.2.1/test/integration/suites/join-token/conf/ 19:10:49 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/join-token/teardown 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:10:49 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:10:49 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:10:49 spire-1.2.1/test/integration/suites/k8s/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/00-setup 19:10:49 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:10:49 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:10:49 spire-1.2.1/test/integration/suites/k8s/README.md 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:10:49 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:10:49 spire-1.2.1/test/integration/suites/k8s/teardown 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/ 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:10:49 spire-1.2.1/test/integration/suites/rotation/ 19:10:49 spire-1.2.1/test/integration/suites/rotation/00-setup 19:10:49 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:10:49 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:10:49 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:10:49 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:10:49 spire-1.2.1/test/integration/suites/rotation/README.md 19:10:49 spire-1.2.1/test/integration/suites/rotation/conf/ 19:10:49 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/rotation/teardown 19:10:49 spire-1.2.1/test/integration/suites/self-test/ 19:10:49 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:10:49 spire-1.2.1/test/integration/suites/self-test/README.md 19:10:49 spire-1.2.1/test/integration/suites/self-test/teardown 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:10:49 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:10:49 spire-1.2.1/test/integration/suites/upgrade/ 19:10:49 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:10:49 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:10:49 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:10:49 spire-1.2.1/test/integration/suites/upgrade/README.md 19:10:49 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:10:49 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:10:49 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:10:49 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:10:49 spire-1.2.1/test/integration/suites/upgrade/teardown 19:10:49 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:10:49 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:10:49 spire-1.2.1/test/integration/test-one.sh 19:10:49 spire-1.2.1/test/integration/test.sh 19:10:49 spire-1.2.1/test/plugintest/ 19:10:49 spire-1.2.1/test/plugintest/config.go 19:10:49 spire-1.2.1/test/plugintest/load.go 19:10:49 spire-1.2.1/test/plugintest/option.go 19:10:49 spire-1.2.1/test/spiretest/ 19:10:49 spire-1.2.1/test/spiretest/apiserver.go 19:10:49 spire-1.2.1/test/spiretest/assertions.go 19:10:49 spire-1.2.1/test/spiretest/dir.go 19:10:49 spire-1.2.1/test/spiretest/errors_posix.go 19:10:49 spire-1.2.1/test/spiretest/errors_windows.go 19:10:49 spire-1.2.1/test/spiretest/logs.go 19:10:49 spire-1.2.1/test/spiretest/socketapi.go 19:10:49 spire-1.2.1/test/spiretest/suite.go 19:10:49 spire-1.2.1/test/spiretest/x509.go 19:10:49 spire-1.2.1/test/testca/ 19:10:49 spire-1.2.1/test/testca/ca.go 19:10:49 spire-1.2.1/test/testkey/ 19:10:49 spire-1.2.1/test/testkey/generate.sh 19:10:49 spire-1.2.1/test/testkey/genkeys.go 19:10:49 spire-1.2.1/test/testkey/keys.go 19:10:49 spire-1.2.1/test/testkey/new.go 19:10:49 spire-1.2.1/test/tpmsimulator/ 19:10:49 spire-1.2.1/test/tpmsimulator/simulator.go 19:10:49 spire-1.2.1/test/util/ 19:10:49 spire-1.2.1/test/util/cert_fixtures.go 19:10:49 spire-1.2.1/test/util/cert_generation.go 19:10:49 spire-1.2.1/test/util/io_redirection.go 19:10:49 spire-1.2.1/test/util/race.go 19:10:49 spire-1.2.1/test/util/util.go 19:10:49 building spire from source... 19:10:49 Installing go1.17.7... 19:10:49 Installing go1.17.7... 19:10:49 ---> Running in b42b25d3845f 19:10:49 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 19:10:51 Removing intermediate container 94b5a5116dcc 19:10:51 ---> 8163aec9eff1 19:10:51 Step 11/26 : WORKDIR /edgex-go/spire-build 19:10:51 ---> Running in 94309bebbfce 19:10:51 ---> a909ece4be5a 19:10:51 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:10:51 ---> Running in dab6aee04ffc 19:10:51 Removing intermediate container 94309bebbfce 19:10:51 ---> d034e4cf5394 19:10:51 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 19:10:52 ---> Running in f3263373524e 19:10:52 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 19:10:52 spire-1.2.1/ 19:10:52 spire-1.2.1/.data/ 19:10:52 spire-1.2.1/.data/.file 19:10:52 spire-1.2.1/.dockerignore 19:10:52 spire-1.2.1/.gitattributes 19:10:52 spire-1.2.1/.githooks/ 19:10:52 spire-1.2.1/.githooks/pre-commit 19:10:52 spire-1.2.1/.github/ 19:10:52 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:10:52 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:10:52 spire-1.2.1/.github/dependabot.yml 19:10:52 spire-1.2.1/.github/workflows/ 19:10:52 spire-1.2.1/.github/workflows/nightly_build.yaml 19:10:52 spire-1.2.1/.github/workflows/pr_build.yaml 19:10:52 spire-1.2.1/.github/workflows/release_build.yaml 19:10:52 spire-1.2.1/.github/workflows/scripts/ 19:10:52 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:10:52 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:10:52 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:10:52 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:10:52 spire-1.2.1/.github/workflows/scripts/split.sh 19:10:52 spire-1.2.1/.gitignore 19:10:52 spire-1.2.1/.go-version 19:10:52 spire-1.2.1/.golangci.yml 19:10:52 spire-1.2.1/ADOPTERS.md 19:10:52 spire-1.2.1/CHANGELOG.md 19:10:52 spire-1.2.1/CODE-OF-CONDUCT.md 19:10:52 spire-1.2.1/CODEOWNERS 19:10:52 spire-1.2.1/CONTRIBUTING.md 19:10:52 spire-1.2.1/Dockerfile 19:10:52 spire-1.2.1/Dockerfile.dev 19:10:52 spire-1.2.1/Dockerfile.scratch 19:10:52 spire-1.2.1/LICENSE 19:10:52 spire-1.2.1/MAINTAINERS.md 19:10:52 spire-1.2.1/Makefile 19:10:52 spire-1.2.1/README.md 19:10:52 spire-1.2.1/ROADMAP.md 19:10:52 spire-1.2.1/SECURITY.md 19:10:52 spire-1.2.1/cmd/ 19:10:52 spire-1.2.1/cmd/spire-agent/ 19:10:52 spire-1.2.1/cmd/spire-agent/cli/ 19:10:52 spire-1.2.1/cmd/spire-agent/cli/api/ 19:10:52 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/common/ 19:10:52 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:10:52 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/run/ 19:10:52 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:10:52 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:10:52 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:10:52 spire-1.2.1/cmd/spire-agent/main.go 19:10:52 spire-1.2.1/cmd/spire-server/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/agent/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/cli.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/run/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/token/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/validate/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/x509/ 19:10:52 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:10:52 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:10:52 spire-1.2.1/cmd/spire-server/main.go 19:10:52 spire-1.2.1/cmd/spire-server/util/ 19:10:52 spire-1.2.1/cmd/spire-server/util/util.go 19:10:52 spire-1.2.1/conf/ 19:10:52 spire-1.2.1/conf/agent/ 19:10:52 spire-1.2.1/conf/agent/agent.conf 19:10:52 spire-1.2.1/conf/agent/agent_full.conf 19:10:52 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:10:52 spire-1.2.1/conf/server/ 19:10:52 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:10:52 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:10:52 spire-1.2.1/conf/server/server.conf 19:10:52 spire-1.2.1/conf/server/server_full.conf 19:10:52 spire-1.2.1/doc/ 19:10:52 spire-1.2.1/doc/SPIRE101.md 19:10:52 spire-1.2.1/doc/auditlog.md 19:10:52 spire-1.2.1/doc/authorization_policy_engine.md 19:10:52 spire-1.2.1/doc/changelog_guidelines.md 19:10:52 spire-1.2.1/doc/cure53-report.pdf 19:10:52 spire-1.2.1/doc/images/ 19:10:52 spire-1.2.1/doc/images/2019_roadmap.png 19:10:52 spire-1.2.1/doc/images/SPIRE101.png 19:10:52 spire-1.2.1/doc/images/SPIRE_agent.png 19:10:52 spire-1.2.1/doc/images/SPIRE_server.png 19:10:52 spire-1.2.1/doc/images/cache_mgr.png 19:10:52 spire-1.2.1/doc/images/cache_mgr_components.png 19:10:52 spire-1.2.1/doc/images/federated_spire.png 19:10:52 spire-1.2.1/doc/images/ha_mode.png 19:10:52 spire-1.2.1/doc/images/nested_spire.png 19:10:52 spire-1.2.1/doc/images/oidc_federation.png 19:10:52 spire-1.2.1/doc/images/single_trust_domain.png 19:10:52 spire-1.2.1/doc/images/spiffe_compatible.png 19:10:52 spire-1.2.1/doc/images/spire_logo.png 19:10:52 spire-1.2.1/doc/migrating_registration_api_clients.md 19:10:52 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:10:52 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:10:52 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:10:52 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:10:52 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:10:52 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:10:52 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:10:52 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:10:52 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:10:52 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:10:52 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:10:52 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:10:52 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:10:52 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:10:52 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:10:52 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:10:52 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:10:52 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:10:52 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:10:52 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:10:52 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:10:52 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:10:52 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:10:52 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:10:52 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:10:52 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:10:52 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:10:52 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:10:52 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:10:52 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:10:52 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:10:52 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:10:52 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:10:52 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:10:52 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:10:52 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:10:52 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:10:52 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:10:52 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:10:52 spire-1.2.1/doc/scaling_spire.md 19:10:52 spire-1.2.1/doc/spire_agent.md 19:10:52 spire-1.2.1/doc/spire_server.md 19:10:52 spire-1.2.1/doc/supported_integrations.md 19:10:52 spire-1.2.1/doc/telemetry.md 19:10:52 spire-1.2.1/doc/telemetry_config.md 19:10:52 spire-1.2.1/doc/upgrading.md 19:10:52 spire-1.2.1/doc/using_spire.md 19:10:52 spire-1.2.1/examples/ 19:10:52 spire-1.2.1/examples/README.md 19:10:52 spire-1.2.1/go.mod 19:10:52 spire-1.2.1/go.sum 19:10:52 spire-1.2.1/pkg/ 19:10:52 spire-1.2.1/pkg/agent/ 19:10:52 spire-1.2.1/pkg/agent/agent.go 19:10:52 spire-1.2.1/pkg/agent/api/ 19:10:52 spire-1.2.1/pkg/agent/api/config.go 19:10:52 spire-1.2.1/pkg/agent/api/debug/ 19:10:52 spire-1.2.1/pkg/agent/api/debug/v1/ 19:10:52 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:10:52 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:10:52 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:10:52 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:10:52 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:10:52 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:10:52 spire-1.2.1/pkg/agent/api/endpoints.go 19:10:52 spire-1.2.1/pkg/agent/api/health/ 19:10:52 spire-1.2.1/pkg/agent/api/health/v1/ 19:10:52 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:10:52 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:10:52 spire-1.2.1/pkg/agent/api/rpccontext/ 19:10:52 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:10:52 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:10:52 spire-1.2.1/pkg/agent/attestor/ 19:10:52 spire-1.2.1/pkg/agent/attestor/node/ 19:10:52 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:10:52 spire-1.2.1/pkg/agent/attestor/node/node.go 19:10:52 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:10:52 spire-1.2.1/pkg/agent/attestor/workload/ 19:10:52 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:10:52 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:10:52 spire-1.2.1/pkg/agent/catalog/ 19:10:52 spire-1.2.1/pkg/agent/catalog/catalog.go 19:10:52 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:10:52 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:10:52 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:10:52 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:10:52 spire-1.2.1/pkg/agent/client/ 19:10:52 spire-1.2.1/pkg/agent/client/client.go 19:10:52 spire-1.2.1/pkg/agent/client/client_test.go 19:10:52 spire-1.2.1/pkg/agent/client/dial.go 19:10:52 spire-1.2.1/pkg/agent/client/nodeconn.go 19:10:52 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:10:52 spire-1.2.1/pkg/agent/client/update.go 19:10:52 spire-1.2.1/pkg/agent/client/util.go 19:10:52 spire-1.2.1/pkg/agent/common/ 19:10:52 spire-1.2.1/pkg/agent/common/backoff/ 19:10:52 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:10:52 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:10:52 spire-1.2.1/pkg/agent/common/cgroups/ 19:10:52 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:10:52 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:10:52 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:10:52 spire-1.2.1/pkg/agent/config.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/ 19:10:52 spire-1.2.1/pkg/agent/endpoints/config.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:10:52 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:10:52 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/workload/ 19:10:52 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:10:52 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:10:52 spire-1.2.1/pkg/agent/manager/ 19:10:52 spire-1.2.1/pkg/agent/manager/cache/ 19:10:52 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:10:52 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:10:52 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:10:52 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:10:52 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:10:52 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:10:52 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:10:52 spire-1.2.1/pkg/agent/manager/config.go 19:10:52 spire-1.2.1/pkg/agent/manager/manager.go 19:10:52 spire-1.2.1/pkg/agent/manager/manager_test.go 19:10:52 spire-1.2.1/pkg/agent/manager/storage.go 19:10:52 spire-1.2.1/pkg/agent/manager/storage_test.go 19:10:52 spire-1.2.1/pkg/agent/manager/storecache/ 19:10:52 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:10:52 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:10:52 spire-1.2.1/pkg/agent/manager/sync.go 19:10:52 spire-1.2.1/pkg/agent/plugin/ 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:10:52 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:10:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:10:52 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:10:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:10:52 spire-1.2.1/pkg/agent/svid/ 19:10:52 spire-1.2.1/pkg/agent/svid/rotator.go 19:10:52 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:10:52 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:10:52 spire-1.2.1/pkg/agent/svid/store/ 19:10:52 spire-1.2.1/pkg/agent/svid/store/service.go 19:10:52 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:10:52 spire-1.2.1/pkg/common/ 19:10:52 spire-1.2.1/pkg/common/agentpathtemplate/ 19:10:52 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:10:52 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:10:52 spire-1.2.1/pkg/common/api/ 19:10:52 spire-1.2.1/pkg/common/api/metrics.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/ 19:10:52 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/logger.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/names.go 19:10:52 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:10:52 spire-1.2.1/pkg/common/api/names.go 19:10:52 spire-1.2.1/pkg/common/api/ratelimit.go 19:10:52 spire-1.2.1/pkg/common/api/rpccontext/ 19:10:52 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:10:52 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:10:52 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:10:52 spire-1.2.1/pkg/common/auth/ 19:10:52 spire-1.2.1/pkg/common/auth/interceptors.go 19:10:52 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:10:52 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:10:52 spire-1.2.1/pkg/common/bundleutil/ 19:10:52 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:10:52 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:10:52 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:10:52 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:10:52 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:10:52 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:10:52 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:10:52 spire-1.2.1/pkg/common/bundleutil/types.go 19:10:52 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:10:52 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:10:52 spire-1.2.1/pkg/common/catalog/ 19:10:52 spire-1.2.1/pkg/common/catalog/bind.go 19:10:52 spire-1.2.1/pkg/common/catalog/builtin.go 19:10:52 spire-1.2.1/pkg/common/catalog/catalog.go 19:10:52 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:10:52 spire-1.2.1/pkg/common/catalog/closers.go 19:10:52 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:10:52 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:10:52 spire-1.2.1/pkg/common/catalog/config.go 19:10:52 spire-1.2.1/pkg/common/catalog/config_test.go 19:10:52 spire-1.2.1/pkg/common/catalog/configure.go 19:10:52 spire-1.2.1/pkg/common/catalog/constraints.go 19:10:52 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:10:52 spire-1.2.1/pkg/common/catalog/context.go 19:10:52 spire-1.2.1/pkg/common/catalog/external.go 19:10:52 spire-1.2.1/pkg/common/catalog/host.go 19:10:52 spire-1.2.1/pkg/common/catalog/pipenet.go 19:10:52 spire-1.2.1/pkg/common/catalog/plugin.go 19:10:52 spire-1.2.1/pkg/common/catalog/testplugin/ 19:10:52 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:10:52 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:10:52 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:10:52 spire-1.2.1/pkg/common/cli/ 19:10:52 spire-1.2.1/pkg/common/cli/env.go 19:10:52 spire-1.2.1/pkg/common/cli/flags.go 19:10:52 spire-1.2.1/pkg/common/cli/trust_domain.go 19:10:52 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:10:52 spire-1.2.1/pkg/common/cli/umask.go 19:10:52 spire-1.2.1/pkg/common/cli/umask_posix.go 19:10:52 spire-1.2.1/pkg/common/cli/umask_test.go 19:10:52 spire-1.2.1/pkg/common/cli/umask_windows.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/ 19:10:52 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/flag.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/format.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/ 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:10:52 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:10:52 spire-1.2.1/pkg/common/coretypes/ 19:10:52 spire-1.2.1/pkg/common/coretypes/bundle/ 19:10:52 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:10:52 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:10:52 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:10:52 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:10:52 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:10:52 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:10:52 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:10:52 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:10:52 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:10:52 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:10:52 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:10:52 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:10:52 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:10:52 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:10:52 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:10:52 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:10:52 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:10:52 spire-1.2.1/pkg/common/cryptoutil/ 19:10:52 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:10:52 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:10:52 spire-1.2.1/pkg/common/diskutil/ 19:10:52 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:10:52 spire-1.2.1/pkg/common/diskutil/file_test.go 19:10:52 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:10:52 spire-1.2.1/pkg/common/errorutil/ 19:10:52 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:10:52 spire-1.2.1/pkg/common/health/ 19:10:52 spire-1.2.1/pkg/common/health/config.go 19:10:52 spire-1.2.1/pkg/common/health/context.go 19:10:52 spire-1.2.1/pkg/common/health/context_test.go 19:10:52 spire-1.2.1/pkg/common/health/health.go 19:10:52 spire-1.2.1/pkg/common/health/health_test.go 19:10:52 spire-1.2.1/pkg/common/health/logger.go 19:10:52 spire-1.2.1/pkg/common/hostservice/ 19:10:52 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:10:52 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:10:52 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:10:52 spire-1.2.1/pkg/common/idutil/ 19:10:52 spire-1.2.1/pkg/common/idutil/require.go 19:10:52 spire-1.2.1/pkg/common/idutil/require_test.go 19:10:52 spire-1.2.1/pkg/common/idutil/safety.go 19:10:52 spire-1.2.1/pkg/common/idutil/safety_test.go 19:10:52 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:10:52 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:10:52 spire-1.2.1/pkg/common/jwtsvid/ 19:10:52 spire-1.2.1/pkg/common/jwtsvid/common.go 19:10:52 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:10:52 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:10:52 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:10:52 spire-1.2.1/pkg/common/jwtutil/ 19:10:52 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:10:52 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:10:52 spire-1.2.1/pkg/common/log/ 19:10:52 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:10:52 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:10:52 spire-1.2.1/pkg/common/log/log.go 19:10:52 spire-1.2.1/pkg/common/log/log_test.go 19:10:52 spire-1.2.1/pkg/common/log/options.go 19:10:52 spire-1.2.1/pkg/common/nodeutil/ 19:10:52 spire-1.2.1/pkg/common/nodeutil/node.go 19:10:52 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:10:52 spire-1.2.1/pkg/common/peertracker/ 19:10:52 spire-1.2.1/pkg/common/peertracker/conn.go 19:10:52 spire-1.2.1/pkg/common/peertracker/credentials.go 19:10:52 spire-1.2.1/pkg/common/peertracker/errors.go 19:10:52 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:10:52 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:10:52 spire-1.2.1/pkg/common/peertracker/info.go 19:10:52 spire-1.2.1/pkg/common/peertracker/listener.go 19:10:52 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:10:52 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:10:52 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:10:52 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:10:52 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:10:52 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:10:52 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:10:52 spire-1.2.1/pkg/common/peertracker/tcp.go 19:10:52 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:10:52 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:10:52 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:10:52 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:10:52 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:10:52 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:10:52 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:10:52 spire-1.2.1/pkg/common/peertracker/uds.go 19:10:52 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:10:52 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:10:52 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:10:52 spire-1.2.1/pkg/common/pemutil/ 19:10:52 spire-1.2.1/pkg/common/pemutil/block.go 19:10:52 spire-1.2.1/pkg/common/pemutil/certs.go 19:10:52 spire-1.2.1/pkg/common/pemutil/common.go 19:10:52 spire-1.2.1/pkg/common/pemutil/csr.go 19:10:52 spire-1.2.1/pkg/common/pemutil/keys.go 19:10:52 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:10:52 spire-1.2.1/pkg/common/pemutil/testdata/ 19:10:52 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:10:52 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:10:52 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:10:52 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:10:52 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:10:52 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:10:52 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:10:52 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:10:52 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:10:52 spire-1.2.1/pkg/common/plugin/ 19:10:52 spire-1.2.1/pkg/common/plugin/aws/ 19:10:52 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:10:52 spire-1.2.1/pkg/common/plugin/azure/ 19:10:52 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:10:52 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:10:52 spire-1.2.1/pkg/common/plugin/facade.go 19:10:52 spire-1.2.1/pkg/common/plugin/facade_test.go 19:10:52 spire-1.2.1/pkg/common/plugin/gcp/ 19:10:52 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:10:52 spire-1.2.1/pkg/common/plugin/k8s/ 19:10:52 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:10:52 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:10:52 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:10:52 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:10:52 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:10:52 spire-1.2.1/pkg/common/plugin/log.go 19:10:52 spire-1.2.1/pkg/common/plugin/sshpop/ 19:10:52 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:10:52 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:10:52 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:10:52 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:10:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:10:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:10:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:10:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:10:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:10:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:10:52 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:10:52 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:10:52 spire-1.2.1/pkg/common/plugin/x509pop/ 19:10:52 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:10:52 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:10:52 spire-1.2.1/pkg/common/profiling/ 19:10:52 spire-1.2.1/pkg/common/profiling/dumpers.go 19:10:52 spire-1.2.1/pkg/common/profiling/profiling.go 19:10:52 spire-1.2.1/pkg/common/protoutil/ 19:10:52 spire-1.2.1/pkg/common/protoutil/masks.go 19:10:52 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:10:52 spire-1.2.1/pkg/common/rotationutil/ 19:10:52 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:10:52 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:10:52 spire-1.2.1/pkg/common/selector/ 19:10:52 spire-1.2.1/pkg/common/selector/selector.go 19:10:52 spire-1.2.1/pkg/common/selector/selector_test.go 19:10:52 spire-1.2.1/pkg/common/selector/set.go 19:10:52 spire-1.2.1/pkg/common/selector/set_utils.go 19:10:52 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:10:52 spire-1.2.1/pkg/common/telemetry/ 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/ 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:10:52 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:10:52 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:10:52 spire-1.2.1/pkg/common/telemetry/call.go 19:10:52 spire-1.2.1/pkg/common/telemetry/common/ 19:10:52 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:10:52 spire-1.2.1/pkg/common/telemetry/config.go 19:10:52 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:10:52 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:10:52 spire-1.2.1/pkg/common/telemetry/inmem.go 19:10:52 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:10:52 spire-1.2.1/pkg/common/telemetry/m3.go 19:10:52 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:10:52 spire-1.2.1/pkg/common/telemetry/metrics.go 19:10:52 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:10:52 spire-1.2.1/pkg/common/telemetry/names.go 19:10:52 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:10:52 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:10:52 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:10:52 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/ 19:10:52 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:10:52 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:10:52 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:10:52 spire-1.2.1/pkg/common/telemetry/server/server.go 19:10:52 spire-1.2.1/pkg/common/telemetry/sink.go 19:10:52 spire-1.2.1/pkg/common/telemetry/statsd.go 19:10:52 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:10:52 spire-1.2.1/pkg/common/telemetry/uptime.go 19:10:52 spire-1.2.1/pkg/common/telemetry/version.go 19:10:52 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:10:52 spire-1.2.1/pkg/common/uptime/ 19:10:52 spire-1.2.1/pkg/common/uptime/uptime.go 19:10:52 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:10:52 spire-1.2.1/pkg/common/util/ 19:10:52 spire-1.2.1/pkg/common/util/certs.go 19:10:52 spire-1.2.1/pkg/common/util/certs_test.go 19:10:52 spire-1.2.1/pkg/common/util/csr.go 19:10:52 spire-1.2.1/pkg/common/util/hash.go 19:10:52 spire-1.2.1/pkg/common/util/selectors.go 19:10:52 spire-1.2.1/pkg/common/util/selectors_test.go 19:10:52 spire-1.2.1/pkg/common/util/signals.go 19:10:52 spire-1.2.1/pkg/common/util/sort.go 19:10:52 spire-1.2.1/pkg/common/util/sort_test.go 19:10:52 spire-1.2.1/pkg/common/util/task.go 19:10:52 spire-1.2.1/pkg/common/util/task_test.go 19:10:52 spire-1.2.1/pkg/common/util/testdata/ 19:10:52 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:10:52 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:10:52 spire-1.2.1/pkg/common/version/ 19:10:52 spire-1.2.1/pkg/common/version/version.go 19:10:52 spire-1.2.1/pkg/common/x509svid/ 19:10:52 spire-1.2.1/pkg/common/x509svid/common_test.go 19:10:52 spire-1.2.1/pkg/common/x509svid/csr.go 19:10:52 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:10:52 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:10:52 spire-1.2.1/pkg/common/x509util/ 19:10:52 spire-1.2.1/pkg/common/x509util/cert.go 19:10:52 spire-1.2.1/pkg/common/x509util/dns.go 19:10:52 spire-1.2.1/pkg/common/x509util/dns_test.go 19:10:52 spire-1.2.1/pkg/common/x509util/keyid.go 19:10:52 spire-1.2.1/pkg/common/x509util/keypair.go 19:10:52 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:10:52 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:10:52 spire-1.2.1/pkg/server/ 19:10:52 spire-1.2.1/pkg/server/api/ 19:10:52 spire-1.2.1/pkg/server/api/agent.go 19:10:52 spire-1.2.1/pkg/server/api/agent/ 19:10:52 spire-1.2.1/pkg/server/api/agent/v1/ 19:10:52 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:10:52 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:10:52 spire-1.2.1/pkg/server/api/agent_test.go 19:10:52 spire-1.2.1/pkg/server/api/api.go 19:10:52 spire-1.2.1/pkg/server/api/audit/ 19:10:52 spire-1.2.1/pkg/server/api/audit/audit.go 19:10:52 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:10:52 spire-1.2.1/pkg/server/api/bundle.go 19:10:52 spire-1.2.1/pkg/server/api/bundle/ 19:10:52 spire-1.2.1/pkg/server/api/bundle/v1/ 19:10:52 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:10:52 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:10:52 spire-1.2.1/pkg/server/api/bundle_test.go 19:10:52 spire-1.2.1/pkg/server/api/debug/ 19:10:52 spire-1.2.1/pkg/server/api/debug/v1/ 19:10:52 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:10:52 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:10:52 spire-1.2.1/pkg/server/api/entry.go 19:10:52 spire-1.2.1/pkg/server/api/entry/ 19:10:52 spire-1.2.1/pkg/server/api/entry/v1/ 19:10:52 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:10:52 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:10:52 spire-1.2.1/pkg/server/api/entry_test.go 19:10:52 spire-1.2.1/pkg/server/api/health/ 19:10:52 spire-1.2.1/pkg/server/api/health/v1/ 19:10:52 spire-1.2.1/pkg/server/api/health/v1/service.go 19:10:52 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:10:52 spire-1.2.1/pkg/server/api/id.go 19:10:52 spire-1.2.1/pkg/server/api/id_test.go 19:10:52 spire-1.2.1/pkg/server/api/limits/ 19:10:52 spire-1.2.1/pkg/server/api/limits/limits.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/ 19:10:52 spire-1.2.1/pkg/server/api/middleware/alias.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/audit.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/caller.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/common.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/entries.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:10:52 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:10:52 spire-1.2.1/pkg/server/api/ratelimit.go 19:10:52 spire-1.2.1/pkg/server/api/rpccontext/ 19:10:52 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:10:52 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:10:52 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:10:52 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:10:52 spire-1.2.1/pkg/server/api/selector.go 19:10:52 spire-1.2.1/pkg/server/api/selector_test.go 19:10:52 spire-1.2.1/pkg/server/api/status.go 19:10:52 spire-1.2.1/pkg/server/api/status_test.go 19:10:52 spire-1.2.1/pkg/server/api/svid/ 19:10:52 spire-1.2.1/pkg/server/api/svid/v1/ 19:10:52 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:10:52 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:10:52 spire-1.2.1/pkg/server/api/trustdomain.go 19:10:52 spire-1.2.1/pkg/server/api/trustdomain/ 19:10:52 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:10:52 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:10:52 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:10:52 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:10:52 spire-1.2.1/pkg/server/authpolicy/ 19:10:52 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:10:52 spire-1.2.1/pkg/server/authpolicy/policy.go 19:10:52 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:10:52 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:10:52 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:10:52 spire-1.2.1/pkg/server/authpolicy/validate.go 19:10:52 spire-1.2.1/pkg/server/bundle/ 19:10:52 spire-1.2.1/pkg/server/bundle/client/ 19:10:52 spire-1.2.1/pkg/server/bundle/client/client.go 19:10:52 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:10:52 spire-1.2.1/pkg/server/bundle/client/manager.go 19:10:52 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:10:52 spire-1.2.1/pkg/server/bundle/client/sources.go 19:10:52 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:10:52 spire-1.2.1/pkg/server/bundle/client/updater.go 19:10:52 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:10:52 spire-1.2.1/pkg/server/ca/ 19:10:52 spire-1.2.1/pkg/server/ca/ca.go 19:10:52 spire-1.2.1/pkg/server/ca/ca_health.go 19:10:52 spire-1.2.1/pkg/server/ca/ca_test.go 19:10:52 spire-1.2.1/pkg/server/ca/journal.go 19:10:52 spire-1.2.1/pkg/server/ca/journal_test.go 19:10:52 spire-1.2.1/pkg/server/ca/manager.go 19:10:52 spire-1.2.1/pkg/server/ca/manager_health.go 19:10:52 spire-1.2.1/pkg/server/ca/manager_test.go 19:10:52 spire-1.2.1/pkg/server/ca/templates.go 19:10:52 spire-1.2.1/pkg/server/ca/upstream_client.go 19:10:52 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:10:52 spire-1.2.1/pkg/server/ca/validation.go 19:10:52 spire-1.2.1/pkg/server/cache/ 19:10:52 spire-1.2.1/pkg/server/cache/dscache/ 19:10:52 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:10:52 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:10:52 spire-1.2.1/pkg/server/cache/entrycache/ 19:10:52 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:10:52 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:10:52 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:10:52 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:10:52 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:10:52 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:10:52 spire-1.2.1/pkg/server/catalog/ 19:10:52 spire-1.2.1/pkg/server/catalog/catalog.go 19:10:52 spire-1.2.1/pkg/server/catalog/keymanager.go 19:10:52 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:10:52 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:10:52 spire-1.2.1/pkg/server/catalog/notifier.go 19:10:52 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:10:52 spire-1.2.1/pkg/server/config.go 19:10:52 spire-1.2.1/pkg/server/datastore/ 19:10:52 spire-1.2.1/pkg/server/datastore/datastore.go 19:10:52 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:10:52 spire-1.2.1/pkg/server/datastore/repository.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:10:52 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:10:52 spire-1.2.1/pkg/server/endpoints/ 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/ 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:10:52 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:10:52 spire-1.2.1/pkg/server/endpoints/config.go 19:10:52 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:10:52 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:10:52 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:10:52 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:10:52 spire-1.2.1/pkg/server/endpoints/middleware.go 19:10:52 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:10:52 spire-1.2.1/pkg/server/hostservice/ 19:10:52 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:10:52 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:10:52 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:10:52 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:10:52 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:10:52 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:10:52 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:10:52 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/ 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/ 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:10:52 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:10:52 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:10:52 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:10:52 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:10:52 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:10:52 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:10:52 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:10:52 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:10:52 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/ 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:10:52 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:10:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:10:52 spire-1.2.1/pkg/server/registration/ 19:10:52 spire-1.2.1/pkg/server/registration/manager.go 19:10:52 spire-1.2.1/pkg/server/registration/manager_test.go 19:10:52 spire-1.2.1/pkg/server/scanentries.go 19:10:52 spire-1.2.1/pkg/server/scanentries_test.go 19:10:52 spire-1.2.1/pkg/server/server.go 19:10:52 spire-1.2.1/pkg/server/server_test.go 19:10:52 spire-1.2.1/pkg/server/svid/ 19:10:52 spire-1.2.1/pkg/server/svid/observer.go 19:10:52 spire-1.2.1/pkg/server/svid/observer_test.go 19:10:52 spire-1.2.1/pkg/server/svid/rotator.go 19:10:52 spire-1.2.1/pkg/server/svid/rotator_config.go 19:10:52 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:10:52 spire-1.2.1/pkg/server/svid/rotator_test.go 19:10:52 spire-1.2.1/proto/ 19:10:52 spire-1.2.1/proto/private/ 19:10:52 spire-1.2.1/proto/private/server/ 19:10:52 spire-1.2.1/proto/private/server/journal/ 19:10:52 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:10:52 spire-1.2.1/proto/private/server/journal/journal.proto 19:10:52 spire-1.2.1/proto/spire/ 19:10:52 spire-1.2.1/proto/spire/common/ 19:10:52 spire-1.2.1/proto/spire/common/common.pb.go 19:10:52 spire-1.2.1/proto/spire/common/common.proto 19:10:52 spire-1.2.1/proto/spire/common/plugin/ 19:10:52 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:10:52 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:10:52 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:10:52 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:10:52 spire-1.2.1/proto/spire/plugin/ 19:10:52 spire-1.2.1/proto/spire/plugin/agent/ 19:10:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:10:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:10:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:10:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:10:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:10:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:10:52 spire-1.2.1/release/ 19:10:52 spire-1.2.1/release/spire-extras/ 19:10:52 spire-1.2.1/release/spire-extras/README.md 19:10:52 spire-1.2.1/release/spire-extras/conf/ 19:10:52 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:10:52 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:10:52 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:10:52 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:10:52 spire-1.2.1/release/spire/ 19:10:52 spire-1.2.1/release/spire/README.md 19:10:52 spire-1.2.1/release/spire/conf/ 19:10:52 spire-1.2.1/release/spire/conf/agent/ 19:10:52 spire-1.2.1/release/spire/conf/agent/agent.conf 19:10:52 spire-1.2.1/release/spire/conf/server/ 19:10:52 spire-1.2.1/release/spire/conf/server/server.conf 19:10:52 spire-1.2.1/script/ 19:10:52 spire-1.2.1/script/build-artifact.sh 19:10:52 spire-1.2.1/script/generate_dummy_ca.sh 19:10:52 spire-1.2.1/support/ 19:10:52 spire-1.2.1/support/k8s/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:10:52 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/ 19:10:52 spire-1.2.1/support/oidc-discovery-provider/README.md 19:10:52 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/config.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/main.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:10:52 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:10:52 spire-1.2.1/test/ 19:10:52 spire-1.2.1/test/clock/ 19:10:52 spire-1.2.1/test/clock/clock.go 19:10:52 spire-1.2.1/test/fakes/ 19:10:52 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:10:52 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:10:52 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:10:52 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:10:52 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:10:52 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:10:52 spire-1.2.1/test/fakes/fakeagentstore/ 19:10:52 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:10:52 spire-1.2.1/test/fakes/fakedatastore/ 19:10:52 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:10:52 spire-1.2.1/test/fakes/fakeentryclient/ 19:10:52 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:10:52 spire-1.2.1/test/fakes/fakehealthchecker/ 19:10:52 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:10:52 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:10:52 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:10:52 spire-1.2.1/test/fakes/fakemetrics/ 19:10:52 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:10:52 spire-1.2.1/test/fakes/fakenoderesolver/ 19:10:52 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:10:52 spire-1.2.1/test/fakes/fakenotifier/ 19:10:52 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:10:52 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:10:52 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:10:52 spire-1.2.1/test/fakes/fakeserverca/ 19:10:52 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:10:52 spire-1.2.1/test/fakes/fakeservercatalog/ 19:10:52 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:10:52 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:10:52 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:10:52 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:10:52 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:10:52 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:10:52 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:10:52 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:10:52 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:10:52 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:10:52 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:10:52 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:10:52 spire-1.2.1/test/fixture/ 19:10:52 spire-1.2.1/test/fixture/certs/ 19:10:52 spire-1.2.1/test/fixture/certs/agent_svid.der 19:10:52 spire-1.2.1/test/fixture/certs/base_cert.pem 19:10:52 spire-1.2.1/test/fixture/certs/base_csr.pem 19:10:52 spire-1.2.1/test/fixture/certs/base_key.pem 19:10:52 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:10:52 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:10:52 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:10:52 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:10:52 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:10:52 spire-1.2.1/test/fixture/certs/blog_key.pem 19:10:52 spire-1.2.1/test/fixture/certs/bundle.der 19:10:52 spire-1.2.1/test/fixture/certs/ca.pem 19:10:52 spire-1.2.1/test/fixture/certs/ca_key.pem 19:10:52 spire-1.2.1/test/fixture/certs/database_cert.pem 19:10:52 spire-1.2.1/test/fixture/certs/database_csr.pem 19:10:52 spire-1.2.1/test/fixture/certs/database_key.pem 19:10:52 spire-1.2.1/test/fixture/certs/node_cert.pem 19:10:52 spire-1.2.1/test/fixture/certs/node_csr.pem 19:10:52 spire-1.2.1/test/fixture/certs/node_key.pem 19:10:52 spire-1.2.1/test/fixture/certs/svid.pem 19:10:52 spire-1.2.1/test/fixture/certs/svid_key.pem 19:10:52 spire-1.2.1/test/fixture/config/ 19:10:52 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:10:52 spire-1.2.1/test/fixture/config/agent_good.conf 19:10:52 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:10:52 spire-1.2.1/test/fixture/config/plugin_good.conf 19:10:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:10:52 spire-1.2.1/test/fixture/config/server_good.conf 19:10:52 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:10:52 spire-1.2.1/test/fixture/fixture.go 19:10:52 spire-1.2.1/test/fixture/nodeattestor/ 19:10:52 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:10:52 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:10:52 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:10:52 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:10:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:10:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:10:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:10:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:10:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:10:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:10:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:10:52 spire-1.2.1/test/fixture/registration/ 19:10:52 spire-1.2.1/test/fixture/registration/entries.json 19:10:52 spire-1.2.1/test/fixture/registration/good-for-update.json 19:10:52 spire-1.2.1/test/fixture/registration/good.json 19:10:52 spire-1.2.1/test/fixture/registration/invalid.json 19:10:52 spire-1.2.1/test/fixture/registration/invalid_json.json 19:10:52 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:10:52 spire-1.2.1/test/integration/ 19:10:52 spire-1.2.1/test/integration/README.md 19:10:52 spire-1.2.1/test/integration/common 19:10:52 spire-1.2.1/test/integration/setup/ 19:10:52 spire-1.2.1/test/integration/setup/adminclient/ 19:10:52 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:10:52 spire-1.2.1/test/integration/setup/adminclient/client.go 19:10:52 spire-1.2.1/test/integration/setup/debugagent/ 19:10:52 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:10:52 spire-1.2.1/test/integration/setup/debugagent/main.go 19:10:52 spire-1.2.1/test/integration/setup/debugserver/ 19:10:52 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:10:52 spire-1.2.1/test/integration/setup/debugserver/main.go 19:10:52 spire-1.2.1/test/integration/setup/downstreamclient/ 19:10:52 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:10:52 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:10:52 spire-1.2.1/test/integration/setup/itclient/ 19:10:52 spire-1.2.1/test/integration/setup/itclient/client.go 19:10:52 spire-1.2.1/test/integration/setup/node-attestation/ 19:10:52 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:10:52 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:10:52 spire-1.2.1/test/integration/setup/x509pop/ 19:10:52 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:10:52 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:10:52 spire-1.2.1/test/integration/suites/ 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:10:52 spire-1.2.1/test/integration/suites/join-token/ 19:10:52 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:10:52 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:10:52 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:10:52 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:10:52 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:10:52 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:10:52 spire-1.2.1/test/integration/suites/join-token/README.md 19:10:52 spire-1.2.1/test/integration/suites/join-token/conf/ 19:10:52 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:10:52 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/join-token/teardown 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:10:52 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:10:52 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:10:52 spire-1.2.1/test/integration/suites/k8s/ 19:10:52 spire-1.2.1/test/integration/suites/k8s/00-setup 19:10:52 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:10:52 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:10:52 spire-1.2.1/test/integration/suites/k8s/README.md 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/ 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:10:52 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:10:52 spire-1.2.1/test/integration/suites/k8s/teardown 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/ 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:10:52 spire-1.2.1/test/integration/suites/rotation/ 19:10:52 spire-1.2.1/test/integration/suites/rotation/00-setup 19:10:52 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:10:52 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:10:52 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:10:52 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:10:52 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:10:52 spire-1.2.1/test/integration/suites/rotation/README.md 19:10:52 spire-1.2.1/test/integration/suites/rotation/conf/ 19:10:52 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:10:52 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/rotation/teardown 19:10:52 spire-1.2.1/test/integration/suites/self-test/ 19:10:52 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:10:52 spire-1.2.1/test/integration/suites/self-test/README.md 19:10:52 spire-1.2.1/test/integration/suites/self-test/teardown 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:10:52 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:10:52 spire-1.2.1/test/integration/suites/upgrade/ 19:10:52 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:10:52 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:10:52 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:10:52 spire-1.2.1/test/integration/suites/upgrade/README.md 19:10:52 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:10:52 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:10:52 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:10:52 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:10:52 spire-1.2.1/test/integration/suites/upgrade/teardown 19:10:52 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:10:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:10:52 spire-1.2.1/test/integration/test-one.sh 19:10:52 spire-1.2.1/test/integration/test.sh 19:10:52 spire-1.2.1/test/plugintest/ 19:10:52 spire-1.2.1/test/plugintest/config.go 19:10:52 spire-1.2.1/test/plugintest/load.go 19:10:52 spire-1.2.1/test/plugintest/option.go 19:10:52 spire-1.2.1/test/spiretest/ 19:10:52 spire-1.2.1/test/spiretest/apiserver.go 19:10:52 spire-1.2.1/test/spiretest/assertions.go 19:10:52 spire-1.2.1/test/spiretest/dir.go 19:10:52 spire-1.2.1/test/spiretest/errors_posix.go 19:10:52 spire-1.2.1/test/spiretest/errors_windows.go 19:10:52 spire-1.2.1/test/spiretest/logs.go 19:10:52 spire-1.2.1/test/spiretest/socketapi.go 19:10:52 spire-1.2.1/test/spiretest/suite.go 19:10:52 spire-1.2.1/test/spiretest/x509.go 19:10:52 spire-1.2.1/test/testca/ 19:10:52 spire-1.2.1/test/testca/ca.go 19:10:52 spire-1.2.1/test/testkey/ 19:10:52 spire-1.2.1/test/testkey/generate.sh 19:10:52 spire-1.2.1/test/testkey/genkeys.go 19:10:52 spire-1.2.1/test/testkey/keys.go 19:10:52 spire-1.2.1/test/testkey/new.go 19:10:52 spire-1.2.1/test/tpmsimulator/ 19:10:52 spire-1.2.1/test/tpmsimulator/simulator.go 19:10:52 spire-1.2.1/test/util/ 19:10:52 spire-1.2.1/test/util/cert_fixtures.go 19:10:52 spire-1.2.1/test/util/cert_generation.go 19:10:52 spire-1.2.1/test/util/io_redirection.go 19:10:52 spire-1.2.1/test/util/race.go 19:10:52 spire-1.2.1/test/util/util.go 19:10:52 building spire from source... 19:10:52 Installing go1.17.7... 19:10:54 3f3a8bcf1eab: Pull complete 19:10:54 0c92f367c5e7: Pull complete 19:10:54 f7c0051592d6: Pull complete 19:10:54 a227ed2f7395: Pull complete 19:10:54 Building bin/spire-server... 19:10:54 go: downloading github.com/mitchellh/cli v1.1.2 19:10:54 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:10:54 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:10:54 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:10:54 go: downloading google.golang.org/grpc v1.44.0 19:10:54 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:10:54 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:10:54 Building bin/spire-server... 19:10:54 go: downloading github.com/mitchellh/cli v1.1.2 19:10:54 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:10:54 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:10:54 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:10:54 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:10:54 go: downloading github.com/imdario/mergo v0.3.12 19:10:54 go: downloading github.com/sirupsen/logrus v1.8.1 19:10:55 go: downloading github.com/imdario/mergo v0.3.12 19:10:55 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:10:55 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:10:55 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:10:55 go: downloading github.com/sirupsen/logrus v1.8.1 19:10:55 go: downloading github.com/fatih/color v1.13.0 19:10:55 go: downloading github.com/mattn/go-isatty v0.0.14 19:10:55 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:10:55 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:10:55 go: downloading google.golang.org/grpc v1.44.0 19:10:55 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:10:55 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:10:55 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:10:55 go: downloading github.com/fatih/color v1.13.0 19:10:55 go: downloading github.com/mattn/go-isatty v0.0.14 19:10:55 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:10:55 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:10:55 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:10:55 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:10:55 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:10:55 go: downloading github.com/open-policy-agent/opa v0.38.0 19:10:55 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:10:55 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:10:55 go: downloading github.com/armon/go-metrics v0.3.10 19:10:55 go: downloading github.com/prometheus/client_golang v1.12.1 19:10:55 go: downloading github.com/armon/go-metrics v0.3.10 19:10:55 go: downloading github.com/prometheus/client_golang v1.12.1 19:10:55 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:10:55 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:10:55 go: downloading github.com/mattn/go-colorable v0.1.12 19:10:55 go: downloading github.com/Masterminds/goutils v1.1.0 19:10:55 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:10:55 go: downloading github.com/Masterminds/semver v1.5.0 19:10:55 go: downloading github.com/google/uuid v1.1.2 19:10:55 go: downloading github.com/huandu/xstrings v1.3.2 19:10:55 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:10:55 go: downloading github.com/oklog/run v1.0.0 19:10:55 go: downloading github.com/imkira/go-observer v1.0.3 19:10:55 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:10:55 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:10:55 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:10:55 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:10:55 go: downloading github.com/open-policy-agent/opa v0.38.0 19:10:55 go: downloading github.com/prometheus/client_model v0.2.0 19:10:55 go: downloading github.com/prometheus/common v0.32.1 19:10:55 go: downloading github.com/beorn7/perks v1.0.1 19:10:55 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:10:55 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:10:55 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:10:55 go: downloading github.com/mattn/go-colorable v0.1.12 19:10:55 go: downloading github.com/Masterminds/goutils v1.1.0 19:10:55 go: downloading github.com/prometheus/procfs v0.7.3 19:10:55 go: downloading github.com/Masterminds/semver v1.5.0 19:10:55 go: downloading github.com/pkg/errors v0.9.1 19:10:55 go: downloading github.com/google/uuid v1.1.2 19:10:55 go: downloading github.com/huandu/xstrings v1.3.2 19:10:55 go: downloading go.uber.org/atomic v1.9.0 19:10:55 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:10:55 go: downloading github.com/oklog/run v1.0.0 19:10:55 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:10:55 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:10:55 go: downloading github.com/prometheus/client_model v0.2.0 19:10:55 go: downloading github.com/prometheus/common v0.32.1 19:10:55 go: downloading github.com/beorn7/perks v1.0.1 19:10:55 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:10:55 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:10:56 go: downloading github.com/hashicorp/errwrap v1.1.0 19:10:56 go: downloading github.com/prometheus/procfs v0.7.3 19:10:56 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:10:56 go: downloading github.com/imkira/go-observer v1.0.3 19:10:56 go: downloading github.com/pkg/errors v0.9.1 19:10:56 go: downloading github.com/blang/semver/v4 v4.0.0 19:10:56 go: downloading go.uber.org/atomic v1.9.0 19:10:56 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:10:56 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:10:56 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:10:56 go: downloading github.com/hashicorp/errwrap v1.1.0 19:10:56 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:10:56 go: downloading github.com/jinzhu/gorm v1.9.16 19:10:56 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:10:56 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:10:56 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:10:56 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:10:56 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:10:56 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:10:56 go: downloading github.com/blang/semver/v4 v4.0.0 19:10:56 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:10:56 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:10:56 go: downloading github.com/jinzhu/gorm v1.9.16 19:10:56 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:10:56 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:10:56 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:10:56 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:10:56 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:10:58 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:10:58 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:10:58 go: downloading github.com/stretchr/testify v1.7.0 19:10:58 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:10:58 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:10:58 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:10:58 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:10:58 go: downloading github.com/stretchr/testify v1.7.0 19:10:58 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:10:58 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:10:58 Building bin/spire-server... 19:10:58 go: downloading github.com/mitchellh/cli v1.1.2 19:10:58 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:10:58 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:10:58 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:10:58 go: downloading google.golang.org/grpc v1.44.0 19:10:59 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:10:59 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:10:59 go: downloading github.com/imdario/mergo v0.3.12 19:10:59 go: downloading github.com/sirupsen/logrus v1.8.1 19:10:59 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:10:59 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:10:59 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:10:59 go: downloading github.com/fatih/color v1.13.0 19:10:59 go: downloading github.com/mattn/go-isatty v0.0.14 19:10:59 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:10:59 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:10:59 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:10:59 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:10:59 go: downloading github.com/armon/go-metrics v0.3.10 19:10:59 go: downloading github.com/prometheus/client_golang v1.12.1 19:10:59 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:10:59 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:10:59 go: downloading github.com/open-policy-agent/opa v0.38.0 19:10:59 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:10:59 7b1c46037f91: Pull complete 19:10:59 go: downloading github.com/Masterminds/goutils v1.1.0 19:10:59 go: downloading github.com/mattn/go-colorable v0.1.12 19:10:59 go: downloading github.com/Masterminds/semver v1.5.0 19:10:59 go: downloading github.com/google/uuid v1.1.2 19:10:59 go: downloading github.com/huandu/xstrings v1.3.2 19:10:59 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:10:59 go: downloading github.com/oklog/run v1.0.0 19:10:59 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:10:59 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:10:59 go: downloading github.com/prometheus/client_model v0.2.0 19:10:59 go: downloading github.com/prometheus/common v0.32.1 19:10:59 go: downloading github.com/beorn7/perks v1.0.1 19:10:59 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:10:59 go: downloading github.com/prometheus/procfs v0.7.3 19:10:59 go: downloading github.com/imkira/go-observer v1.0.3 19:10:59 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:10:59 go: downloading github.com/pkg/errors v0.9.1 19:10:59 go: downloading go.uber.org/atomic v1.9.0 19:10:59 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 19:10:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:10:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:11:00 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:11:00 go: downloading github.com/hashicorp/errwrap v1.1.0 19:11:00 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:11:00 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:11:00 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:11:00 go: downloading github.com/blang/semver/v4 v4.0.0 19:11:00 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:11:00 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:11:00 go: downloading github.com/jinzhu/gorm v1.9.16 19:11:00 + docker build -t+ ci-base-image-arm64 -f - .echo 19:11:00 FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:11:00 WORKDIR /edgex 19:11:00 COPY go.mod . 19:11:00 RUN go mod download 19:11:00 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:11:00 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:11:00 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:11:00 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:11:02 go: downloading google.golang.org/api v0.70.0 19:11:02 go: downloading k8s.io/client-go v0.23.4 19:11:02 go: downloading k8s.io/api v0.23.4 19:11:02 go: downloading github.com/google/go-tpm v0.3.3 19:11:02 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:11:02 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:11:02 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:11:02 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:11:02 go: downloading cloud.google.com/go/storage v1.21.0 19:11:02 go: downloading google.golang.org/api v0.70.0 19:11:02 go: downloading k8s.io/client-go v0.23.4 19:11:02 go: downloading k8s.io/api v0.23.4 19:11:02 go: downloading github.com/google/go-tpm v0.3.3 19:11:02 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:11:02 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:11:02 go: downloading cloud.google.com/go v0.100.2 19:11:02 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:11:03 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:11:03 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:11:03 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:11:03 go: downloading github.com/stretchr/testify v1.7.0 19:11:03 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:11:03 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:11:03 go: downloading cloud.google.com/go/storage v1.21.0 19:11:03 go: downloading cloud.google.com/go v0.100.2 19:11:03 Sending build context to Docker daemon 169.1MB 19:11:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:11:03 ---> f79e39bc4007 19:11:03 Step 2/4 : WORKDIR /edgex 19:11:04 go: downloading k8s.io/apimachinery v0.23.4 19:11:04 go: downloading k8s.io/apimachinery v0.23.4 19:11:04 go: downloading k8s.io/kube-aggregator v0.23.3 19:11:04 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:11:04 go: downloading cloud.google.com/go/security v1.3.0 19:11:04 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:11:04 go: downloading github.com/hashicorp/vault/api v1.4.1 19:11:04 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:11:04 go: downloading cloud.google.com/go/security v1.3.0 19:11:04 go: downloading github.com/hashicorp/vault/api v1.4.1 19:11:04 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:11:04 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:11:04 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:11:04 go: downloading github.com/twmb/murmur3 v1.1.6 19:11:04 go: downloading github.com/jinzhu/inflection v1.0.0 19:11:04 go: downloading github.com/aws/smithy-go v1.11.0 19:11:04 go: downloading k8s.io/kube-aggregator v0.23.3 19:11:05 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:11:05 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:11:05 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:11:05 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:11:05 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:11:05 go: downloading github.com/twmb/murmur3 v1.1.6 19:11:05 go: downloading github.com/jinzhu/inflection v1.0.0 19:11:05 go: downloading github.com/aws/smithy-go v1.11.0 19:11:05 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:11:05 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:11:05 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:11:05 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:11:05 go: downloading github.com/dimchansky/utfbom v1.1.1 19:11:05 go: downloading cloud.google.com/go/compute v1.3.0 19:11:05 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:11:05 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:11:05 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:11:05 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:11:05 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:11:05 go: downloading cloud.google.com/go/iam v0.1.1 19:11:05 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:11:05 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:11:05 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:11:05 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:11:05 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:11:05 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:11:05 go: downloading github.com/dimchansky/utfbom v1.1.1 19:11:05 go: downloading cloud.google.com/go/compute v1.3.0 19:11:05 go: downloading cloud.google.com/go/iam v0.1.1 19:11:05 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:11:05 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:11:05 ---> Running in 298bd4236611 19:11:05 Removing intermediate container 298bd4236611 19:11:05 ---> 887821decba7 19:11:05 Step 3/4 : COPY go.mod . 19:11:06 ---> 94e3be0f1ccf 19:11:06 Step 4/4 : RUN go mod download 19:11:06 ---> Running in df575f38d65a 19:11:07 go: downloading google.golang.org/api v0.70.0 19:11:07 go: downloading k8s.io/client-go v0.23.4 19:11:07 go: downloading k8s.io/api v0.23.4 19:11:07 go: downloading github.com/google/go-tpm v0.3.3 19:11:07 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:11:07 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:11:07 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:11:07 go: downloading github.com/gogo/protobuf v1.3.2 19:11:07 go: downloading k8s.io/klog/v2 v2.30.0 19:11:07 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:11:07 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:11:07 go: downloading github.com/spf13/pflag v1.0.5 19:11:07 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:11:07 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:11:07 go: downloading cloud.google.com/go/storage v1.21.0 19:11:07 go: downloading github.com/google/gofuzz v1.1.0 19:11:07 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:11:07 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:11:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:11:07 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:11:07 go: downloading cloud.google.com/go v0.100.2 19:11:08 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:11:08 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:11:08 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:11:08 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:11:08 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:11:08 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:11:08 go: downloading gopkg.in/yaml.v2 v2.4.0 19:11:08 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:11:08 go: downloading github.com/gobwas/glob v0.2.3 19:11:08 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:11:08 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:11:08 go: downloading github.com/gogo/protobuf v1.3.2 19:11:08 go: downloading github.com/google/gofuzz v1.1.0 19:11:08 go: downloading k8s.io/klog/v2 v2.30.0 19:11:08 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:11:08 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:11:08 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:11:08 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:11:08 go: downloading go.opencensus.io v0.23.0 19:11:08 go: downloading github.com/spf13/pflag v1.0.5 19:11:08 go: downloading gopkg.in/inf.v0 v0.9.1 19:11:08 go: downloading k8s.io/apimachinery v0.23.4 19:11:08 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:11:08 go: downloading github.com/googleapis/gnostic v0.5.5 19:11:08 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:11:08 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:11:08 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:11:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:11:08 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:11:08 go: downloading github.com/go-logr/logr v1.2.2 19:11:08 go: downloading github.com/json-iterator/go v1.1.12 19:11:08 go: downloading github.com/google/go-cmp v0.5.7 19:11:08 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:11:08 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:11:08 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:11:09 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:11:09 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:11:09 go: downloading go.uber.org/zap v1.21.0 19:11:09 go: downloading k8s.io/kube-aggregator v0.23.3 19:11:09 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:11:09 go: downloading github.com/tklauser/numcpus v0.3.0 19:11:09 go: downloading sigs.k8s.io/yaml v1.3.0 19:11:09 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:11:09 go: downloading cloud.google.com/go/security v1.3.0 19:11:09 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:11:09 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:11:09 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:11:09 go: downloading github.com/modern-go/reflect2 v1.0.2 19:11:09 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:11:09 go: downloading github.com/golang/snappy v0.0.4 19:11:09 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:11:09 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:11:09 go: downloading github.com/hashicorp/vault/api v1.4.1 19:11:09 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:11:09 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:11:09 go: downloading gopkg.in/yaml.v2 v2.4.0 19:11:09 go: downloading github.com/hashicorp/go-version v1.2.0 19:11:09 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:11:09 go: downloading github.com/ryanuber/go-glob v1.0.0 19:11:09 go: downloading go.uber.org/multierr v1.6.0 19:11:09 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:11:09 go: downloading github.com/gobwas/glob v0.2.3 19:11:09 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:11:09 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:11:09 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:11:09 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:11:09 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:11:09 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:11:09 go: downloading go.opencensus.io v0.23.0 19:11:09 go: downloading gopkg.in/inf.v0 v0.9.1 19:11:09 go: downloading github.com/google/go-cmp v0.5.7 19:11:09 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:11:09 go: downloading github.com/twmb/murmur3 v1.1.6 19:11:09 go: downloading github.com/go-logr/logr v1.2.2 19:11:09 go: downloading github.com/json-iterator/go v1.1.12 19:11:09 go: downloading github.com/jinzhu/inflection v1.0.0 19:11:09 go: downloading github.com/aws/smithy-go v1.11.0 19:11:09 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:11:09 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:11:09 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:11:09 go: downloading github.com/googleapis/gnostic v0.5.5 19:11:09 go: downloading go.uber.org/zap v1.21.0 19:11:09 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:11:09 go: downloading github.com/tklauser/numcpus v0.3.0 19:11:09 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:11:09 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:11:09 go: downloading sigs.k8s.io/yaml v1.3.0 19:11:09 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:11:09 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:11:09 go: downloading github.com/modern-go/reflect2 v1.0.2 19:11:09 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:11:09 go: downloading github.com/golang/snappy v0.0.4 19:11:09 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:11:09 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:11:09 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:11:10 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:11:10 go: downloading github.com/hashicorp/go-version v1.2.0 19:11:10 go: downloading github.com/ryanuber/go-glob v1.0.0 19:11:10 go: downloading go.uber.org/multierr v1.6.0 19:11:10 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:11:10 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:11:10 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:11:10 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:11:10 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:11:10 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:11:10 go: downloading github.com/dimchansky/utfbom v1.1.1 19:11:10 go: downloading cloud.google.com/go/compute v1.3.0 19:11:11 go: downloading cloud.google.com/go/iam v0.1.1 19:11:11 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:11:11 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:11:13 go: downloading github.com/gogo/protobuf v1.3.2 19:11:13 go: downloading k8s.io/klog/v2 v2.30.0 19:11:13 go: downloading github.com/google/gofuzz v1.1.0 19:11:13 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:11:13 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:11:13 go: downloading github.com/spf13/pflag v1.0.5 19:11:13 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:11:13 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:11:13 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:11:13 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:11:13 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:11:13 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:11:13 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:11:13 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:11:13 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:11:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:11:13 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:11:13 go: downloading gopkg.in/yaml.v2 v2.4.0 19:11:13 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:11:13 go: downloading github.com/gobwas/glob v0.2.3 19:11:14 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:11:14 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:11:14 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:11:14 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:11:14 go: downloading go.opencensus.io v0.23.0 19:11:14 go: downloading gopkg.in/inf.v0 v0.9.1 19:11:14 go: downloading github.com/google/go-cmp v0.5.7 19:11:14 go: downloading github.com/googleapis/gnostic v0.5.5 19:11:14 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:11:14 go: downloading github.com/go-logr/logr v1.2.2 19:11:14 go: downloading github.com/json-iterator/go v1.1.12 19:11:14 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:11:14 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:11:14 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:11:14 go: downloading go.uber.org/zap v1.21.0 19:11:14 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:11:14 go: downloading github.com/tklauser/numcpus v0.3.0 19:11:14 go: downloading sigs.k8s.io/yaml v1.3.0 19:11:14 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:11:14 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:11:14 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:11:14 go: downloading github.com/hashicorp/go-version v1.2.0 19:11:14 go: downloading github.com/golang/snappy v0.0.4 19:11:14 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:11:14 go: downloading github.com/ryanuber/go-glob v1.0.0 19:11:14 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:11:14 go: downloading github.com/modern-go/reflect2 v1.0.2 19:11:14 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:11:14 go: downloading go.uber.org/multierr v1.6.0 19:11:16 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:11:16 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:11:18 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:11:18 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:11:20 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 19:11:20 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:11:20 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:11:42 Removing intermediate container b42b25d3845f 19:11:42 ---> a8fa5345f43f 19:11:42 19:11:42 Step 10/22 : FROM alpine:3.14 19:11:42 ---> e04c818066af 19:11:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:11:42 Removing intermediate container dab6aee04ffc 19:11:42 ---> 6dad433f7ba1 19:11:42 19:11:42 Step 10/22 : FROM alpine:3.14 19:11:42 ---> e04c818066af 19:11:42 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:11:42 ---> Running in d2a6204ecb76 19:11:42 ---> Running in ad3d4f1a6870 19:11:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:11:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:11:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:11:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:11:42 (1/6) Installing ca-certificates (20211220-r0) 19:11:42 (1/2) Installing ca-certificates (20211220-r0) 19:11:43 (2/6) Installing brotli-libs (1.0.9-r5) 19:11:43 (2/2) Installing dumb-init (1.2.5-r1) 19:11:43 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:11:43 Executing busybox-1.33.1-r7.trigger 19:11:43 (4/6) Installing libcurl (7.79.1-r0) 19:11:43 Executing ca-certificates-20211220-r0.trigger 19:11:43 (5/6) Installing curl (7.79.1-r0) 19:11:43 (6/6) Installing dumb-init (1.2.5-r1) 19:11:43 Executing busybox-1.33.1-r7.trigger 19:11:43 Executing ca-certificates-20211220-r0.trigger 19:11:43 OK: 6 MiB in 16 packages 19:11:43 OK: 8 MiB in 20 packages 19:11:44 Removing intermediate container d2a6204ecb76 19:11:44 ---> b9abe887793d 19:11:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:11:44 Removing intermediate container ad3d4f1a6870 19:11:44 ---> 4d26e8eef5e4 19:11:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:44 ---> Running in 170a598d89ee 19:11:44 ---> Running in 3cd319cb94aa 19:11:45 Removing intermediate container 170a598d89ee 19:11:45 ---> d3430e84c3d9 19:11:45 Step 13/22 : ENV APP_PORT=59860 19:11:45 Removing intermediate container 3cd319cb94aa 19:11:45 ---> 3a893d2581d2 19:11:45 Step 13/22 : WORKDIR /edgex 19:11:45 ---> Running in bc13924586bd 19:11:45 ---> Running in a998a2bc5963 19:11:45 Removing intermediate container bc13924586bd 19:11:45 ---> 4610ff7c10da 19:11:45 Step 14/22 : EXPOSE $APP_PORT 19:11:45 ---> Running in 66f840a88ae8 19:11:45 Removing intermediate container a998a2bc5963 19:11:45 ---> 2ed53b711a6d 19:11:45 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:11:46 Removing intermediate container 66f840a88ae8 19:11:46 ---> ac6eda81fe39 19:11:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:46 ---> 43ea5ec3a79e 19:11:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:11:47 ---> b2ff9eeaed0f 19:11:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:11:48 ---> 9dff92e2248d 19:11:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:11:48 ---> f5672d8bf0f0 19:11:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:11:48 ---> 1301a534677c 19:11:48 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:11:49 ---> Running in a5f9921f4583 19:11:49 Removing intermediate container a5f9921f4583 19:11:49 ---> 1062a7567b65 19:11:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:49 ---> f30f59f30198 19:11:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:11:49 ---> Running in 559dc948d135 19:11:50 Removing intermediate container 559dc948d135 19:11:50 ---> fdd92a348390 19:11:50 Step 20/22 : LABEL arch=x86_64 19:11:50 ---> 3d0aefd68890 19:11:50 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:11:50 ---> Running in 9091b6dd93c7 19:11:50 ---> Running in 152b1104e611 19:11:50 Removing intermediate container 9091b6dd93c7 19:11:50 ---> a9bcbf595474 19:11:50 Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:11:51 ---> Running in aaa60c87e544 19:11:51 Removing intermediate container aaa60c87e544 19:11:51 ---> b6c32987512d 19:11:51 Step 22/22 : LABEL version=0.0.0 19:11:51 ---> Running in be60863025f6 19:11:51 Removing intermediate container be60863025f6 19:11:51 ---> 5a4d4311a2fd 19:11:51 19:11:51 Successfully built 5a4d4311a2fd 19:11:51 Successfully tagged support-notifications:latest 19:11:51  Building support-notifications ... done Building support-scheduler 19:11:52 Removing intermediate container 152b1104e611 19:11:52 ---> bd680b6c3d3d 19:11:52 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:11:53 ---> Running in 7f4b25c30a33 19:11:54 Removing intermediate container 7f4b25c30a33 19:11:54 ---> ddac137428ec 19:11:54 Step 20/22 : LABEL arch=x86_64 19:11:55 ---> Running in 292bb4a6f79c 19:11:55 Removing intermediate container 292bb4a6f79c 19:11:55 ---> 6a9affc98713 19:11:55 Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:11:56 ---> Running in e7b8514f4786 19:11:56 Removing intermediate container e7b8514f4786 19:11:56 ---> 5ebc5bf9dff6 19:11:56 Step 22/22 : LABEL version=0.0.0 19:11:56 ---> Running in 784d2381cf7a 19:11:57 Removing intermediate container 784d2381cf7a 19:11:57 ---> 011e2c4104ca 19:11:57 19:11:57 Successfully built 011e2c4104ca 19:11:57 Successfully tagged security-proxy-setup:latest 19:11:57  Building security-proxy-setup ... done Building core-metadata 19:12:00 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:12:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:00 ---> 521a2af32397 19:12:00 Step 3/22 : WORKDIR /edgex-go 19:12:00 ---> Using cache 19:12:00 ---> 4d5c6043fa7c 19:12:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:00 ---> Using cache 19:12:00 ---> 3a58a4d2355e 19:12:00 Step 5/22 : RUN apk add --update --no-cache make git 19:12:00 ---> Using cache 19:12:00 ---> 063aa5d1afd4 19:12:00 Step 6/22 : COPY go.mod vendor* ./ 19:12:00 ---> Using cache 19:12:00 ---> 0b05584aff3c 19:12:00 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:00 ---> Using cache 19:12:00 ---> 568468e897ff 19:12:00 Step 8/22 : COPY . . 19:12:00 ---> Using cache 19:12:00 ---> a909ece4be5a 19:12:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:12:01 ---> Running in 7ae6051b587f 19:12:02 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 19:12:02 Removing intermediate container df575f38d65a 19:12:02 ---> 47f75f7ae24e 19:12:02 Successfully built 47f75f7ae24e 19:12:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:12:03 + docker inspect -f . ci-base-image-arm64 19:12:03 . [Pipeline] withDockerContainer 19:12:03 prd-ubuntu20.04-docker-arm64-4c-16g-11453 does not seem to be running inside a container 19:12:03 $ 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 19:12:04 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:12:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:04 ---> 521a2af32397 19:12:04 Step 3/23 : WORKDIR /edgex-go 19:12:04 ---> Using cache 19:12:04 ---> 4d5c6043fa7c 19:12:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:04 ---> Using cache 19:12:04 ---> 3a58a4d2355e 19:12:04 Step 5/23 : RUN apk add --update --no-cache make git 19:12:04 ---> Using cache 19:12:04 ---> 063aa5d1afd4 19:12:04 Step 6/23 : COPY go.mod vendor* ./ 19:12:04 ---> Using cache 19:12:04 ---> 0b05584aff3c 19:12:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:04 ---> Using cache 19:12:04 ---> 568468e897ff 19:12:04 Step 8/23 : COPY . . 19:12:04 ---> Using cache 19:12:04 ---> a909ece4be5a 19:12:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:12:05 $ docker top e82e0afa6d04fd9208df02b27209c0a91260f855be9f1541666f1ad111384918 -eo pid,comm [Pipeline] { [Pipeline] sh 19:12:06 + go version 19:12:06 go version go1.17.6 linux/arm64 [Pipeline] } 19:12:06 $ docker stop --time=1 e82e0afa6d04fd9208df02b27209c0a91260f855be9f1541666f1ad111384918 19:12:06 ---> Running in 85c39430650b 19:12:07 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 19:12:07 $ docker rm -f e82e0afa6d04fd9208df02b27209c0a91260f855be9f1541666f1ad111384918 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:12:08 + docker inspect -f . ci-base-image-arm64 19:12:08 . [Pipeline] withDockerContainer 19:12:08 prd-ubuntu20.04-docker-arm64-4c-16g-11453 does not seem to be running inside a container 19:12:09 $ 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 19:12:10 $ docker top 570e37754a8bbe2907d1e2ec2efa049ed5b01cc9c61c549a13cf741cfae7d361 -eo pid,comm [Pipeline] { [Pipeline] echo 19:12:10 ========================================================= 19:12:10 [edgeXBuildGoParallel] Running Tests and Build... 19:12:10 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:12:11 + make test 19:12:11 go mod tidy -compat=1.17 19:12:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:12:51 ? github.com/edgexfoundry/edgex-go [no test files] 19:13:03 Removing intermediate container 7ae6051b587f 19:13:03 ---> e462a98a5673 19:13:03 19:13:03 Step 10/22 : FROM alpine:3.14 19:13:03 ---> e04c818066af 19:13:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:13:03 Removing intermediate container 85c39430650b 19:13:03 ---> 935a5f202a11 19:13:03 19:13:03 Step 10/23 : FROM alpine:3.14 19:13:03 ---> e04c818066af 19:13:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:13:03 ---> Running in bbf7ec8fe888 19:13:03 ---> Running in 51b3d8cab588 19:13:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:13:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:13:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:13:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:13:04 (1/1) Installing dumb-init (1.2.5-r1) 19:13:04 Executing busybox-1.33.1-r7.trigger 19:13:04 OK: 6 MiB in 15 packages 19:13:04 (1/1) Installing dumb-init (1.2.5-r1) 19:13:04 Executing busybox-1.33.1-r7.trigger 19:13:04 OK: 6 MiB in 15 packages 19:13:06 Removing intermediate container 51b3d8cab588 19:13:06 ---> fe0f32bd5e3b 19:13:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:06 Removing intermediate container bbf7ec8fe888 19:13:06 ---> 50a74e719644 19:13:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:06 ---> Running in c2828d81002b 19:13:06 ---> Running in 448e5f4002f6 19:13:06 Removing intermediate container c2828d81002b 19:13:06 ---> 49e24c7a6a69 19:13:06 Step 13/23 : ENV APP_PORT=59881 19:13:06 ---> Running in 0058fff7ad18 19:13:06 Removing intermediate container 448e5f4002f6 19:13:06 ---> c0ede5ad9fd3 19:13:06 Step 13/22 : ENV APP_PORT=59861 19:13:06 ---> Running in 184488bf6931 19:13:07 Removing intermediate container 0058fff7ad18 19:13:07 ---> 3dc8a8394ac8 19:13:07 Step 14/23 : EXPOSE $APP_PORT 19:13:07 ---> Running in 6cd6718d9fa3 19:13:07 Removing intermediate container 184488bf6931 19:13:07 ---> 3ed0b642e185 19:13:07 Step 14/22 : EXPOSE $APP_PORT 19:13:07 ---> Running in ebe6fa4f564d 19:13:07 Removing intermediate container 6cd6718d9fa3 19:13:07 ---> 3a7a818f003f 19:13:07 Step 15/23 : WORKDIR / 19:13:07 ---> Running in 0fde07a79b94 19:13:07 Removing intermediate container ebe6fa4f564d 19:13:07 ---> 2ea628d019ff 19:13:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:07 Removing intermediate container 0fde07a79b94 19:13:07 ---> 1ce9ead931f9 19:13:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:08 ---> 5da648358841 19:13:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:13:08 ---> 00cd662dfa8c 19:13:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:13:11 ---> f37d0846088c 19:13:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:13:11 ---> f996c997263e 19:13:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:13:11 ---> bcde3f6f94b4 19:13:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:13:11 ---> e4c17d2b11e5 19:13:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:13:11 ---> Running in acaa3911d611 19:13:11 ---> Running in 659005d84f3e 19:13:12 Removing intermediate container acaa3911d611 19:13:12 ---> 56b58efa9ff0 19:13:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:12 ---> Running in 9587afca8433 19:13:12 Removing intermediate container 659005d84f3e 19:13:12 ---> 9ac945b26a58 19:13:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:12 ---> Running in a1a6a9976fdf 19:13:12 Removing intermediate container 9587afca8433 19:13:12 ---> 18c260d17d54 19:13:12 Step 21/23 : LABEL arch=x86_64 19:13:13 Removing intermediate container a1a6a9976fdf 19:13:13 ---> d530d655f421 19:13:13 Step 20/22 : LABEL arch=x86_64 19:13:13 ---> Running in 6a38bb85a52e 19:13:13 ---> Running in 8882d9469739 19:13:13 Removing intermediate container 6a38bb85a52e 19:13:13 ---> 9c7488dbc351 19:13:13 Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:13:13 Removing intermediate container 8882d9469739 19:13:13 ---> b29aa9887486 19:13:13 Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:13:13 ---> Running in ddcb230b3a92 19:13:13 ---> Running in 3fdc466c2492 19:13:14 Removing intermediate container 3fdc466c2492 19:13:14 ---> f97c2ae238e3 19:13:14 Step 22/22 : LABEL version=0.0.0 19:13:14 Removing intermediate container ddcb230b3a92 19:13:14 ---> d5de0968792f 19:13:14 Step 23/23 : LABEL version=0.0.0 19:13:14 ---> Running in 8380eb8f5f0d 19:13:14 ---> Running in 428a45eb4bfb 19:13:14 Removing intermediate container 8380eb8f5f0d 19:13:14 ---> 0d93be0a7e03 19:13:14 19:13:14 Removing intermediate container 428a45eb4bfb 19:13:14 ---> 2765e4bba4db 19:13:14 19:13:14 Successfully built 0d93be0a7e03 19:13:14 Successfully tagged support-scheduler:latest 19:13:14 Successfully built 2765e4bba4db 19:13:14  Building support-scheduler ... done Building core-command 19:13:14 Successfully tagged core-metadata:latest 19:13:21  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:21 ---> 521a2af32397 19:13:21 Step 3/23 : WORKDIR /edgex-go 19:13:21 ---> Using cache 19:13:21 ---> 4d5c6043fa7c 19:13:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:21 ---> Using cache 19:13:21 ---> 3a58a4d2355e 19:13:21 Step 5/23 : RUN apk add --update --no-cache make git 19:13:21 ---> Using cache 19:13:21 ---> 063aa5d1afd4 19:13:21 Step 6/23 : COPY go.mod vendor* ./ 19:13:21 ---> Using cache 19:13:21 ---> 0b05584aff3c 19:13:21 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:21 ---> Using cache 19:13:21 ---> 568468e897ff 19:13:21 Step 8/23 : COPY . . 19:13:21 ---> Using cache 19:13:21 ---> a909ece4be5a 19:13:21 Step 9/23 : RUN make cmd/core-command/core-command 19:13:23 ---> Running in b30d826f59c3 19:13:24 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 19:14:03 Removing intermediate container b30d826f59c3 19:14:03 ---> 4a0ae52645f2 19:14:03 19:14:03 Step 10/23 : FROM alpine:3.14 19:14:03 ---> e04c818066af 19:14:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:14:03 ---> Using cache 19:14:03 ---> 50a74e719644 19:14:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:14:03 ---> Using cache 19:14:03 ---> c0ede5ad9fd3 19:14:03 Step 13/23 : ENV APP_PORT=59882 19:14:03 ---> Running in 76d1e7183137 19:14:03 Removing intermediate container 76d1e7183137 19:14:03 ---> 7df4318bfe6a 19:14:03 Step 14/23 : EXPOSE $APP_PORT 19:14:03 ---> Running in 76a01bb5e422 19:14:03 Removing intermediate container 76a01bb5e422 19:14:03 ---> d3d72e06174b 19:14:03 Step 15/23 : WORKDIR / 19:14:03 ---> Running in b1594c8e470d 19:14:03 Removing intermediate container b1594c8e470d 19:14:03 ---> 377aae4dad25 19:14:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:03 ---> a10e658514f9 19:14:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:14:03 ---> 02326bb36f47 19:14:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:14:03 ---> 46ed0181284d 19:14:03 Step 19/23 : ENTRYPOINT ["/core-command"] 19:14:03 ---> Running in 6eba061c312a 19:14:03 Removing intermediate container 6eba061c312a 19:14:03 ---> 52f56898138c 19:14:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:03 ---> Running in 746aef5bda4a 19:14:03 Removing intermediate container 746aef5bda4a 19:14:03 ---> 35376c19f9c2 19:14:03 Step 21/23 : LABEL arch=x86_64 19:14:03 ---> Running in 2b3070314f08 19:14:03 Removing intermediate container 2b3070314f08 19:14:03 ---> 32948e5c3313 19:14:03 Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:14:03 ---> Running in c55a0801ab76 19:14:03 Removing intermediate container c55a0801ab76 19:14:03 ---> c18651d58c63 19:14:03 Step 23/23 : LABEL version=0.0.0 19:14:03 ---> Running in 3e2dbccb7005 19:14:03 Removing intermediate container 3e2dbccb7005 19:14:03 ---> 8a76105193d6 19:14:03 19:14:03 Successfully built 8a76105193d6 19:14:03 Successfully tagged core-command:latest 19:14:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:14:29  Building core-command ... done Building bin/spire-agent... 19:14:29 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:14:29 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:14:29 go: downloading github.com/docker/docker v20.10.12+incompatible 19:14:29 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:14:29 go: downloading github.com/google/go-tpm-tools v0.3.3 19:14:29 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:14:29 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:14:29 go: downloading github.com/docker/go-connections v0.4.0 19:14:29 go: downloading github.com/docker/go-units v0.4.0 19:14:29 go: downloading github.com/opencontainers/image-spec v1.0.1 19:14:29 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:14:29 go: downloading github.com/containerd/containerd v1.3.4 19:14:29 go: downloading github.com/opencontainers/go-digest v1.0.0 19:14:29 Building bin/spire-agent... 19:14:29 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:14:29 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:14:29 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:14:29 go: downloading github.com/docker/docker v20.10.12+incompatible 19:14:29 go: downloading github.com/google/go-tpm-tools v0.3.3 19:14:29 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:14:29 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:14:29 go: downloading github.com/docker/go-units v0.4.0 19:14:29 go: downloading github.com/docker/go-connections v0.4.0 19:14:29 go: downloading github.com/opencontainers/image-spec v1.0.1 19:14:29 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:14:29 go: downloading github.com/opencontainers/go-digest v1.0.0 19:14:29 go: downloading github.com/containerd/containerd v1.3.4 19:14:31 Building bin/spire-agent... 19:14:31 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:14:31 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:14:31 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:14:31 go: downloading github.com/docker/docker v20.10.12+incompatible 19:14:32 go: downloading github.com/google/go-tpm-tools v0.3.3 19:14:32 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:14:32 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:14:32 go: downloading github.com/docker/go-connections v0.4.0 19:14:32 go: downloading github.com/docker/go-units v0.4.0 19:14:32 go: downloading github.com/opencontainers/image-spec v1.0.1 19:14:32 go: downloading github.com/containerd/containerd v1.3.4 19:14:32 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:14:33 go: downloading github.com/opencontainers/go-digest v1.0.0 19:14:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:14:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:14:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:14:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:14:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:14:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:14:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:14:50 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:14:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:14:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:14:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:14:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:14:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:14:53 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:15:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.259s coverage: 28.7% of statements 19:15:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:15:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.582s coverage: 98.5% of statements 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.508s coverage: 54.9% of statements 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.679s coverage: 89.2% of statements 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.426s coverage: 84.4% of statements 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.574s coverage: 95.1% of statements 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/io 0.429s coverage: 72.2% of statements 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.476s coverage: 60.0% of statements 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.773s coverage: 0.9% of statements 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.264s coverage: 58.8% of statements 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.566s coverage: 24.0% of statements 19:15:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.260s coverage: 47.1% of statements 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.249s coverage: 79.5% of statements 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.217s coverage: 94.1% of statements 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.281s coverage: 96.3% of statements 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.212s coverage: 87.5% of statements 19:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.262s coverage: 94.4% of statements 19:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.219s coverage: 44.8% of statements 19:15:54 Removing intermediate container f3263373524e 19:15:54 ---> 3b5d5052f771 19:15:54 19:15:54 Step 13/26 : FROM alpine:3.15 19:15:54 ---> 0ac33e5f5afa 19:15:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:15:54 ---> Using cache 19:15:54 ---> 78c013ecdf7b 19:15:54 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:54 ---> Using cache 19:15:54 ---> 84b103793d09 19:15:54 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:15:54 ---> Running in 86262f180ab4 19:15:54 Removing intermediate container 6cb7eff88769 19:15:54 ---> 125e23d17b39 19:15:54 19:15:54 Step 13/26 : FROM alpine:3.15 19:15:54 ---> 0ac33e5f5afa 19:15:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:15:54 ---> Using cache 19:15:54 ---> 78c013ecdf7b 19:15:54 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:54 ---> Using cache 19:15:54 ---> 84b103793d09 19:15:54 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:15:54 ---> Running in ad9b031dddbe 19:15:54 Removing intermediate container 936fda717f3f 19:15:54 ---> 40b8c6252bbf 19:15:54 19:15:54 Step 13/25 : FROM alpine:3.15 19:15:54 ---> 0ac33e5f5afa 19:15:54 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:15:54 ---> Using cache 19:15:54 ---> 78c013ecdf7b 19:15:54 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:54 ---> Using cache 19:15:54 ---> 84b103793d09 19:15:54 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:15:54 ---> Running in 5b78ff8db0cd 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:15:54 v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:15:54 v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:15:54 OK: 15854 distinct packages available 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:15:54 v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:15:54 v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:15:54 OK: 15854 distinct packages available 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:15:54 v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:15:54 v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:15:54 OK: 15854 distinct packages available 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:15:54 (1/4) Installing dumb-init (1.2.5-r1) 19:15:54 (2/4) Installing musl-obstack (1.2.3-r0) 19:15:54 (1/5) Installing dumb-init (1.2.5-r1) 19:15:54 (1/5) Installing dumb-init (1.2.5-r1) 19:15:54 (3/4) Installing libucontext (1.1-r0) 19:15:54 (2/5) Installing musl-obstack (1.2.3-r0) 19:15:54 (2/5) Installing musl-obstack (1.2.3-r0) 19:15:54 (4/4) Installing gcompat (1.0.0-r4) 19:15:54 (3/5) Installing libucontext (1.1-r0) 19:15:54 (3/5) Installing libucontext (1.1-r0) 19:15:54 Executing busybox-1.34.1-r5.trigger 19:15:54 OK: 6 MiB in 18 packages 19:15:54 (4/5) Installing gcompat (1.0.0-r4) 19:15:54 (4/5) Installing gcompat (1.0.0-r4) 19:15:54 (5/5) Installing openssl (1.1.1n-r0) 19:15:54 (5/5) Installing openssl (1.1.1n-r0) 19:15:54 Executing busybox-1.34.1-r5.trigger 19:15:54 OK: 6 MiB in 19 packages 19:15:54 Executing busybox-1.34.1-r5.trigger 19:15:54 OK: 6 MiB in 19 packages 19:15:54 Removing intermediate container 86262f180ab4 19:15:54 ---> 9bd7bcd466c9 19:15:54 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:15:54 Removing intermediate container ad9b031dddbe 19:15:54 ---> 853578ff680c 19:15:54 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 19:15:54 Removing intermediate container 5b78ff8db0cd 19:15:54 ---> 74ecf93197c2 19:15:54 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:15:54 ---> 287976bf8137 19:15:54 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:15:54 ---> 0d3b45e40e07 19:15:54 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:15:54 ---> fbaebd2abf6a 19:15:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:15:54 ---> 34774403f67c 19:15:54 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:15:54 ---> df8d67efed0d 19:15:54 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:15:54 ---> Running in 671036e8904d 19:15:54 ---> b260b37e280a 19:15:54 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:15:54 Removing intermediate container 671036e8904d 19:15:54 ---> 4cb762a76bbb 19:15:54 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:15:54 ---> 6017768ca41d 19:15:54 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:15:54 ---> Running in 8ca213f154e0 19:15:54 ---> cead8fe87c41 19:15:54 Step 21/26 : WORKDIR / 19:15:54 ---> Running in f6186f4c460b 19:15:54 Removing intermediate container 8ca213f154e0 19:15:54 ---> 868d440424a5 19:15:54 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:15:54 ---> db990e3fd005 19:15:54 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:15:54 ---> Running in 16f822a08d85 19:15:54 Removing intermediate container f6186f4c460b 19:15:54 ---> 6961fc1eb764 19:15:54 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:15:54 ---> Running in 0deb063f0941 19:15:54 Removing intermediate container 16f822a08d85 19:15:54 ---> 06fb8814493c 19:15:54 Step 23/25 : LABEL arch=x86_64 19:15:54 ---> 5bb406ef17f9 19:15:54 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:15:54 ---> Running in 397c0cdd20d1 19:15:54 Removing intermediate container 0deb063f0941 19:15:54 ---> 9ab3e3a22dd2 19:15:54 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:15:54 ---> Running in 98791814f3a7 19:15:54 Removing intermediate container 397c0cdd20d1 19:15:54 ---> 77f404a2b0da 19:15:54 Step 24/25 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:15:54 ---> Running in d6a0464a5310 19:15:54 ---> fb513b8c3642 19:15:54 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:15:54 Removing intermediate container 98791814f3a7 19:15:54 ---> c78fb1e7f739 19:15:54 Step 24/26 : LABEL arch=x86_64 19:15:54 Removing intermediate container d6a0464a5310 19:15:54 ---> 4f59c90b1469 19:15:54 Step 25/25 : LABEL version=0.0.0 19:15:54 ---> Running in 913bb6ebb200 19:15:54 ---> Running in f1733c07c04a 19:15:54 ---> 21abb2af9533 19:15:54 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:15:54 Removing intermediate container 913bb6ebb200 19:15:54 ---> d150055dd566 19:15:54 Step 25/26 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:15:54 ---> Running in 15ecb5ed4ad6 19:15:55 Removing intermediate container f1733c07c04a 19:15:55 ---> 6da081550a85 19:15:55 19:15:55 ---> Running in 770acf1df6e1 19:15:55 Removing intermediate container 15ecb5ed4ad6 19:15:55 ---> a4ba3f6bd38f 19:15:55 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:15:55 ---> Running in 505dc781dbd2 19:15:55 Removing intermediate container 770acf1df6e1 19:15:55 ---> 503c2448a483 19:15:55 Step 26/26 : LABEL version=0.0.0 19:15:55 ---> Running in cd1d0b9a810a 19:15:55 Removing intermediate container 505dc781dbd2 19:15:55 ---> b10a329699b6 19:15:55 Step 24/26 : LABEL arch=x86_64 19:15:55 ---> Running in 766eaf2ae869 19:15:55 Successfully built 6da081550a85 19:15:55 Successfully tagged security-spire-server:latest 19:15:55  Building security-spire-server ... done Removing intermediate container cd1d0b9a810a 19:15:55 ---> bcfbc55f1552 19:15:55 19:15:55 Removing intermediate container 766eaf2ae869 19:15:55 ---> 1ad87b7269c4 19:15:55 Step 25/26 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:15:55 Successfully built bcfbc55f1552 19:15:55 Successfully tagged security-spire-config:latest 19:15:55  Building security-spire-config ... done  ---> Running in b421cfb73538 19:15:55 Removing intermediate container b421cfb73538 19:15:55 ---> ddc213e9e08f 19:15:55 Step 26/26 : LABEL version=0.0.0 19:15:55 ---> Running in 01e1fbbc4112 19:15:55 Removing intermediate container 01e1fbbc4112 19:15:55 ---> 128f3d4105bb 19:15:55 19:15:56 Successfully built 128f3d4105bb 19:15:56 Successfully tagged security-spire-agent:latest 19:15:56  Building security-spire-agent ... done  [Pipeline] } 19:15:56 $ docker stop --time=1 9bde47ba4dc76dae50bef973e725d28febb505cc8fb861f966d1bf161e4f4adb 19:15:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.672s coverage: 82.5% of statements 19:15:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:15:57 $ docker rm -f 9bde47ba4dc76dae50bef973e725d28febb505cc8fb861f966d1bf161e4f4adb [Pipeline] // withDockerContainer [Pipeline] sh 19:15:57 + docker images 19:15:57 REPOSITORY TAG IMAGE ID CREATED SIZE 19:15:57 security-spire-config latest bcfbc55f1552 2 seconds ago 86.7MB 19:15:57 security-spire-agent latest 128f3d4105bb 2 seconds ago 127MB 19:15:57 security-spire-server latest 6da081550a85 3 seconds ago 87.3MB 19:15:57 3b5d5052f771 24 seconds ago 4.5GB 19:15:57 40b8c6252bbf 25 seconds ago 4.5GB 19:15:57 125e23d17b39 26 seconds ago 4.5GB 19:15:57 core-command latest 8a76105193d6 About a minute ago 24.5MB 19:15:57 4a0ae52645f2 2 minutes ago 1.61GB 19:15:57 core-metadata latest 2765e4bba4db 2 minutes ago 26.2MB 19:15:57 support-scheduler latest 0d93be0a7e03 2 minutes ago 26MB 19:15:57 e462a98a5673 2 minutes ago 1.62GB 19:15:57 935a5f202a11 2 minutes ago 1.62GB 19:15:57 security-proxy-setup latest 011e2c4104ca 4 minutes ago 43.4MB 19:15:57 support-notifications latest 5a4d4311a2fd 4 minutes ago 26.6MB 19:15:57 6dad433f7ba1 4 minutes ago 1.63GB 19:15:57 a8fa5345f43f 4 minutes ago 1.62GB 19:15:57 sys-mgmt-agent latest 001dfa01844b 5 minutes ago 307MB 19:15:57 security-bootstrapper latest 191fc631b810 5 minutes ago 24.3MB 19:15:57 security-spiffe-token-provider latest c0f82de071b4 5 minutes ago 28.5MB 19:15:57 core-data latest 687f2db856d6 5 minutes ago 35.9MB 19:15:57 security-secretstore-setup latest 7adcfb6af560 5 minutes ago 42.1MB 19:15:57 461220058bc9 5 minutes ago 1.62GB 19:15:57 80b314091887 5 minutes ago 1.65GB 19:15:57 fae934d413a3 5 minutes ago 1.63GB 19:15:57 3397abd77817 5 minutes ago 1.61GB 19:15:57 e92b473451ed 5 minutes ago 1.61GB 19:15:57 ci-base-image-x86_64 latest 521a2af32397 9 minutes ago 896MB 19:15:57 docker 20.10.14 7417809fdb73 2 days ago 218MB 19:15:57 alpine 3.14 e04c818066af 2 days ago 5.59MB 19:15:57 alpine 3.15 0ac33e5f5afa 2 days ago 5.57MB 19:15:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB 19:15:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB 19:15:57 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 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.329s coverage: 92.9% of statements 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.221s coverage: 87.2% of statements 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.217s coverage: 100.0% of statements 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.308s coverage: 58.8% of statements 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.297s coverage: 80.0% of statements 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.255s coverage: 87.2% of statements 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.328s coverage: 85.4% of statements 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.827s coverage: 91.2% of statements 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.989s coverage: 64.4% of statements 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.321s coverage: 100.0% of statements 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.145s coverage: 89.4% of statements 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.103s coverage: 100.0% of statements 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements 19:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 19:16:13 Still waiting to schedule task 19:16:13 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:16:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.416s coverage: 65.4% of statements 19:16:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:16:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:16:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.805s coverage: 43.8% of statements 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.270s coverage: 89.5% of statements 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.454s coverage: 84.8% of statements 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.404s coverage: 17.7% of statements 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.707s coverage: 92.3% of statements 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.450s coverage: 63.2% of statements 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.471s coverage: 97.7% of statements 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.210s coverage: 28.9% of statements 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.193s coverage: 100.0% of statements 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 96.9% of statements 19:16:25 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 19:16:25 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:16:25 GO111MODULE=on go vet ./... 19:18:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:18:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:18:21 ./bin/test-attribution-txt.sh [Pipeline] echo 19:18:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:18:25 + ls -al . 19:18:25 total 664 19:18:25 drwxrwxr-x 9 1001 1001 4096 Apr 7 19:18 . 19:18:25 drwxr-xr-x 4 root root 4096 Apr 7 19:12 .. 19:18:25 -rw-rw-r-- 1 1001 1001 11 Apr 7 19:10 .dockerignore 19:18:25 drwxrwxr-x 8 1001 1001 4096 Apr 7 19:10 .git 19:18:25 drwxrwxr-x 4 1001 1001 4096 Apr 7 19:10 .github 19:18:25 -rw-rw-r-- 1 1001 1001 870 Apr 7 19:10 .gitignore 19:18:25 -rw-rw-r-- 1 1001 1001 42 Apr 7 19:10 .golangci.yml 19:18:25 -rw-rw-r-- 1 1001 1001 87 Apr 7 19:10 .hadolint.yml 19:18:25 -rw-rw-r-- 1 1001 1001 166 Apr 7 19:10 .sonarcloud.properties 19:18:25 -rw-rw-r-- 1 1001 1001 1171 Apr 7 19:10 ADOPTERS.md 19:18:25 -rw-rw-r-- 1 1001 1001 9953 Apr 7 19:10 Attribution.txt 19:18:25 -rw-rw-r-- 1 1001 1001 51732 Apr 7 19:10 CHANGELOG.md 19:18:25 -rw-rw-r-- 1 1001 1001 3804 Apr 7 19:10 CONTRIBUTING.md 19:18:25 -rw-rw-r-- 1 1001 1001 677 Apr 7 19:10 GOVERNANCE.md 19:18:25 -rw-rw-r-- 1 1001 1001 849 Apr 7 19:10 Jenkinsfile 19:18:25 -rw-rw-r-- 1 1001 1001 10775 Apr 7 19:10 LICENSE 19:18:25 -rw-rw-r-- 1 1001 1001 8478 Apr 7 19:10 Makefile 19:18:25 -rw-rw-r-- 1 1001 1001 582 Apr 7 19:10 OWNERS.md 19:18:25 -rw-rw-r-- 1 1001 1001 8207 Apr 7 19:10 README.md 19:18:25 -rw-rw-r-- 1 1001 1001 6912 Apr 7 19:10 SECURITY.md 19:18:25 -rw-rw-r-- 1 1001 1001 5 Apr 7 19:06 VERSION 19:18:25 -rw-rw-r-- 1 1001 1001 4131 Apr 7 19:10 ZMQWindows.md 19:18:25 drwxrwxr-x 2 1001 1001 4096 Apr 7 19:10 bin 19:18:25 drwxrwxr-x 18 1001 1001 4096 Apr 7 19:10 cmd 19:18:25 -rw-r--r-- 1 root root 431014 Apr 7 19:16 coverage.out 19:18:25 -rw-rw-r-- 1 1001 1001 3175 Apr 7 19:10 go.mod 19:18:25 -rw-rw-r-- 1 1001 1001 34990 Apr 7 19:12 go.sum 19:18:25 drwxrwxr-x 8 1001 1001 4096 Apr 7 19:10 internal 19:18:25 drwxrwxr-x 3 1001 1001 4096 Apr 7 19:10 openapi 19:18:25 drwxrwxr-x 4 1001 1001 4096 Apr 7 19:10 snap 19:18:25 -rw-rw-r-- 1 1001 1001 204 Apr 7 19:10 version.go [Pipeline] sh 19:18:26 + '[' -e coverage.out ] 19:18:26 + chown 1001:1001 coverage.out [Pipeline] stash 19:18:26 Warning: overwriting stash ‘coverage-report’ 19:18:27 Stashed 1 file(s) [Pipeline] sh 19:18:27 + make build 19:18:27 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 19:20:49 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 19:22:26 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 19:22:30 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 19:22:38 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 19:22:39 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 19:22:46 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 19:22:53 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 19:22:59 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 19:23:08 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 19:23:13 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 19:23:18 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 19:23:31 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] } 19:23:35 $ docker stop --time=1 570e37754a8bbe2907d1e2ec2efa049ed5b01cc9c61c549a13cf741cfae7d361 19:23:37 $ docker rm -f 570e37754a8bbe2907d1e2ec2efa049ed5b01cc9c61c549a13cf741cfae7d361 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:23:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:40 19:23:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:23:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:41 latest: Pulling from edgex-devops/edgex-compose-arm64 19:23:41 29e5d40040c1: Pulling fs layer 19:23:41 1ce36da41761: Pulling fs layer 19:23:41 25b303627fd3: Pulling fs layer 19:23:41 29e5d40040c1: Verifying Checksum 19:23:41 29e5d40040c1: Download complete 19:23:41 1ce36da41761: Verifying Checksum 19:23:41 1ce36da41761: Download complete 19:23:41 29e5d40040c1: Pull complete 19:23:43 25b303627fd3: Verifying Checksum 19:23:43 1ce36da41761: Pull complete 19:23:55 25b303627fd3: Pull complete 19:23:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:23:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:23:56 prd-ubuntu20.04-docker-arm64-4c-16g-11453 does not seem to be running inside a container 19:23:56 $ 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 19:23:58 $ docker top 28095bb53daa83f84c3e7b1304b79069aaba2315cc71e63c6b76768288a89af0 -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:59 + grep parallel 19:23:59 + docker-compose build --help 19:24:06 --parallel Build images in parallel. [Pipeline] } 19:24:06 $ docker stop --time=1 28095bb53daa83f84c3e7b1304b79069aaba2315cc71e63c6b76768288a89af0 19:24:08 $ docker rm -f 28095bb53daa83f84c3e7b1304b79069aaba2315cc71e63c6b76768288a89af0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:24:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:24:09 . [Pipeline] withDockerContainer 19:24:09 prd-ubuntu20.04-docker-arm64-4c-16g-11453 does not seem to be running inside a container 19:24:09 $ 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 19:24:10 $ docker top 0b434a9c2f87dad4e7c67ecec30b05cdaf9453857de453221b4d2866f5a059a9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:24:11 + docker-compose -f ./docker-compose-build.yml build --parallel 19:24:16 Running on prd-ubuntu18.04-docker-8c-8g-11496 in /w/workspace/edgexfoundry_edgex-go_PR-3949 [Pipeline] { [Pipeline] ws 19:24:16 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:24:16 The recommended git tool is: git 19:24:17 using credential edgex-jenkins-ssh 19:24:17 Cloning the remote Git repository 19:24:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:24:18 > git init /w/workspace/edgex-go/1 # timeout=10 19:24:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:24:18 > git --version # timeout=10 19:24:18 > git --version # 'git version 2.17.1' 19:24:18 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:18 Building core-command ... 19:24:18 Building core-data ... 19:24:18 Building core-metadata ... 19:24:18 Building security-bootstrapper ... 19:24:18 Building security-proxy-setup ... 19:24:18 Building security-secretstore-setup ... 19:24:18 Building security-spiffe-token-provider ... 19:24:18 Building security-spire-agent ... 19:24:18 Building security-spire-config ... 19:24:18 Building security-spire-server ... 19:24:18 Building support-notifications ... 19:24:18 Building support-scheduler ... 19:24:18 Building sys-mgmt-agent ... 19:24:18 Building security-spire-config 19:24:18 Building security-spire-server 19:24:18 Building security-spiffe-token-provider 19:24:18 Building security-secretstore-setup 19:24:18 Building security-bootstrapper 19:24:23 Merging remotes/origin/main commit 1a2a9fb2de28639559defb16ba24353df80d7431 into PR head commit a7881c43d8d5be287348d5cac072628d4998ac5a 19:24:23 Merge succeeded, producing a7881c43d8d5be287348d5cac072628d4998ac5a 19:24:23 Checking out Revision a7881c43d8d5be287348d5cac072628d4998ac5a (PR-3949) 19:24:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:24:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:24:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:24:22 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:22 > 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 19:24:23 > git config core.sparsecheckout # timeout=10 19:24:23 > git checkout -f a7881c43d8d5be287348d5cac072628d4998ac5a # timeout=10 19:24:23 > git remote # timeout=10 19:24:23 > git config --get remote.origin.url # timeout=10 19:24:23 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:23 > git merge 1a2a9fb2de28639559defb16ba24353df80d7431 # timeout=10 19:24:23 > git rev-parse HEAD^{commit} # timeout=10 19:24:23 > git config core.sparsecheckout # timeout=10 19:24:23 > git checkout -f a7881c43d8d5be287348d5cac072628d4998ac5a # timeout=10 19:24:26 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 19:24:26 > git --version # timeout=10 19:24:26 > git --version # 'git version 2.17.1' 19:24:26 fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:24:27 + echo snap-build.sh 19:24:27 snap-build.sh 19:24:27 + SNAP_BASE_DIR=. 19:24:27 + '[' '!' -z /w/workspace/edgex-go/1 ']' 19:24:27 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 19:24:27 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 19:24:27 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 19:24:27 + cd /w/workspace/edgex-go/1 19:24:27 + sudo apt-get remove -qy --purge lxd lxd-client 19:24:27 Reading package lists... 19:24:27 Building dependency tree... 19:24:27 Reading state information... 19:24:27 The following packages were automatically installed and are no longer required: 19:24:27 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:24:27 uidmap xdelta3 19:24:27 Use 'sudo apt autoremove' to remove them. 19:24:27 The following packages will be REMOVED: 19:24:27 lxd* lxd-client* 19:24:27 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:24:28 After this operation, 31.7 MB disk space will be freed. 19:24:28 (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.) 19:24:28 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:24:29 Removing lxd dnsmasq configuration 19:24:29 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:24:29 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:24:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:24:30 (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.) 19:24:30 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:24:32 Processing triggers for systemd (237-3ubuntu10.52) ... 19:24:32 Processing triggers for ureadahead (0.100.0-21) ... 19:24:32 + sudo snap remove --purge lxd 19:24:32 snap "lxd" is not installed 19:24:32 + sudo groupadd --force --system lxd 19:24:32 ++ whoami 19:24:32 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:24:32 + newgrp - lxd 19:24:32 + sudo snap install lxd 19:24:42 2022-04-07T19:24:39Z INFO Waiting for automatic snapd restart... 19:24:55 lxd 5.0.0-c5bcb80 from Canonical* installed 19:24:55 + sudo lxd init --auto 19:25:05 + sudo snap install --classic snapcraft 19:25:09 snapcraft 6.1 from Canonical* installed 19:25:09 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:25:09 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:25:09 % Total % Received % Xferd Average Speed Time Time Time Current 19:25:09 Dload Upload Total Spent Left Speed 19:25:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 4910 0 --:--:-- --:--:-- --:--:-- 4910 19:25:09 100 3325k 100 3325k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 10.3M 19:25:09 ./yq_linux_amd64 19:25:09 + sudo snapcraft prime --use-lxd 19:25:11 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:25:11 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: 19:25:11 - README.md 19:25:11 19:25:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:25:11 Launching a container. 19:25:21 Waiting for container to be ready 19:25:22 To start your first container, try: lxc launch ubuntu:20.04 19:25:22 Or for a virtual machine: lxc launch ubuntu:20.04 --vm 19:25:22 19:25:27 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:25:28 Waiting for network to be ready... 19:25:28 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 19:25:28 Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 19:25:28 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 19:25:28 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1384 kB] 19:25:28 Get:5 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [239 kB] 19:25:28 Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 19:25:28 Get:7 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] 19:25:28 Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [859 kB] 19:25:28 Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [122 kB] 19:25:28 Get:10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [696 kB] 19:25:28 Get:11 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [122 kB] 19:25:28 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] 19:25:28 Get:13 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] 19:25:28 Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] 19:25:28 Get:15 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] 19:25:28 Get:16 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] 19:25:28 Get:17 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] 19:25:28 Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] 19:25:28 Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] 19:25:28 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1711 kB] 19:25:28 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [320 kB] 19:25:28 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.4 kB] 19:25:28 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7336 B] 19:25:28 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [917 kB] 19:25:28 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [131 kB] 19:25:28 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [916 kB] 19:25:28 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [204 kB] 19:25:32 Fetched 23.7 MB in 3s (7113 kB/s) 19:25:32 Reading package lists... 19:25:32 Reading package lists... 19:25:32 Building dependency tree... 19:25:32 Reading state information... 19:25:32 The following additional packages will be installed: 19:25:32 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:25:32 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:25:32 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:25:32 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:25:32 Suggested packages: 19:25:32 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:25:32 Recommended packages: 19:25:32 gnupg libsasl2-modules 19:25:32 The following NEW packages will be installed: 19:25:32 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:25:32 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:25:32 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:25:32 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:25:32 The following packages will be upgraded: 19:25:32 gpg gpg-agent gpgconf libudev1 19:25:32 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. 19:25:32 Need to get 3859 kB of archives. 19:25:32 After this operation, 14.9 MB of additional disk space will be used. 19:25:32 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] 19:25:32 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] 19:25:33 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] 19:25:33 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] 19:25:33 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] 19:25:33 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] 19:25:33 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] 19:25:33 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:25:33 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] 19:25:33 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] 19:25:33 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] 19:25:33 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] 19:25:33 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] 19:25:33 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] 19:25:33 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] 19:25:33 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] 19:25:33 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] 19:25:33 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] 19:25:33 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] 19:25:33 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] 19:25:33 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 19:25:33 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] 19:25:33 debconf: delaying package configuration, since apt-utils is not installed 19:25:33 Fetched 3859 kB in 1s (3169 kB/s) 19:25:33 (Reading database ... 12816 files and directories currently installed.) 19:25:33 Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... 19:25:34 Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 19:25:34 Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... 19:25:34 Selecting previously unselected package udev. 19:25:34 (Reading database ... 12816 files and directories currently installed.) 19:25:34 Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... 19:25:34 Unpacking udev (245.4-4ubuntu3.15) ... 19:25:34 Selecting previously unselected package libfuse2:amd64. 19:25:34 Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... 19:25:34 Unpacking libfuse2:amd64 (2.9.9-3) ... 19:25:34 Selecting previously unselected package fuse. 19:25:34 Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... 19:25:34 Unpacking fuse (2.9.9-3) ... 19:25:34 Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... 19:25:34 Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 19:25:34 Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... 19:25:34 Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 19:25:34 Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... 19:25:34 Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 19:25:34 Selecting previously unselected package libksba8:amd64. 19:25:34 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:25:34 Unpacking libksba8:amd64 (1.3.5-2) ... 19:25:35 Selecting previously unselected package libroken18-heimdal:amd64. 19:25:35 Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:25:35 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:35 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:25:35 Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:25:35 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:35 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:25:35 Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:25:35 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:35 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:25:35 Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:25:35 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:35 Selecting previously unselected package libwind0-heimdal:amd64. 19:25:35 Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:25:35 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:35 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:25:35 Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:25:35 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:35 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:25:35 Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:25:35 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:35 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:25:35 Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:25:35 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:35 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:25:35 Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:25:35 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:35 Selecting previously unselected package libsasl2-modules-db:amd64. 19:25:35 Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 19:25:35 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 19:25:35 Selecting previously unselected package libsasl2-2:amd64. 19:25:35 Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 19:25:35 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 19:25:35 Selecting previously unselected package libldap-common. 19:25:35 Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... 19:25:35 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 19:25:35 Selecting previously unselected package libldap-2.4-2:amd64. 19:25:35 Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 19:25:35 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 19:25:35 Selecting previously unselected package dirmngr. 19:25:35 Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... 19:25:35 Unpacking dirmngr (2.2.19-3ubuntu2.1) ... 19:25:35 Setting up libksba8:amd64 (1.3.5-2) ... 19:25:35 Setting up libfuse2:amd64 (2.9.9-3) ... 19:25:35 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 19:25:35 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 19:25:35 Setting up udev (245.4-4ubuntu3.15) ... 19:25:36 invoke-rc.d: policy-rc.d denied execution of start. 19:25:36 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 19:25:36 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:36 Setting up gpgconf (2.2.19-3ubuntu2.1) ... 19:25:36 Setting up gpg (2.2.19-3ubuntu2.1) ... 19:25:36 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:36 Setting up fuse (2.9.9-3) ... 19:25:36 Setting up gpg-agent (2.2.19-3ubuntu2.1) ... 19:25:36 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:36 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:36 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:36 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:36 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:36 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:36 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:25:36 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 19:25:36 Setting up dirmngr (2.2.19-3ubuntu2.1) ... 19:25:37 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. 19:25:37 Processing triggers for systemd (245.4-4ubuntu3) ... 19:25:37 Processing triggers for libc-bin (2.31-0ubuntu9) ... 19:25:37 The unit files have no installation config (WantedBy=, RequiredBy=, Also=, 19:25:37 Alias= settings in the [Install] section, and DefaultInstance= for template 19:25:37 units). This means they are not meant to be enabled using systemctl. 19:25:37 19:25:37 Possible reasons for having this kind of units are: 19:25:37 • A unit may be statically enabled by being symlinked from another unit's 19:25:37 .wants/ or .requires/ directory. 19:25:37 • A unit's purpose may be to act as a helper for some other unit which has 19:25:37 a requirement dependency on it. 19:25:37 • A unit may be started when needed via activation (socket, path, timer, 19:25:37 D-Bus, udev, scripted systemctl call, ...). 19:25:37 • In case of template units, the unit is meant to be enabled with some 19:25:37 instance name specified. 19:25:38 Reading package lists... 19:25:38 Building dependency tree... 19:25:38 Reading state information... 19:25:38 The following additional packages will be installed: 19:25:38 apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 19:25:38 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 19:25:38 libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib 19:25:38 libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support 19:25:38 openssh-client python3 python3-minimal python3.8 python3.8-minimal 19:25:38 squashfs-tools systemd systemd-sysv systemd-timesyncd 19:25:38 Suggested packages: 19:25:38 apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain 19:25:38 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:25:38 python3.8-venv python3.8-doc binfmt-support zenity | kdialog 19:25:38 systemd-container policykit-1 19:25:38 Recommended packages: 19:25:38 krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd 19:25:38 The following NEW packages will be installed: 19:25:38 apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 19:25:38 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 19:25:38 libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib 19:25:38 libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 19:25:38 python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo 19:25:38 The following packages will be upgraded: 19:25:38 libsystemd0 systemd systemd-sysv systemd-timesyncd 19:25:38 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. 19:25:38 Need to get 46.5 MB of archives. 19:25:38 After this operation, 181 MB of additional disk space will be used. 19:25:38 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 19:25:38 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] 19:25:38 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] 19:25:38 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 19:25:38 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] 19:25:38 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] 19:25:38 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] 19:25:38 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] 19:25:38 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] 19:25:38 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] 19:25:38 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] 19:25:38 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] 19:25:38 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] 19:25:38 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] 19:25:38 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 19:25:38 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] 19:25:38 Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 19:25:38 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [717 kB] 19:25:38 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB] 19:25:38 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [1899 kB] 19:25:38 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.4 [1675 kB] 19:25:38 Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.4 [387 kB] 19:25:38 Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] 19:25:38 Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] 19:25:38 Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] 19:25:38 Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] 19:25:38 Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] 19:25:38 Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] 19:25:38 Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] 19:25:38 Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] 19:25:38 Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] 19:25:38 Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] 19:25:38 Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 snapd amd64 2.54.3+20.04.1ubuntu0.2 [34.3 MB] 19:25:39 debconf: delaying package configuration, since apt-utils is not installed 19:25:39 Fetched 46.5 MB in 1s (75.5 MB/s) 19:25:39 (Reading database ... 13067 files and directories currently installed.) 19:25:39 Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 19:25:39 Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 19:25:39 Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 19:25:39 Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 19:25:39 Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... 19:25:39 Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 19:25:40 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 19:25:40 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 19:25:40 Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 19:25:40 Selecting previously unselected package libpython3.8-minimal:amd64. 19:25:40 (Reading database ... 13068 files and directories currently installed.) 19:25:40 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 19:25:40 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... 19:25:40 Selecting previously unselected package libexpat1:amd64. 19:25:40 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ... 19:25:40 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ... 19:25:40 Selecting previously unselected package python3.8-minimal. 19:25:40 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 19:25:40 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... 19:25:40 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... 19:25:40 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ... 19:25:40 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... 19:25:41 Selecting previously unselected package python3-minimal. 19:25:41 (Reading database ... 13359 files and directories currently installed.) 19:25:41 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... 19:25:41 Unpacking python3-minimal (3.8.2-0ubuntu2) ... 19:25:41 Selecting previously unselected package mime-support. 19:25:41 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... 19:25:41 Unpacking mime-support (3.64ubuntu1) ... 19:25:41 Selecting previously unselected package libmpdec2:amd64. 19:25:41 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... 19:25:41 Unpacking libmpdec2:amd64 (2.4.2-3) ... 19:25:41 Selecting previously unselected package libpython3.8-stdlib:amd64. 19:25:41 Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 19:25:41 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... 19:25:41 Selecting previously unselected package python3.8. 19:25:41 Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 19:25:41 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ... 19:25:41 Selecting previously unselected package libpython3-stdlib:amd64. 19:25:41 Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... 19:25:41 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 19:25:41 Setting up python3-minimal (3.8.2-0ubuntu2) ... 19:25:42 Selecting previously unselected package python3. 19:25:42 (Reading database ... 13761 files and directories currently installed.) 19:25:42 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... 19:25:42 Unpacking python3 (3.8.2-0ubuntu2) ... 19:25:42 Selecting previously unselected package libdbus-1-3:amd64. 19:25:42 Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... 19:25:42 Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... 19:25:42 Selecting previously unselected package dbus. 19:25:42 Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... 19:25:42 Unpacking dbus (1.12.16-2ubuntu2.1) ... 19:25:42 Selecting previously unselected package libbsd0:amd64. 19:25:42 Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... 19:25:42 Unpacking libbsd0:amd64 (0.10.0-1) ... 19:25:42 Selecting previously unselected package libpam-systemd:amd64. 19:25:42 Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... 19:25:42 Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 19:25:42 Selecting previously unselected package sudo. 19:25:42 Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... 19:25:42 Unpacking sudo (1.8.31-1ubuntu1.2) ... 19:25:42 Selecting previously unselected package apparmor. 19:25:42 Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... 19:25:42 Unpacking apparmor (2.13.3-7ubuntu5.1) ... 19:25:42 Selecting previously unselected package libcbor0.6:amd64. 19:25:42 Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... 19:25:42 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 19:25:42 Selecting previously unselected package libedit2:amd64. 19:25:42 Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... 19:25:42 Unpacking libedit2:amd64 (3.1-20191231-1) ... 19:25:42 Selecting previously unselected package libfido2-1:amd64. 19:25:42 Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... 19:25:42 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... 19:25:42 Selecting previously unselected package libkrb5support0:amd64. 19:25:42 Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... 19:25:42 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 19:25:42 Selecting previously unselected package libk5crypto3:amd64. 19:25:42 Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... 19:25:42 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 19:25:42 Selecting previously unselected package libkeyutils1:amd64. 19:25:42 Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... 19:25:42 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... 19:25:42 Selecting previously unselected package libkrb5-3:amd64. 19:25:42 Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... 19:25:42 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 19:25:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:25:42 Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... 19:25:42 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 19:25:43 Selecting previously unselected package openssh-client. 19:25:43 Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 19:25:43 Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... 19:25:43 Selecting previously unselected package dbus-user-session. 19:25:43 Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... 19:25:43 Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... 19:25:43 Selecting previously unselected package liblzo2-2:amd64. 19:25:43 Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... 19:25:43 Unpacking liblzo2-2:amd64 (2.10-2) ... 19:25:43 Selecting previously unselected package squashfs-tools. 19:25:43 Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... 19:25:43 Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... 19:25:43 Selecting previously unselected package snapd. 19:25:43 Preparing to unpack .../19-snapd_2.54.3+20.04.1ubuntu0.2_amd64.deb ... 19:25:43 Unpacking snapd (2.54.3+20.04.1ubuntu0.2) ... 19:25:46 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... 19:25:46 Setting up mime-support (3.64ubuntu1) ... 19:25:46 Setting up liblzo2-2:amd64 (2.10-2) ... 19:25:46 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 19:25:46 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 19:25:46 Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... 19:25:46 Setting up dbus (1.12.16-2ubuntu2.1) ... 19:25:46 Setting up sudo (1.8.31-1ubuntu1.2) ... 19:25:46 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 19:25:46 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 19:25:46 Setting up libmpdec2:amd64 (2.4.2-3) ... 19:25:46 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... 19:25:46 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... 19:25:46 Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ... 19:25:47 Setting up libbsd0:amd64 (0.10.0-1) ... 19:25:47 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 19:25:47 Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... 19:25:47 Setting up libedit2:amd64 (3.1-20191231-1) ... 19:25:47 Setting up python3 (3.8.2-0ubuntu2) ... 19:25:47 running python rtupdate hooks for python3.8... 19:25:47 running python post-rtupdate hooks for python3.8... 19:25:47 Setting up apparmor (2.13.3-7ubuntu5.1) ... 19:25:48 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:25:48 Reloading AppArmor profiles 19:25:48 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 19:25:48 Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 19:25:48 Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 19:25:49 /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' 19:25:49 Setting up systemd (245.4-4ubuntu3.15) ... 19:25:49 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:25:49 Installing new version of config file /etc/systemd/resolved.conf ... 19:25:50 Setting up systemd-sysv (245.4-4ubuntu3.15) ... 19:25:50 Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 19:25:50 Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... 19:25:50 Setting up snapd (2.54.3+20.04.1ubuntu0.2) ... 19:25:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:25:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:25:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:25:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:25:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:25:51 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:25:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:25:52 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:25:52 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:25:53 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:25:53 /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' 19:25:53 Processing triggers for libc-bin (2.31-0ubuntu9) ... 19:25:53 Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 19:25:53 Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 19:25:54 Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 19:25:54 Reading package lists... 19:25:55 Reading package lists... 19:25:55 Building dependency tree... 19:25:55 Reading state information... 19:25:55 Calculating upgrade... 19:25:55 The following packages will be upgraded: 19:25:55 apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu 19:25:55 bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 19:25:55 gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils 19:25:55 libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 19:25:55 libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 19:25:55 libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 19:25:55 liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin 19:25:55 libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 19:25:55 libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 19:25:55 libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl 19:25:55 perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux 19:25:55 xz-utils zlib1g 19:25:55 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:25:55 Need to get 65.7 MB of archives. 19:25:55 After this operation, 27.6 MB of additional disk space will be used. 19:25:55 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB] 19:25:55 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.5 [60.5 kB] 19:25:55 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB] 19:25:55 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-107.121 [1115 kB] 19:25:55 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] 19:25:55 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] 19:25:55 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] 19:25:55 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] 19:25:55 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] 19:25:55 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] 19:25:55 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] 19:25:55 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] 19:25:55 Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] 19:25:55 Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] 19:25:55 Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] 19:25:55 Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6 amd64 2.31-0ubuntu9.7 [2714 kB] 19:25:55 Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] 19:25:55 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] 19:25:55 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] 19:25:55 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] 19:25:55 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] 19:25:55 Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.3 [53.8 kB] 19:25:55 Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] 19:25:55 Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] 19:25:55 Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 19:25:55 Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] 19:25:55 Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] 19:25:55 Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] 19:25:55 Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] 19:25:55 Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] 19:25:55 Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-bin amd64 2.31-0ubuntu9.7 [636 kB] 19:25:55 Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] 19:25:55 Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] 19:25:55 Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] 19:25:55 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] 19:25:55 Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] 19:25:55 Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] 19:25:55 Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] 19:25:55 Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] 19:25:55 Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] 19:25:55 Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] 19:25:55 Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB] 19:25:55 Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] 19:25:55 Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] 19:25:55 Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] 19:25:55 Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] 19:25:55 Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] 19:25:55 Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2022a-0ubuntu0.20.04 [294 kB] 19:25:55 Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] 19:25:55 Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] 19:25:55 Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] 19:25:56 Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] 19:25:56 Get:53 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] 19:25:56 Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] 19:25:56 Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB] 19:25:56 Get:56 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB] 19:25:56 Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB] 19:25:56 Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB] 19:25:56 Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB] 19:25:56 Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB] 19:25:56 Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] 19:25:56 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] 19:25:56 Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] 19:25:56 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] 19:25:56 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] 19:25:56 Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] 19:25:56 Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] 19:25:56 Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] 19:25:56 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] 19:25:56 Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] 19:25:56 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] 19:25:56 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] 19:25:56 Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] 19:25:56 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] 19:25:56 Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] 19:25:56 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] 19:25:56 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] 19:25:57 debconf: delaying package configuration, since apt-utils is not installed 19:25:57 Fetched 65.7 MB in 1s (55.4 MB/s) 19:25:57 (Reading database ... 14313 files and directories currently installed.) 19:25:57 Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.7_amd64.deb ... 19:25:57 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 19:25:57 Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ... 19:25:57 Unpacking libc-dev-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 19:25:57 Preparing to unpack .../2-linux-libc-dev_5.4.0-107.121_amd64.deb ... 19:25:57 Unpacking linux-libc-dev:amd64 (5.4.0-107.121) over (5.4.0-26.30) ... 19:25:57 Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:25:57 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:25:58 Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:25:58 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:25:58 Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:25:58 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:25:58 Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:25:58 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:25:58 Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:25:58 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:25:58 Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:25:58 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:25:58 Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:25:58 Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:25:58 Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... 19:25:58 (Reading database ... 14312 files and directories currently installed.) 19:25:58 Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:25:58 Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:25:58 Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... 19:25:58 (Reading database ... 14312 files and directories currently installed.) 19:25:58 Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:25:58 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:25:58 Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:25:58 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:25:59 Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:25:59 Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:25:59 Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... 19:25:59 (Reading database ... 14312 files and directories currently installed.) 19:25:59 Preparing to unpack .../libc6_2.31-0ubuntu9.7_amd64.deb ... 19:25:59 Unpacking libc6:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 19:25:59 Setting up libc6:amd64 (2.31-0ubuntu9.7) ... 19:25:59 (Reading database ... 14312 files and directories currently installed.) 19:25:59 Preparing to unpack .../base-files_11ubuntu5.5_amd64.deb ... 19:25:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:25:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:25:59 Unpacking base-files (11ubuntu5.5) over (11ubuntu5) ... 19:26:00 Setting up base-files (11ubuntu5.5) ... 19:26:00 Installing new version of config file /etc/issue ... 19:26:00 Installing new version of config file /etc/issue.net ... 19:26:00 Installing new version of config file /etc/lsb-release ... 19:26:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:26:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:26:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:26:00 Removing obsolete conffile /etc/default/motd-news ... 19:26:00 (Reading database ... 14311 files and directories currently installed.) 19:26:00 Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... 19:26:00 Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... 19:26:00 Setting up bash (5.0-6ubuntu1.1) ... 19:26:00 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 19:26:00 (Reading database ... 14311 files and directories currently installed.) 19:26:00 Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... 19:26:00 Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... 19:26:00 Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... 19:26:01 (Reading database ... 14311 files and directories currently installed.) 19:26:01 Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 19:26:01 Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 19:26:01 Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... 19:26:01 (Reading database ... 14311 files and directories currently installed.) 19:26:01 Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... 19:26:01 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 19:26:02 Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... 19:26:02 Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 19:26:02 Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... 19:26:02 Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 19:26:02 Setting up perl-base (5.30.0-9ubuntu0.2) ... 19:26:02 (Reading database ... 14311 files and directories currently installed.) 19:26:02 Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... 19:26:02 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 19:26:03 Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.3_amd64.deb ... 19:26:03 Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) over (1:1.2.11.dfsg-2ubuntu1) ... 19:26:03 Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) ... 19:26:03 (Reading database ... 14311 files and directories currently installed.) 19:26:03 Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... 19:26:03 Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7) ... 19:26:03 Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... 19:26:03 (Reading database ... 14311 files and directories currently installed.) 19:26:03 Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... 19:26:03 Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:26:03 Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... 19:26:03 (Reading database ... 14311 files and directories currently installed.) 19:26:03 Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 19:26:03 Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:26:03 Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 19:26:03 (Reading database ... 14311 files and directories currently installed.) 19:26:03 Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... 19:26:03 Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:26:03 Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... 19:26:03 Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:26:03 Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... 19:26:03 (Reading database ... 14311 files and directories currently installed.) 19:26:03 Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... 19:26:03 Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:26:03 Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... 19:26:03 (Reading database ... 14311 files and directories currently installed.) 19:26:03 Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... 19:26:03 Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:26:03 Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... 19:26:03 Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:26:04 Setting up util-linux (2.34-0.1ubuntu9.3) ... 19:26:04 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:26:05 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:26:05 (Reading database ... 14311 files and directories currently installed.) 19:26:05 Preparing to unpack .../libc-bin_2.31-0ubuntu9.7_amd64.deb ... 19:26:05 Unpacking libc-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 19:26:05 Setting up libc-bin (2.31-0ubuntu9.7) ... 19:26:05 (Reading database ... 14311 files and directories currently installed.) 19:26:05 Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... 19:26:05 Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... 19:26:05 Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... 19:26:05 (Reading database ... 14311 files and directories currently installed.) 19:26:05 Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... 19:26:05 Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... 19:26:05 Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... 19:26:05 (Reading database ... 14311 files and directories currently installed.) 19:26:05 Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... 19:26:05 Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... 19:26:05 Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... 19:26:05 (Reading database ... 14311 files and directories currently installed.) 19:26:05 Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... 19:26:05 Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... 19:26:05 Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... 19:26:05 (Reading database ... 14311 files and directories currently installed.) 19:26:05 Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... 19:26:05 Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... 19:26:06 Setting up libapt-pkg6.0:amd64 (2.0.6) ... 19:26:06 (Reading database ... 14311 files and directories currently installed.) 19:26:06 Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... 19:26:06 Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 19:26:06 Setting up gpgv (2.2.19-3ubuntu2.1) ... 19:26:06 (Reading database ... 14311 files and directories currently installed.) 19:26:06 Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... 19:26:06 Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... 19:26:06 Setting up ubuntu-keyring (2020.02.11.4) ... 19:26:06 (Reading database ... 14311 files and directories currently installed.) 19:26:06 Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 19:26:06 Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 19:26:06 Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 19:26:06 (Reading database ... 14311 files and directories currently installed.) 19:26:06 Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 19:26:06 Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 19:26:06 Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 19:26:06 (Reading database ... 14311 files and directories currently installed.) 19:26:06 Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... 19:26:06 Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... 19:26:06 Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... 19:26:06 (Reading database ... 14311 files and directories currently installed.) 19:26:06 Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... 19:26:06 Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... 19:26:06 Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... 19:26:06 (Reading database ... 14311 files and directories currently installed.) 19:26:06 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... 19:26:06 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... 19:26:06 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... 19:26:07 (Reading database ... 14311 files and directories currently installed.) 19:26:07 Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... 19:26:07 Unpacking apt (2.0.6) over (2.0.2) ... 19:26:07 Setting up apt (2.0.6) ... 19:26:07 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:26:07 (Reading database ... 14311 files and directories currently installed.) 19:26:07 Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... 19:26:07 Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 19:26:08 Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... 19:26:08 (Reading database ... 14311 files and directories currently installed.) 19:26:08 Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... 19:26:08 Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 19:26:08 Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... 19:26:08 (Reading database ... 14313 files and directories currently installed.) 19:26:08 Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... 19:26:08 Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 19:26:08 Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... 19:26:08 (Reading database ... 14317 files and directories currently installed.) 19:26:08 Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... 19:26:08 Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:26:08 Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... 19:26:08 Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 19:26:08 Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... 19:26:09 (Reading database ... 14317 files and directories currently installed.) 19:26:09 Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 19:26:09 Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 19:26:09 Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... 19:26:09 (Reading database ... 14317 files and directories currently installed.) 19:26:09 Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 19:26:09 Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 19:26:09 Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 19:26:09 Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 19:26:09 Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... 19:26:09 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... 19:26:09 Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... 19:26:09 Unpacking openssl (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... 19:26:09 Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... 19:26:09 Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... 19:26:10 Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... 19:26:10 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... 19:26:10 Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... 19:26:10 Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... 19:26:10 Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... 19:26:10 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ... 19:26:10 Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... 19:26:10 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... 19:26:10 Preparing to unpack .../09-tzdata_2022a-0ubuntu0.20.04_all.deb ... 19:26:10 Unpacking tzdata (2022a-0ubuntu0.20.04) over (2019c-3ubuntu1) ... 19:26:10 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:26:10 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:26:10 ---> 47f75f7ae24e 19:26:10 Step 3/31 : WORKDIR /edgex-go 19:26:10 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:26:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:26:10 ---> 47f75f7ae24e 19:26:10 Step 3/26 : WORKDIR /edgex-go 19:26:10 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:26:10 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:26:10 ---> 47f75f7ae24e 19:26:10 Step 3/25 : WORKDIR /edgex-go 19:26:10 ---> Running in eee342fe056d 19:26:10 ---> Running in d8a1402f56a9 19:26:10 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:26:10 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:26:10 ---> 47f75f7ae24e 19:26:10 Step 3/20 : WORKDIR /edgex-go 19:26:10 ---> Running in 0efb5ebe1043 19:26:10 ---> Running in 38b7ace79301 19:26:10 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:26:10 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:26:10 ---> 47f75f7ae24e 19:26:10 Step 3/25 : WORKDIR /edgex-go 19:26:10 ---> Running in b4c524eaceca 19:26:10 Removing intermediate container 0efb5ebe1043 19:26:10 ---> 19ff4784702a 19:26:10 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:26:10 Removing intermediate container eee342fe056d 19:26:10 ---> 8ca127866f6d 19:26:10 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:10 ---> Running in af31df4eb79a 19:26:10 Removing intermediate container d8a1402f56a9 19:26:10 ---> d57b1c198cf7 19:26:10 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:10 Removing intermediate container b4c524eaceca 19:26:10 ---> 792249998e27 19:26:10 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:10 Removing intermediate container 38b7ace79301 19:26:10 ---> eab5067b4ed4 19:26:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:10 ---> Running in 3e3e298f1fbd 19:26:10 ---> Running in 731a1f66d1c9 19:26:10 ---> Running in 7c6ae2acd8ef 19:26:10 ---> Running in fb55307df673 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:10 Removing intermediate container 3e3e298f1fbd 19:26:10 ---> b1f651565f7b 19:26:10 Step 5/31 : RUN apk add --update --no-cache make git 19:26:10 ---> Running in b5c1e76524ed 19:26:10 v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:26:10 v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:26:10 OK: 15739 distinct packages available 19:26:10 Removing intermediate container 7c6ae2acd8ef 19:26:10 ---> 24adf562a8c3 19:26:10 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:10 Removing intermediate container fb55307df673 19:26:10 ---> 35e5ea412454 19:26:10 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:26:10 ---> Running in 3fa96317a197 19:26:10 Removing intermediate container 731a1f66d1c9 19:26:10 ---> 43978f6bd257 19:26:10 Step 5/25 : RUN apk add --update --no-cache make git 19:26:10 ---> Running in 9562719e99b1 19:26:10 ---> Running in 3bb00664bc6b 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:10 OK: 220 MiB in 52 packages 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:10 Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... 19:26:10 Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... 19:26:10 Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... 19:26:10 Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:10 Removing intermediate container af31df4eb79a 19:26:10 ---> 4f12a495c2fa 19:26:10 Step 5/20 : COPY go.mod vendor* ./ 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:10 Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... 19:26:10 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:26:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:10 OK: 220 MiB in 52 packages 19:26:11 Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... 19:26:11 Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:26:11 Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... 19:26:11 Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:26:11 Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... 19:26:11 Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:26:11 Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... 19:26:11 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:26:11 Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... 19:26:11 Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... 19:26:11 Preparing to unpack .../18-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 19:26:11 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 19:26:11 Preparing to unpack .../19-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 19:26:11 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 19:26:11 ---> ff43e8d1e683 19:26:11 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:12 OK: 220 MiB in 52 packages 19:26:12 ---> Running in c188feef696e 19:26:12 OK: 220 MiB in 52 packages 19:26:12 OK: 220 MiB in 52 packages 19:26:12 Preparing to unpack .../20-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 19:26:12 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 19:26:13 Preparing to unpack .../21-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 19:26:13 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 19:26:13 Preparing to unpack .../22-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 19:26:13 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 19:26:13 Preparing to unpack .../23-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 19:26:13 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 19:26:13 Removing intermediate container b5c1e76524ed 19:26:13 ---> ba19caf96725 19:26:13 Step 6/31 : COPY go.mod vendor* ./ 19:26:14 Removing intermediate container 9562719e99b1 19:26:14 ---> 4d64dc32f50c 19:26:14 Step 6/26 : COPY go.mod vendor* ./ 19:26:14 Removing intermediate container 3fa96317a197 19:26:14 ---> b57d6b749a97 19:26:14 Step 6/25 : COPY go.mod vendor* ./ 19:26:14 Removing intermediate container 3bb00664bc6b 19:26:14 ---> b2ccec837f82 19:26:14 Step 6/25 : COPY go.mod vendor* ./ 19:26:14 Preparing to unpack .../24-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 19:26:14 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 19:26:14 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... 19:26:14 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... 19:26:14 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... 19:26:14 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... 19:26:14 Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... 19:26:14 Setting up linux-libc-dev:amd64 (5.4.0-107.121) ... 19:26:14 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... 19:26:14 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... 19:26:14 Setting up tzdata (2022a-0ubuntu0.20.04) ... 19:26:14 19:26:14 Current default time zone: 'Etc/UTC' 19:26:14 Local time is now: Thu Apr 7 19:26:14 UTC 2022. 19:26:14 Universal Time is now: Thu Apr 7 19:26:14 UTC 2022. 19:26:14 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:26:14 19:26:14 ---> 472d2c1fe6da 19:26:14 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:14 ---> Running in 5033911647e5 19:26:14 Setting up xz-utils (5.2.4-1ubuntu1) ... 19:26:14 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... 19:26:14 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... 19:26:14 Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... 19:26:14 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... 19:26:14 Setting up mount (2.34-0.1ubuntu9.3) ... 19:26:14 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... 19:26:14 Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... 19:26:14 Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... 19:26:14 Setting up libc-dev-bin (2.31-0ubuntu9.7) ... 19:26:14 Setting up openssl (1.1.1f-1ubuntu2.12) ... 19:26:14 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... 19:26:14 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 19:26:14 Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... 19:26:14 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... 19:26:14 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... 19:26:14 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 19:26:14 Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... 19:26:14 Setting up fdisk (2.34-0.1ubuntu9.3) ... 19:26:14 Setting up ca-certificates (20210119~20.04.2) ... 19:26:15 ---> 47456beb337f 19:26:15 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:15 ---> Running in 5fe71cc71ef2 19:26:16 ---> 457257c9ecf7 19:26:16 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:16 ---> Running in 650f7b593bbd 19:26:16 ---> 367bc62699c8 19:26:16 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:16 Updating certificates in /etc/ssl/certs... 19:26:16 ---> Running in de107984d5d3 19:26:17 Removing intermediate container c188feef696e 19:26:17 ---> a2a3421448f1 19:26:17 Step 7/20 : COPY . . 19:26:17 21 added, 21 removed; done. 19:26:17 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... 19:26:17 Setting up perl (5.30.0-9ubuntu0.2) ... 19:26:17 Setting up procps (2:3.3.16-1ubuntu2.3) ... 19:26:18 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... 19:26:18 Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ... 19:26:18 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... 19:26:18 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... 19:26:18 Setting up binutils (2.34-6ubuntu1.3) ... 19:26:18 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 19:26:18 Setting up build-essential (12.8ubuntu1.1) ... 19:26:18 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... 19:26:18 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 19:26:18 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... 19:26:18 Processing triggers for libc-bin (2.31-0ubuntu9.7) ... 19:26:18 Processing triggers for systemd (245.4-4ubuntu3.15) ... 19:26:18 Processing triggers for mime-support (3.64ubuntu1) ... 19:26:18 Processing triggers for ca-certificates (20210119~20.04.2) ... 19:26:18 Updating certificates in /etc/ssl/certs... 19:26:18 0 added, 0 removed; done. 19:26:18 Running hooks in /etc/ca-certificates/update.d... 19:26:18 done. 19:26:20 Reading package lists... 19:26:20 Building dependency tree... 19:26:20 Reading state information... 19:26:20 The following NEW packages will be installed: 19:26:20 apt-transport-https 19:26:20 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:26:20 Need to get 4680 B of archives. 19:26:20 After this operation, 162 kB of additional disk space will be used. 19:26:20 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] 19:26:20 debconf: delaying package configuration, since apt-utils is not installed 19:26:20 Fetched 4680 B in 0s (62.7 kB/s) 19:26:20 Selecting previously unselected package apt-transport-https. 19:26:20 (Reading database ... 14320 files and directories currently installed.) 19:26:20 Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 19:26:20 Unpacking apt-transport-https (2.0.6) ... 19:26:20 Setting up apt-transport-https (2.0.6) ... 19:26:20 Waiting for network to be ready... 19:26:21 Removing intermediate container 5033911647e5 19:26:21 ---> 3a99bddc0049 19:26:21 Step 8/31 : COPY . . 19:26:23 Removing intermediate container 650f7b593bbd 19:26:23 ---> eb0c4f1c1d1a 19:26:23 Step 8/25 : COPY . . 19:26:23 Removing intermediate container 5fe71cc71ef2 19:26:23 ---> 949f465eb055 19:26:23 Step 8/26 : COPY . . 19:26:23 Removing intermediate container de107984d5d3 19:26:23 ---> 4e0bb74ccb63 19:26:23 Step 8/25 : COPY . . 19:26:27 2022-04-07T19:26:24Z INFO Waiting for automatic snapd restart... 19:26:27 snapd 2.54.4 from Canonical* installed 19:26:29 "snapd" switched to the "latest/stable" channel 19:26:29 19:26:31 core20 20220318 from Canonical* installed 19:26:31 "core20" switched to the "latest/stable" channel 19:26:31 19:26:33 snapcraft 6.1 from Canonical* installed 19:26:33 "snapcraft" switched to the "latest/stable" channel 19:26:33 19:26:39 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: 19:26:39 - README.md 19:26:39 19:26:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:26:39 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 19:26:39 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 19:26:39 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 19:26:39 Reading package lists... 19:26:39 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 19:26:40 Reading package lists... 19:26:40 Building dependency tree... 19:26:40 Reading state information... 19:26:40 Suggested packages: 19:26:40 doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el 19:26:40 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc 19:26:40 krb5-user libnorm-doc 19:26:40 Recommended packages: 19:26:40 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:26:40 The following NEW packages will be installed: 19:26:40 comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls 19:26:40 liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 19:26:40 libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 19:26:40 libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev 19:26:40 libzmq5 pkg-config zip 19:26:40 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 19:26:40 Need to get 10.3 MB of archives. 19:26:40 After this operation, 56.5 MB of additional disk space will be used. 19:26:40 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] 19:26:40 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] 19:26:40 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] 19:26:40 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] 19:26:40 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] 19:26:40 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] 19:26:40 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 19:26:40 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 19:26:40 Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 19:26:40 Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] 19:26:40 Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 19:26:40 Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] 19:26:40 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] 19:26:40 Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 19:26:40 Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] 19:26:40 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 19:26:40 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 19:26:41 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] 19:26:41 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] 19:26:41 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] 19:26:41 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] 19:26:41 Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 19:26:41 Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 19:26:41 Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 19:26:41 Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 19:26:41 Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 19:26:41 Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 19:26:41 debconf: delaying package configuration, since apt-utils is not installed 19:26:41 Fetched 10.3 MB in 1s (8989 kB/s) 19:26:41 Selecting previously unselected package libglib2.0-0:amd64. 19:26:41 (Reading database ... 14324 files and directories currently installed.) 19:26:41 Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... 19:26:41 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 19:26:42 Selecting previously unselected package libsodium23:amd64. 19:26:42 Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... 19:26:42 Unpacking libsodium23:amd64 (1.0.18-1) ... 19:26:42 Selecting previously unselected package libpsl5:amd64. 19:26:42 Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... 19:26:42 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... 19:26:42 Selecting previously unselected package libbrotli1:amd64. 19:26:42 Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... 19:26:42 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 19:26:42 Selecting previously unselected package libnghttp2-14:amd64. 19:26:42 Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... 19:26:42 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... 19:26:42 Selecting previously unselected package librtmp1:amd64. 19:26:42 Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... 19:26:42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 19:26:42 Selecting previously unselected package libssh-4:amd64. 19:26:42 Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... 19:26:42 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 19:26:42 Selecting previously unselected package libcurl3-gnutls:amd64. 19:26:42 Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... 19:26:42 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 19:26:42 Selecting previously unselected package liberror-perl. 19:26:42 Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... 19:26:42 Unpacking liberror-perl (0.17029-1) ... 19:26:42 Selecting previously unselected package git-man. 19:26:42 Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... 19:26:42 Unpacking git-man (1:2.25.1-1ubuntu3.2) ... 19:26:42 Selecting previously unselected package git. 19:26:42 Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... 19:26:42 Unpacking git (1:2.25.1-1ubuntu3.2) ... 19:26:43 Selecting previously unselected package libgssrpc4:amd64. 19:26:43 Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 19:26:43 Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 19:26:43 Selecting previously unselected package libkdb5-9:amd64. 19:26:43 Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 19:26:43 Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 19:26:43 Selecting previously unselected package libkadm5srv-mit11:amd64. 19:26:43 Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 19:26:43 Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 19:26:43 Selecting previously unselected package libkadm5clnt-mit11:amd64. 19:26:43 Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 19:26:43 Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 19:26:43 Selecting previously unselected package comerr-dev:amd64. 19:26:43 Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 19:26:43 Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 19:26:43 Selecting previously unselected package krb5-multidev:amd64. 19:26:43 Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 19:26:43 Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 19:26:43 Selecting previously unselected package libnorm1:amd64. 19:26:43 Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 19:26:43 Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 19:26:43 Selecting previously unselected package libnorm-dev:amd64. 19:26:43 Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... 19:26:43 Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 19:26:43 Selecting previously unselected package libpgm-5.2-0:amd64. 19:26:43 Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 19:26:43 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 19:26:43 Selecting previously unselected package libpgm-dev:amd64. 19:26:43 Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... 19:26:43 Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 19:26:43 Selecting previously unselected package libsodium-dev:amd64. 19:26:43 Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... 19:26:43 Unpacking libsodium-dev:amd64 (1.0.18-1) ... 19:26:43 Selecting previously unselected package libzmq5:amd64. 19:26:43 Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 19:26:43 Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 19:26:43 Selecting previously unselected package libkrb5-dev:amd64. 19:26:43 Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 19:26:43 Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 19:26:43 Selecting previously unselected package libzmq3-dev:amd64. 19:26:43 Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... 19:26:43 Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 19:26:43 Selecting previously unselected package pkg-config. 19:26:43 Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 19:26:43 Unpacking pkg-config (0.29.1-0ubuntu4) ... 19:26:43 Selecting previously unselected package zip. 19:26:43 Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... 19:26:43 Unpacking zip (3.0-11build1) ... 19:26:43 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... 19:26:43 Setting up libsodium23:amd64 (1.0.18-1) ... 19:26:44 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 19:26:44 No schema files found: doing nothing. 19:26:44 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 19:26:44 Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 19:26:44 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... 19:26:44 Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 19:26:44 Setting up liberror-perl (0.17029-1) ... 19:26:44 Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 19:26:44 Setting up zip (3.0-11build1) ... 19:26:44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 19:26:44 Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 19:26:44 Setting up pkg-config (0.29.1-0ubuntu4) ... 19:26:44 Setting up libsodium-dev:amd64 (1.0.18-1) ... 19:26:44 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 19:26:44 Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 19:26:44 Setting up git-man (1:2.25.1-1ubuntu3.2) ... 19:26:44 Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 19:26:44 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 19:26:44 Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 19:26:44 Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 19:26:44 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 19:26:44 Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 19:26:44 Setting up git (1:2.25.1-1ubuntu3.2) ... 19:26:44 Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 19:26:44 Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 19:26:44 Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 19:26:44 Processing triggers for libc-bin (2.31-0ubuntu9.7) ... 19:26:45 comerr-dev set to automatically installed. 19:26:45 git set to automatically installed. 19:26:45 git-man set to automatically installed. 19:26:45 krb5-multidev set to automatically installed. 19:26:45 libbrotli1 set to automatically installed. 19:26:45 libcurl3-gnutls set to automatically installed. 19:26:45 liberror-perl set to automatically installed. 19:26:45 libglib2.0-0 set to automatically installed. 19:26:45 libgssrpc4 set to automatically installed. 19:26:45 libkadm5clnt-mit11 set to automatically installed. 19:26:45 libkadm5srv-mit11 set to automatically installed. 19:26:45 libkdb5-9 set to automatically installed. 19:26:45 libkrb5-dev set to automatically installed. 19:26:45 libnghttp2-14 set to automatically installed. 19:26:45 libnorm-dev set to automatically installed. 19:26:45 libnorm1 set to automatically installed. 19:26:45 libpgm-5.2-0 set to automatically installed. 19:26:45 libpgm-dev set to automatically installed. 19:26:45 libpsl5 set to automatically installed. 19:26:45 librtmp1 set to automatically installed. 19:26:45 libsodium-dev set to automatically installed. 19:26:45 libsodium23 set to automatically installed. 19:26:45 libssh-4 set to automatically installed. 19:26:45 libzmq3-dev set to automatically installed. 19:26:45 libzmq5 set to automatically installed. 19:26:45 pkg-config set to automatically installed. 19:26:45 zip set to automatically installed. 19:26:45 snapd is not logged in, snap install commands will use sudo 19:26:55 ---> c12423f8d1bc 19:26:55 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:26:55 ---> Running in a776a9b1d96e 19:26:56 ---> 64a674136e75 19:26:56 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:26:56 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 19:26:56 ---> Running in ef61b7896444 19:26:56 ---> 1404a11dd78c 19:26:56 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:26:56 ---> Running in 4b91b9f95009 19:26:57 go (1.17/stable) 1.17.8 from Michael Hudson-Doyle (mwhudson) installed 19:26:57 Downloading snap 'edgex-app-service-configurable' 19:26:57 Removing intermediate container ef61b7896444 19:26:57 ---> 9ba0b8f3319f 19:26:57 Step 10/25 : RUN mkdir -p spire-build 19:26:57 ---> Running in 0b0c7a40f0c3 19:26:59 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 19:26:59 Pulling app-service-configurable 19:26:59 + snapcraftctl pull 19:27:00 ---> a43d61a2e8dc 19:27:00 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:27:00 ---> Running in d651e3d120f9 19:27:00 ---> dc5d2dc0ce76 19:27:00 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:27:01 ---> Running in 3abfb906a2b9 19:27:01 Pulling config-common 19:27:01 + snapcraftctl pull 19:27:02 Removing intermediate container 3abfb906a2b9 19:27:02 ---> d8dbc90587da 19:27:02 Step 10/26 : RUN mkdir -p spire-build 19:27:02 Pulling go-build-helper 19:27:02 + snapcraftctl pull 19:27:02 ---> Running in a0c2658f505c 19:27:03 Removing intermediate container 0b0c7a40f0c3 19:27:03 ---> 81708de42e01 19:27:03 Step 11/25 : WORKDIR /edgex-go/spire-build 19:27:03 ---> Running in cc1de9d58843 19:27:03 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 19:27:03 'edgex-go' has dependencies that need to be staged: go-build-helper 19:27:03 Skipping pull go-build-helper (already ran) 19:27:03 Building go-build-helper 19:27:03 + snapcraftctl build 19:27:04 Removing intermediate container cc1de9d58843 19:27:04 ---> 1f1c0f1d5f63 19:27:04 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 19:27:04 ---> Running in 3767e35a4a83 19:27:04 + cp --archive --link --no-dereference . /root/parts/go-build-helper/install 19:27:05 Staging go-build-helper 19:27:05 + snapcraftctl stage 19:27:07 Removing intermediate container a0c2658f505c 19:27:07 ---> c2c8390f54c9 19:27:07 Step 11/26 : WORKDIR /edgex-go/spire-build 19:27:07 ---> Running in d64a9cbd64fd 19:27:08 Removing intermediate container d64a9cbd64fd 19:27:08 ---> 83487678c766 19:27:08 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 19:27:08 ---> Running in 2f1e3baebb88 19:27:08 spire-1.2.1/ 19:27:08 spire-1.2.1/.data/ 19:27:08 spire-1.2.1/.data/.file 19:27:08 spire-1.2.1/.dockerignore 19:27:08 spire-1.2.1/.gitattributes 19:27:08 spire-1.2.1/.githooks/ 19:27:08 spire-1.2.1/.githooks/pre-commit 19:27:08 spire-1.2.1/.github/ 19:27:08 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:27:08 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:27:08 spire-1.2.1/.github/dependabot.yml 19:27:08 spire-1.2.1/.github/workflows/ 19:27:08 spire-1.2.1/.github/workflows/nightly_build.yaml 19:27:08 spire-1.2.1/.github/workflows/pr_build.yaml 19:27:08 spire-1.2.1/.github/workflows/release_build.yaml 19:27:08 spire-1.2.1/.github/workflows/scripts/ 19:27:08 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:27:08 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:27:08 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:27:08 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:27:08 spire-1.2.1/.github/workflows/scripts/split.sh 19:27:08 spire-1.2.1/.gitignore 19:27:08 spire-1.2.1/.go-version 19:27:08 spire-1.2.1/.golangci.yml 19:27:08 spire-1.2.1/ADOPTERS.md 19:27:08 spire-1.2.1/CHANGELOG.md 19:27:08 spire-1.2.1/CODE-OF-CONDUCT.md 19:27:08 spire-1.2.1/CODEOWNERS 19:27:08 spire-1.2.1/CONTRIBUTING.md 19:27:08 spire-1.2.1/Dockerfile 19:27:08 spire-1.2.1/Dockerfile.dev 19:27:08 spire-1.2.1/Dockerfile.scratch 19:27:08 spire-1.2.1/LICENSE 19:27:08 spire-1.2.1/MAINTAINERS.md 19:27:08 spire-1.2.1/Makefile 19:27:08 spire-1.2.1/README.md 19:27:08 spire-1.2.1/ROADMAP.md 19:27:08 spire-1.2.1/SECURITY.md 19:27:08 spire-1.2.1/cmd/ 19:27:08 spire-1.2.1/cmd/spire-agent/ 19:27:08 spire-1.2.1/cmd/spire-agent/cli/ 19:27:08 spire-1.2.1/cmd/spire-agent/cli/api/ 19:27:08 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/common/ 19:27:08 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:27:08 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/run/ 19:27:08 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:27:08 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:27:08 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:27:08 spire-1.2.1/cmd/spire-agent/main.go 19:27:08 spire-1.2.1/cmd/spire-server/ 19:27:08 spire-1.2.1/cmd/spire-server/cli/ 19:27:08 spire-1.2.1/cmd/spire-server/cli/agent/ 19:27:08 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:27:08 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/cli.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/ 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/ 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:27:08 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:27:08 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/run/ 19:27:08 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/token/ 19:27:08 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:27:08 spire-1.2.1/cmd/spire-server/cli/validate/ 19:27:09 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:27:09 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:27:09 spire-1.2.1/cmd/spire-server/cli/x509/ 19:27:09 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:27:09 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:27:09 spire-1.2.1/cmd/spire-server/main.go 19:27:09 spire-1.2.1/cmd/spire-server/util/ 19:27:09 spire-1.2.1/cmd/spire-server/util/util.go 19:27:09 spire-1.2.1/conf/ 19:27:09 spire-1.2.1/conf/agent/ 19:27:09 spire-1.2.1/conf/agent/agent.conf 19:27:09 spire-1.2.1/conf/agent/agent_full.conf 19:27:09 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:27:09 spire-1.2.1/conf/server/ 19:27:09 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:27:09 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:27:09 spire-1.2.1/conf/server/server.conf 19:27:09 spire-1.2.1/conf/server/server_full.conf 19:27:09 spire-1.2.1/doc/ 19:27:09 spire-1.2.1/doc/SPIRE101.md 19:27:09 spire-1.2.1/doc/auditlog.md 19:27:09 spire-1.2.1/doc/authorization_policy_engine.md 19:27:09 spire-1.2.1/doc/changelog_guidelines.md 19:27:09 spire-1.2.1/doc/cure53-report.pdf 19:27:09 spire-1.2.1/doc/images/ 19:27:09 spire-1.2.1/doc/images/2019_roadmap.png 19:27:09 spire-1.2.1/doc/images/SPIRE101.png 19:27:09 spire-1.2.1/doc/images/SPIRE_agent.png 19:27:09 spire-1.2.1/doc/images/SPIRE_server.png 19:27:09 spire-1.2.1/doc/images/cache_mgr.png 19:27:09 spire-1.2.1/doc/images/cache_mgr_components.png 19:27:09 spire-1.2.1/doc/images/federated_spire.png 19:27:09 spire-1.2.1/doc/images/ha_mode.png 19:27:09 spire-1.2.1/doc/images/nested_spire.png 19:27:09 spire-1.2.1/doc/images/oidc_federation.png 19:27:09 spire-1.2.1/doc/images/single_trust_domain.png 19:27:09 spire-1.2.1/doc/images/spiffe_compatible.png 19:27:09 spire-1.2.1/doc/images/spire_logo.png 19:27:09 spire-1.2.1/doc/migrating_registration_api_clients.md 19:27:09 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:27:09 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:27:09 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:27:09 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:27:09 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:27:09 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:27:09 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:27:09 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:27:09 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:27:09 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:27:09 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:27:09 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:27:09 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:27:09 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:27:09 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:27:09 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:27:09 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:27:09 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:27:09 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:27:09 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:27:09 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:27:09 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:27:09 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:27:09 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:27:09 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:27:09 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:27:09 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:27:09 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:27:09 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:27:09 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:27:09 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:27:09 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:27:09 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:27:09 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:27:09 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:27:09 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:27:09 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:27:09 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:27:09 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:27:09 spire-1.2.1/doc/scaling_spire.md 19:27:09 spire-1.2.1/doc/spire_agent.md 19:27:09 spire-1.2.1/doc/spire_server.md 19:27:09 spire-1.2.1/doc/supported_integrations.md 19:27:09 spire-1.2.1/doc/telemetry.md 19:27:09 spire-1.2.1/doc/telemetry_config.md 19:27:09 spire-1.2.1/doc/upgrading.md 19:27:09 spire-1.2.1/doc/using_spire.md 19:27:09 spire-1.2.1/examples/ 19:27:09 spire-1.2.1/examples/README.md 19:27:09 spire-1.2.1/go.mod 19:27:09 spire-1.2.1/go.sum 19:27:09 spire-1.2.1/pkg/ 19:27:09 spire-1.2.1/pkg/agent/ 19:27:09 spire-1.2.1/pkg/agent/agent.go 19:27:09 spire-1.2.1/pkg/agent/api/ 19:27:09 spire-1.2.1/pkg/agent/api/config.go 19:27:09 spire-1.2.1/pkg/agent/api/debug/ 19:27:09 spire-1.2.1/pkg/agent/api/debug/v1/ 19:27:09 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:27:09 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:27:09 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:27:09 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:27:09 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:27:09 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:27:09 spire-1.2.1/pkg/agent/api/endpoints.go 19:27:09 spire-1.2.1/pkg/agent/api/health/ 19:27:09 spire-1.2.1/pkg/agent/api/health/v1/ 19:27:09 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:27:09 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:27:09 spire-1.2.1/pkg/agent/api/rpccontext/ 19:27:09 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:27:09 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:27:09 spire-1.2.1/pkg/agent/attestor/ 19:27:09 spire-1.2.1/pkg/agent/attestor/node/ 19:27:09 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:27:09 spire-1.2.1/pkg/agent/attestor/node/node.go 19:27:09 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:27:09 spire-1.2.1/pkg/agent/attestor/workload/ 19:27:09 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:27:09 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:27:09 spire-1.2.1/pkg/agent/catalog/ 19:27:09 spire-1.2.1/pkg/agent/catalog/catalog.go 19:27:09 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:27:09 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:27:09 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:27:09 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:27:09 spire-1.2.1/pkg/agent/client/ 19:27:09 spire-1.2.1/pkg/agent/client/client.go 19:27:09 spire-1.2.1/pkg/agent/client/client_test.go 19:27:09 spire-1.2.1/pkg/agent/client/dial.go 19:27:09 spire-1.2.1/pkg/agent/client/nodeconn.go 19:27:09 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:27:09 spire-1.2.1/pkg/agent/client/update.go 19:27:09 spire-1.2.1/pkg/agent/client/util.go 19:27:09 spire-1.2.1/pkg/agent/common/ 19:27:09 spire-1.2.1/pkg/agent/common/backoff/ 19:27:09 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:27:09 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:27:09 spire-1.2.1/pkg/agent/common/cgroups/ 19:27:09 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:27:09 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:27:09 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:27:09 spire-1.2.1/pkg/agent/config.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/ 19:27:09 spire-1.2.1/pkg/agent/endpoints/config.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:27:09 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:27:09 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/workload/ 19:27:09 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:27:09 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:27:09 spire-1.2.1/pkg/agent/manager/ 19:27:09 spire-1.2.1/pkg/agent/manager/cache/ 19:27:09 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:27:09 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:27:09 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:27:09 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:27:09 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:27:09 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:27:09 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:27:09 spire-1.2.1/pkg/agent/manager/config.go 19:27:09 spire-1.2.1/pkg/agent/manager/manager.go 19:27:09 spire-1.2.1/pkg/agent/manager/manager_test.go 19:27:09 spire-1.2.1/pkg/agent/manager/storage.go 19:27:09 spire-1.2.1/pkg/agent/manager/storage_test.go 19:27:09 spire-1.2.1/pkg/agent/manager/storecache/ 19:27:09 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:27:09 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:27:09 spire-1.2.1/pkg/agent/manager/sync.go 19:27:09 spire-1.2.1/pkg/agent/plugin/ 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:27:09 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:27:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:27:09 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:27:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:27:09 spire-1.2.1/pkg/agent/svid/ 19:27:09 spire-1.2.1/pkg/agent/svid/rotator.go 19:27:09 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:27:09 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:27:09 spire-1.2.1/pkg/agent/svid/store/ 19:27:09 spire-1.2.1/pkg/agent/svid/store/service.go 19:27:09 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:27:09 spire-1.2.1/pkg/common/ 19:27:09 spire-1.2.1/pkg/common/agentpathtemplate/ 19:27:09 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:27:09 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:27:09 spire-1.2.1/pkg/common/api/ 19:27:09 spire-1.2.1/pkg/common/api/metrics.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/ 19:27:09 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/logger.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/names.go 19:27:09 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:27:09 spire-1.2.1/pkg/common/api/names.go 19:27:09 spire-1.2.1/pkg/common/api/ratelimit.go 19:27:09 spire-1.2.1/pkg/common/api/rpccontext/ 19:27:09 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:27:09 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:27:09 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:27:09 spire-1.2.1/pkg/common/auth/ 19:27:09 spire-1.2.1/pkg/common/auth/interceptors.go 19:27:09 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:27:09 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:27:09 spire-1.2.1/pkg/common/bundleutil/ 19:27:09 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:27:09 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:27:09 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:27:09 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:27:09 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:27:09 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:27:09 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:27:09 spire-1.2.1/pkg/common/bundleutil/types.go 19:27:09 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:27:09 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:27:09 spire-1.2.1/pkg/common/catalog/ 19:27:09 spire-1.2.1/pkg/common/catalog/bind.go 19:27:09 spire-1.2.1/pkg/common/catalog/builtin.go 19:27:09 spire-1.2.1/pkg/common/catalog/catalog.go 19:27:09 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:27:09 spire-1.2.1/pkg/common/catalog/closers.go 19:27:09 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:27:09 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:27:09 spire-1.2.1/pkg/common/catalog/config.go 19:27:09 spire-1.2.1/pkg/common/catalog/config_test.go 19:27:09 spire-1.2.1/pkg/common/catalog/configure.go 19:27:09 spire-1.2.1/pkg/common/catalog/constraints.go 19:27:09 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:27:09 spire-1.2.1/pkg/common/catalog/context.go 19:27:09 spire-1.2.1/pkg/common/catalog/external.go 19:27:09 spire-1.2.1/pkg/common/catalog/host.go 19:27:09 spire-1.2.1/pkg/common/catalog/pipenet.go 19:27:09 spire-1.2.1/pkg/common/catalog/plugin.go 19:27:09 spire-1.2.1/pkg/common/catalog/testplugin/ 19:27:09 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:27:09 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:27:09 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:27:09 spire-1.2.1/pkg/common/cli/ 19:27:09 spire-1.2.1/pkg/common/cli/env.go 19:27:09 spire-1.2.1/pkg/common/cli/flags.go 19:27:09 spire-1.2.1/pkg/common/cli/trust_domain.go 19:27:09 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:27:09 spire-1.2.1/pkg/common/cli/umask.go 19:27:09 spire-1.2.1/pkg/common/cli/umask_posix.go 19:27:09 spire-1.2.1/pkg/common/cli/umask_test.go 19:27:09 spire-1.2.1/pkg/common/cli/umask_windows.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/ 19:27:09 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/flag.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/format.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/ 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:27:09 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:27:09 spire-1.2.1/pkg/common/coretypes/ 19:27:09 spire-1.2.1/pkg/common/coretypes/bundle/ 19:27:09 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:27:09 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:27:09 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:27:09 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:27:09 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:27:09 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:27:09 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:27:09 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:27:09 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:27:09 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:27:09 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:27:09 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:27:09 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:27:09 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:27:09 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:27:09 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:27:09 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:27:09 spire-1.2.1/pkg/common/cryptoutil/ 19:27:09 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:27:09 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:27:09 spire-1.2.1/pkg/common/diskutil/ 19:27:09 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:27:09 spire-1.2.1/pkg/common/diskutil/file_test.go 19:27:09 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:27:09 spire-1.2.1/pkg/common/errorutil/ 19:27:09 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:27:09 spire-1.2.1/pkg/common/health/ 19:27:09 spire-1.2.1/pkg/common/health/config.go 19:27:09 spire-1.2.1/pkg/common/health/context.go 19:27:09 spire-1.2.1/pkg/common/health/context_test.go 19:27:09 spire-1.2.1/pkg/common/health/health.go 19:27:09 spire-1.2.1/pkg/common/health/health_test.go 19:27:09 spire-1.2.1/pkg/common/health/logger.go 19:27:09 spire-1.2.1/pkg/common/hostservice/ 19:27:09 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:27:09 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:27:09 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:27:09 spire-1.2.1/pkg/common/idutil/ 19:27:09 spire-1.2.1/pkg/common/idutil/require.go 19:27:09 spire-1.2.1/pkg/common/idutil/require_test.go 19:27:09 spire-1.2.1/pkg/common/idutil/safety.go 19:27:09 spire-1.2.1/pkg/common/idutil/safety_test.go 19:27:09 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:27:09 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:27:09 spire-1.2.1/pkg/common/jwtsvid/ 19:27:09 spire-1.2.1/pkg/common/jwtsvid/common.go 19:27:09 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:27:09 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:27:09 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:27:09 spire-1.2.1/pkg/common/jwtutil/ 19:27:09 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:27:09 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:27:09 spire-1.2.1/pkg/common/log/ 19:27:09 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:27:09 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:27:09 spire-1.2.1/pkg/common/log/log.go 19:27:09 spire-1.2.1/pkg/common/log/log_test.go 19:27:09 spire-1.2.1/pkg/common/log/options.go 19:27:09 spire-1.2.1/pkg/common/nodeutil/ 19:27:09 spire-1.2.1/pkg/common/nodeutil/node.go 19:27:09 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:27:09 spire-1.2.1/pkg/common/peertracker/ 19:27:09 spire-1.2.1/pkg/common/peertracker/conn.go 19:27:09 spire-1.2.1/pkg/common/peertracker/credentials.go 19:27:09 spire-1.2.1/pkg/common/peertracker/errors.go 19:27:09 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:27:09 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:27:09 spire-1.2.1/pkg/common/peertracker/info.go 19:27:09 spire-1.2.1/pkg/common/peertracker/listener.go 19:27:09 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:27:09 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:27:09 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:27:09 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:27:09 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:27:09 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:27:09 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:27:09 spire-1.2.1/pkg/common/peertracker/tcp.go 19:27:09 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:27:09 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:27:09 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:27:09 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:27:09 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:27:09 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:27:09 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:27:09 spire-1.2.1/pkg/common/peertracker/uds.go 19:27:09 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:27:09 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:27:09 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:27:09 spire-1.2.1/pkg/common/pemutil/ 19:27:09 spire-1.2.1/pkg/common/pemutil/block.go 19:27:09 spire-1.2.1/pkg/common/pemutil/certs.go 19:27:09 spire-1.2.1/pkg/common/pemutil/common.go 19:27:09 spire-1.2.1/pkg/common/pemutil/csr.go 19:27:09 spire-1.2.1/pkg/common/pemutil/keys.go 19:27:09 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:27:09 spire-1.2.1/pkg/common/pemutil/testdata/ 19:27:09 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:27:09 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:27:09 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:27:09 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:27:09 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:27:09 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:27:09 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:27:09 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:27:09 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:27:09 spire-1.2.1/pkg/common/plugin/ 19:27:09 spire-1.2.1/pkg/common/plugin/aws/ 19:27:09 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:27:09 spire-1.2.1/pkg/common/plugin/azure/ 19:27:09 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:27:09 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:27:09 spire-1.2.1/pkg/common/plugin/facade.go 19:27:09 spire-1.2.1/pkg/common/plugin/facade_test.go 19:27:09 spire-1.2.1/pkg/common/plugin/gcp/ 19:27:09 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:27:09 spire-1.2.1/pkg/common/plugin/k8s/ 19:27:09 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:27:09 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:27:09 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:27:09 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:27:09 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:27:09 spire-1.2.1/pkg/common/plugin/log.go 19:27:09 spire-1.2.1/pkg/common/plugin/sshpop/ 19:27:09 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:27:09 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:27:09 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:27:09 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:27:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:27:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:27:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:27:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:27:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:27:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:27:09 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:27:09 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:27:09 spire-1.2.1/pkg/common/plugin/x509pop/ 19:27:09 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:27:09 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:27:09 spire-1.2.1/pkg/common/profiling/ 19:27:09 spire-1.2.1/pkg/common/profiling/dumpers.go 19:27:09 spire-1.2.1/pkg/common/profiling/profiling.go 19:27:09 spire-1.2.1/pkg/common/protoutil/ 19:27:09 spire-1.2.1/pkg/common/protoutil/masks.go 19:27:09 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:27:09 spire-1.2.1/pkg/common/rotationutil/ 19:27:09 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:27:09 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:27:09 spire-1.2.1/pkg/common/selector/ 19:27:09 spire-1.2.1/pkg/common/selector/selector.go 19:27:09 spire-1.2.1/pkg/common/selector/selector_test.go 19:27:09 spire-1.2.1/pkg/common/selector/set.go 19:27:09 spire-1.2.1/pkg/common/selector/set_utils.go 19:27:09 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:27:09 spire-1.2.1/pkg/common/telemetry/ 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/ 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:27:09 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:27:09 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:27:09 spire-1.2.1/pkg/common/telemetry/call.go 19:27:09 spire-1.2.1/pkg/common/telemetry/common/ 19:27:09 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:27:09 spire-1.2.1/pkg/common/telemetry/config.go 19:27:09 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:27:09 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:27:09 spire-1.2.1/pkg/common/telemetry/inmem.go 19:27:09 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:27:09 spire-1.2.1/pkg/common/telemetry/m3.go 19:27:09 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:27:09 spire-1.2.1/pkg/common/telemetry/metrics.go 19:27:09 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:27:09 spire-1.2.1/pkg/common/telemetry/names.go 19:27:09 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:27:09 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:27:09 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:27:09 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/ 19:27:09 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:27:09 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:27:09 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:27:09 spire-1.2.1/pkg/common/telemetry/server/server.go 19:27:09 spire-1.2.1/pkg/common/telemetry/sink.go 19:27:09 spire-1.2.1/pkg/common/telemetry/statsd.go 19:27:09 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:27:09 spire-1.2.1/pkg/common/telemetry/uptime.go 19:27:09 spire-1.2.1/pkg/common/telemetry/version.go 19:27:09 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:27:09 spire-1.2.1/pkg/common/uptime/ 19:27:09 spire-1.2.1/pkg/common/uptime/uptime.go 19:27:09 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:27:09 spire-1.2.1/pkg/common/util/ 19:27:09 spire-1.2.1/pkg/common/util/certs.go 19:27:09 spire-1.2.1/pkg/common/util/certs_test.go 19:27:09 spire-1.2.1/pkg/common/util/csr.go 19:27:09 spire-1.2.1/pkg/common/util/hash.go 19:27:09 spire-1.2.1/pkg/common/util/selectors.go 19:27:09 spire-1.2.1/pkg/common/util/selectors_test.go 19:27:09 spire-1.2.1/pkg/common/util/signals.go 19:27:09 spire-1.2.1/pkg/common/util/sort.go 19:27:09 spire-1.2.1/pkg/common/util/sort_test.go 19:27:09 spire-1.2.1/pkg/common/util/task.go 19:27:09 spire-1.2.1/pkg/common/util/task_test.go 19:27:09 spire-1.2.1/pkg/common/util/testdata/ 19:27:09 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:27:09 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:27:09 spire-1.2.1/pkg/common/version/ 19:27:09 spire-1.2.1/pkg/common/version/version.go 19:27:09 spire-1.2.1/pkg/common/x509svid/ 19:27:09 spire-1.2.1/pkg/common/x509svid/common_test.go 19:27:09 spire-1.2.1/pkg/common/x509svid/csr.go 19:27:09 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:27:09 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:27:09 spire-1.2.1/pkg/common/x509util/ 19:27:09 spire-1.2.1/pkg/common/x509util/cert.go 19:27:09 spire-1.2.1/pkg/common/x509util/dns.go 19:27:09 spire-1.2.1/pkg/common/x509util/dns_test.go 19:27:09 spire-1.2.1/pkg/common/x509util/keyid.go 19:27:09 spire-1.2.1/pkg/common/x509util/keypair.go 19:27:09 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:27:09 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:27:09 spire-1.2.1/pkg/server/ 19:27:09 spire-1.2.1/pkg/server/api/ 19:27:09 spire-1.2.1/pkg/server/api/agent.go 19:27:09 spire-1.2.1/pkg/server/api/agent/ 19:27:09 spire-1.2.1/pkg/server/api/agent/v1/ 19:27:09 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:27:09 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:27:09 spire-1.2.1/pkg/server/api/agent_test.go 19:27:09 spire-1.2.1/pkg/server/api/api.go 19:27:09 spire-1.2.1/pkg/server/api/audit/ 19:27:09 spire-1.2.1/pkg/server/api/audit/audit.go 19:27:09 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:27:09 spire-1.2.1/pkg/server/api/bundle.go 19:27:09 spire-1.2.1/pkg/server/api/bundle/ 19:27:09 spire-1.2.1/pkg/server/api/bundle/v1/ 19:27:09 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:27:09 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:27:09 spire-1.2.1/pkg/server/api/bundle_test.go 19:27:09 spire-1.2.1/pkg/server/api/debug/ 19:27:09 spire-1.2.1/pkg/server/api/debug/v1/ 19:27:09 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:27:09 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:27:09 spire-1.2.1/pkg/server/api/entry.go 19:27:09 spire-1.2.1/pkg/server/api/entry/ 19:27:09 spire-1.2.1/pkg/server/api/entry/v1/ 19:27:09 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:27:09 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:27:09 spire-1.2.1/pkg/server/api/entry_test.go 19:27:09 spire-1.2.1/pkg/server/api/health/ 19:27:09 spire-1.2.1/pkg/server/api/health/v1/ 19:27:09 spire-1.2.1/pkg/server/api/health/v1/service.go 19:27:09 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:27:09 spire-1.2.1/pkg/server/api/id.go 19:27:09 spire-1.2.1/pkg/server/api/id_test.go 19:27:09 spire-1.2.1/pkg/server/api/limits/ 19:27:09 spire-1.2.1/pkg/server/api/limits/limits.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/ 19:27:09 spire-1.2.1/pkg/server/api/middleware/alias.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/audit.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/caller.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/common.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/entries.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:27:09 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:27:09 spire-1.2.1/pkg/server/api/ratelimit.go 19:27:09 spire-1.2.1/pkg/server/api/rpccontext/ 19:27:09 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:27:09 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:27:09 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:27:09 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:27:09 spire-1.2.1/pkg/server/api/selector.go 19:27:09 spire-1.2.1/pkg/server/api/selector_test.go 19:27:09 spire-1.2.1/pkg/server/api/status.go 19:27:09 spire-1.2.1/pkg/server/api/status_test.go 19:27:09 spire-1.2.1/pkg/server/api/svid/ 19:27:09 spire-1.2.1/pkg/server/api/svid/v1/ 19:27:09 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:27:09 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:27:09 spire-1.2.1/pkg/server/api/trustdomain.go 19:27:09 spire-1.2.1/pkg/server/api/trustdomain/ 19:27:09 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:27:09 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:27:09 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:27:09 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:27:09 spire-1.2.1/pkg/server/authpolicy/ 19:27:09 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:27:09 spire-1.2.1/pkg/server/authpolicy/policy.go 19:27:09 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:27:09 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:27:09 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:27:09 spire-1.2.1/pkg/server/authpolicy/validate.go 19:27:09 spire-1.2.1/pkg/server/bundle/ 19:27:09 spire-1.2.1/pkg/server/bundle/client/ 19:27:09 spire-1.2.1/pkg/server/bundle/client/client.go 19:27:09 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:27:09 spire-1.2.1/pkg/server/bundle/client/manager.go 19:27:09 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:27:09 spire-1.2.1/pkg/server/bundle/client/sources.go 19:27:09 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:27:09 spire-1.2.1/pkg/server/bundle/client/updater.go 19:27:09 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:27:09 spire-1.2.1/pkg/server/ca/ 19:27:09 spire-1.2.1/pkg/server/ca/ca.go 19:27:09 spire-1.2.1/pkg/server/ca/ca_health.go 19:27:09 spire-1.2.1/pkg/server/ca/ca_test.go 19:27:09 spire-1.2.1/pkg/server/ca/journal.go 19:27:09 spire-1.2.1/pkg/server/ca/journal_test.go 19:27:09 spire-1.2.1/pkg/server/ca/manager.go 19:27:09 spire-1.2.1/pkg/server/ca/manager_health.go 19:27:09 spire-1.2.1/pkg/server/ca/manager_test.go 19:27:09 spire-1.2.1/pkg/server/ca/templates.go 19:27:09 spire-1.2.1/pkg/server/ca/upstream_client.go 19:27:09 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:27:09 spire-1.2.1/pkg/server/ca/validation.go 19:27:09 spire-1.2.1/pkg/server/cache/ 19:27:09 spire-1.2.1/pkg/server/cache/dscache/ 19:27:09 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:27:09 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:27:09 spire-1.2.1/pkg/server/cache/entrycache/ 19:27:09 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:27:09 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:27:09 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:27:09 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:27:09 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:27:09 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:27:09 spire-1.2.1/pkg/server/catalog/ 19:27:09 spire-1.2.1/pkg/server/catalog/catalog.go 19:27:09 spire-1.2.1/pkg/server/catalog/keymanager.go 19:27:09 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:27:09 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:27:09 spire-1.2.1/pkg/server/catalog/notifier.go 19:27:09 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:27:09 spire-1.2.1/pkg/server/config.go 19:27:09 spire-1.2.1/pkg/server/datastore/ 19:27:09 spire-1.2.1/pkg/server/datastore/datastore.go 19:27:09 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:27:09 spire-1.2.1/pkg/server/datastore/repository.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:27:09 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:27:09 spire-1.2.1/pkg/server/endpoints/ 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/ 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:27:09 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:27:09 spire-1.2.1/pkg/server/endpoints/config.go 19:27:09 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:27:09 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:27:09 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:27:09 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:27:09 spire-1.2.1/pkg/server/endpoints/middleware.go 19:27:09 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:27:09 spire-1.2.1/pkg/server/hostservice/ 19:27:09 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:27:09 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:27:09 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:27:09 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:27:10 Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] 19:27:10 Fetched 290 kB in 0s (0 B/s) 19:27:10 Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] 19:27:10 Fetched 158 kB in 0s (0 B/s) 19:27:10 Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] 19:27:10 Fetched 242 kB in 0s (0 B/s) 19:27:10 Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] 19:27:10 Fetched 150 kB in 0s (0 B/s) 19:27:10 Pulling edgex-go 19:27:10 + snapcraftctl pull 19:27:10 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:27:10 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:27:10 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:27:10 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/ 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/ 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:27:10 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:27:10 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:27:10 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:27:10 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:27:10 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:27:10 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:27:10 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:27:10 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:27:10 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/ 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:27:10 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:27:10 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:27:10 spire-1.2.1/pkg/server/registration/ 19:27:10 spire-1.2.1/pkg/server/registration/manager.go 19:27:10 spire-1.2.1/pkg/server/registration/manager_test.go 19:27:10 spire-1.2.1/pkg/server/scanentries.go 19:27:10 spire-1.2.1/pkg/server/scanentries_test.go 19:27:10 spire-1.2.1/pkg/server/server.go 19:27:10 spire-1.2.1/pkg/server/server_test.go 19:27:10 spire-1.2.1/pkg/server/svid/ 19:27:10 spire-1.2.1/pkg/server/svid/observer.go 19:27:10 spire-1.2.1/pkg/server/svid/observer_test.go 19:27:10 spire-1.2.1/pkg/server/svid/rotator.go 19:27:10 spire-1.2.1/pkg/server/svid/rotator_config.go 19:27:10 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:27:10 spire-1.2.1/pkg/server/svid/rotator_test.go 19:27:10 spire-1.2.1/proto/ 19:27:10 spire-1.2.1/proto/private/ 19:27:10 spire-1.2.1/proto/private/server/ 19:27:10 spire-1.2.1/proto/private/server/journal/ 19:27:10 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:27:10 spire-1.2.1/proto/private/server/journal/journal.proto 19:27:10 spire-1.2.1/proto/spire/ 19:27:10 spire-1.2.1/proto/spire/common/ 19:27:10 spire-1.2.1/proto/spire/common/common.pb.go 19:27:10 spire-1.2.1/proto/spire/common/common.proto 19:27:10 spire-1.2.1/proto/spire/common/plugin/ 19:27:10 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:27:10 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:27:10 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:27:10 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:27:10 spire-1.2.1/proto/spire/plugin/ 19:27:10 spire-1.2.1/proto/spire/plugin/agent/ 19:27:10 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:27:10 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:27:10 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:27:10 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:27:10 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:27:10 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:27:10 spire-1.2.1/release/ 19:27:10 spire-1.2.1/release/spire-extras/ 19:27:10 spire-1.2.1/release/spire-extras/README.md 19:27:10 spire-1.2.1/release/spire-extras/conf/ 19:27:10 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:27:10 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:27:10 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:27:10 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:27:10 spire-1.2.1/release/spire/ 19:27:10 spire-1.2.1/release/spire/README.md 19:27:10 spire-1.2.1/release/spire/conf/ 19:27:10 spire-1.2.1/release/spire/conf/agent/ 19:27:10 spire-1.2.1/release/spire/conf/agent/agent.conf 19:27:10 spire-1.2.1/release/spire/conf/server/ 19:27:10 spire-1.2.1/release/spire/conf/server/server.conf 19:27:10 spire-1.2.1/script/ 19:27:10 spire-1.2.1/script/build-artifact.sh 19:27:10 spire-1.2.1/script/generate_dummy_ca.sh 19:27:10 spire-1.2.1/support/ 19:27:10 spire-1.2.1/support/k8s/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:27:10 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/ 19:27:10 spire-1.2.1/support/oidc-discovery-provider/README.md 19:27:10 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/config.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/main.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:27:10 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:27:10 spire-1.2.1/test/ 19:27:10 spire-1.2.1/test/clock/ 19:27:10 spire-1.2.1/test/clock/clock.go 19:27:10 spire-1.2.1/test/fakes/ 19:27:10 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:27:10 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:27:10 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:27:10 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:27:10 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:27:10 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:27:10 spire-1.2.1/test/fakes/fakeagentstore/ 19:27:10 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:27:10 spire-1.2.1/test/fakes/fakedatastore/ 19:27:10 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:27:10 spire-1.2.1/test/fakes/fakeentryclient/ 19:27:10 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:27:10 spire-1.2.1/test/fakes/fakehealthchecker/ 19:27:10 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:27:10 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:27:10 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:27:10 spire-1.2.1/test/fakes/fakemetrics/ 19:27:10 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:27:10 spire-1.2.1/test/fakes/fakenoderesolver/ 19:27:10 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:27:10 spire-1.2.1/test/fakes/fakenotifier/ 19:27:10 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:27:10 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:27:10 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:27:10 spire-1.2.1/test/fakes/fakeserverca/ 19:27:10 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:27:10 spire-1.2.1/test/fakes/fakeservercatalog/ 19:27:10 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:27:10 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:27:10 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:27:10 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:27:10 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:27:10 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:27:10 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:27:10 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:27:10 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:27:10 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:27:10 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:27:10 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:27:10 spire-1.2.1/test/fixture/ 19:27:10 spire-1.2.1/test/fixture/certs/ 19:27:10 spire-1.2.1/test/fixture/certs/agent_svid.der 19:27:10 spire-1.2.1/test/fixture/certs/base_cert.pem 19:27:10 spire-1.2.1/test/fixture/certs/base_csr.pem 19:27:10 spire-1.2.1/test/fixture/certs/base_key.pem 19:27:10 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:27:10 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:27:10 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:27:10 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:27:10 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:27:10 spire-1.2.1/test/fixture/certs/blog_key.pem 19:27:10 spire-1.2.1/test/fixture/certs/bundle.der 19:27:10 spire-1.2.1/test/fixture/certs/ca.pem 19:27:10 spire-1.2.1/test/fixture/certs/ca_key.pem 19:27:10 spire-1.2.1/test/fixture/certs/database_cert.pem 19:27:10 spire-1.2.1/test/fixture/certs/database_csr.pem 19:27:10 spire-1.2.1/test/fixture/certs/database_key.pem 19:27:10 spire-1.2.1/test/fixture/certs/node_cert.pem 19:27:10 spire-1.2.1/test/fixture/certs/node_csr.pem 19:27:10 spire-1.2.1/test/fixture/certs/node_key.pem 19:27:10 spire-1.2.1/test/fixture/certs/svid.pem 19:27:10 spire-1.2.1/test/fixture/certs/svid_key.pem 19:27:10 spire-1.2.1/test/fixture/config/ 19:27:10 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:27:10 spire-1.2.1/test/fixture/config/agent_good.conf 19:27:10 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:27:10 spire-1.2.1/test/fixture/config/plugin_good.conf 19:27:10 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:27:10 spire-1.2.1/test/fixture/config/server_good.conf 19:27:10 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:27:10 spire-1.2.1/test/fixture/fixture.go 19:27:10 spire-1.2.1/test/fixture/nodeattestor/ 19:27:10 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:27:10 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:27:10 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:27:10 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:27:10 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:27:10 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:27:10 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:27:10 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:27:10 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:27:10 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:27:10 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:27:10 spire-1.2.1/test/fixture/registration/ 19:27:10 spire-1.2.1/test/fixture/registration/entries.json 19:27:10 spire-1.2.1/test/fixture/registration/good-for-update.json 19:27:10 spire-1.2.1/test/fixture/registration/good.json 19:27:10 spire-1.2.1/test/fixture/registration/invalid.json 19:27:10 spire-1.2.1/test/fixture/registration/invalid_json.json 19:27:10 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:27:10 spire-1.2.1/test/integration/ 19:27:10 spire-1.2.1/test/integration/README.md 19:27:10 spire-1.2.1/test/integration/common 19:27:10 spire-1.2.1/test/integration/setup/ 19:27:10 spire-1.2.1/test/integration/setup/adminclient/ 19:27:10 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:27:10 spire-1.2.1/test/integration/setup/adminclient/client.go 19:27:10 spire-1.2.1/test/integration/setup/debugagent/ 19:27:10 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:27:10 spire-1.2.1/test/integration/setup/debugagent/main.go 19:27:10 spire-1.2.1/test/integration/setup/debugserver/ 19:27:10 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:27:10 spire-1.2.1/test/integration/setup/debugserver/main.go 19:27:10 spire-1.2.1/test/integration/setup/downstreamclient/ 19:27:10 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:27:10 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:27:10 spire-1.2.1/test/integration/setup/itclient/ 19:27:10 spire-1.2.1/test/integration/setup/itclient/client.go 19:27:10 spire-1.2.1/test/integration/setup/node-attestation/ 19:27:10 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:27:10 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:27:10 spire-1.2.1/test/integration/setup/x509pop/ 19:27:10 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:27:10 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:27:10 spire-1.2.1/test/integration/suites/ 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:27:10 spire-1.2.1/test/integration/suites/join-token/ 19:27:10 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:27:10 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:27:10 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:27:10 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:27:10 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:27:10 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:27:10 spire-1.2.1/test/integration/suites/join-token/README.md 19:27:10 spire-1.2.1/test/integration/suites/join-token/conf/ 19:27:10 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:27:10 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:27:10 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/join-token/teardown 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:27:10 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:27:10 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:27:10 spire-1.2.1/test/integration/suites/k8s/ 19:27:10 spire-1.2.1/test/integration/suites/k8s/00-setup 19:27:10 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:27:10 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:27:10 spire-1.2.1/test/integration/suites/k8s/README.md 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/ 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:27:10 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:27:10 spire-1.2.1/test/integration/suites/k8s/teardown 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/ 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:27:10 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:27:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:27:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:27:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:27:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:27:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:27:11 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:27:11 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:27:11 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:27:11 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:27:11 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:27:11 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/ 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:27:11 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:27:11 spire-1.2.1/test/integration/suites/rotation/ 19:27:11 spire-1.2.1/test/integration/suites/rotation/00-setup 19:27:11 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:27:11 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:27:11 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:27:11 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:27:11 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:27:11 spire-1.2.1/test/integration/suites/rotation/README.md 19:27:11 spire-1.2.1/test/integration/suites/rotation/conf/ 19:27:11 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:27:11 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:27:11 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:27:11 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:27:11 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:27:11 spire-1.2.1/test/integration/suites/rotation/teardown 19:27:11 spire-1.2.1/test/integration/suites/self-test/ 19:27:11 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:27:11 spire-1.2.1/test/integration/suites/self-test/README.md 19:27:11 spire-1.2.1/test/integration/suites/self-test/teardown 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:27:11 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:27:11 spire-1.2.1/test/integration/suites/upgrade/ 19:27:11 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:27:11 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:27:11 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:27:11 spire-1.2.1/test/integration/suites/upgrade/README.md 19:27:11 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:27:11 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:27:11 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:27:11 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:27:11 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:27:11 spire-1.2.1/test/integration/suites/upgrade/teardown 19:27:11 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:27:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:27:11 spire-1.2.1/test/integration/test-one.sh 19:27:11 spire-1.2.1/test/integration/test.sh 19:27:11 spire-1.2.1/test/plugintest/ 19:27:11 spire-1.2.1/test/plugintest/config.go 19:27:11 spire-1.2.1/test/plugintest/load.go 19:27:11 spire-1.2.1/test/plugintest/option.go 19:27:11 spire-1.2.1/test/spiretest/ 19:27:11 spire-1.2.1/test/spiretest/apiserver.go 19:27:11 spire-1.2.1/test/spiretest/assertions.go 19:27:11 spire-1.2.1/test/spiretest/dir.go 19:27:11 spire-1.2.1/test/spiretest/errors_posix.go 19:27:11 spire-1.2.1/test/spiretest/errors_windows.go 19:27:11 spire-1.2.1/test/spiretest/logs.go 19:27:11 spire-1.2.1/test/spiretest/socketapi.go 19:27:11 spire-1.2.1/test/spiretest/suite.go 19:27:11 spire-1.2.1/test/spiretest/x509.go 19:27:11 spire-1.2.1/test/testca/ 19:27:11 spire-1.2.1/test/testca/ca.go 19:27:11 spire-1.2.1/test/testkey/ 19:27:11 spire-1.2.1/test/testkey/generate.sh 19:27:11 spire-1.2.1/test/testkey/genkeys.go 19:27:11 spire-1.2.1/test/testkey/keys.go 19:27:11 spire-1.2.1/test/testkey/new.go 19:27:11 spire-1.2.1/test/tpmsimulator/ 19:27:11 spire-1.2.1/test/tpmsimulator/simulator.go 19:27:11 spire-1.2.1/test/util/ 19:27:11 spire-1.2.1/test/util/cert_fixtures.go 19:27:11 spire-1.2.1/test/util/cert_generation.go 19:27:11 spire-1.2.1/test/util/io_redirection.go 19:27:11 spire-1.2.1/test/util/race.go 19:27:11 spire-1.2.1/test/util/util.go 19:27:11 building spire from source... 19:27:11 spire-1.2.1/ 19:27:11 spire-1.2.1/.data/ 19:27:11 spire-1.2.1/.data/.file 19:27:11 spire-1.2.1/.dockerignore 19:27:11 spire-1.2.1/.gitattributes 19:27:11 spire-1.2.1/.githooks/ 19:27:11 spire-1.2.1/.githooks/pre-commit 19:27:11 spire-1.2.1/.github/ 19:27:11 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:27:11 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:27:11 spire-1.2.1/.github/dependabot.yml 19:27:11 spire-1.2.1/.github/workflows/ 19:27:11 spire-1.2.1/.github/workflows/nightly_build.yaml 19:27:11 spire-1.2.1/.github/workflows/pr_build.yaml 19:27:11 spire-1.2.1/.github/workflows/release_build.yaml 19:27:11 spire-1.2.1/.github/workflows/scripts/ 19:27:11 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:27:11 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:27:11 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:27:11 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:27:11 spire-1.2.1/.github/workflows/scripts/split.sh 19:27:11 spire-1.2.1/.gitignore 19:27:11 spire-1.2.1/.go-version 19:27:11 spire-1.2.1/.golangci.yml 19:27:11 spire-1.2.1/ADOPTERS.md 19:27:11 spire-1.2.1/CHANGELOG.md 19:27:11 spire-1.2.1/CODE-OF-CONDUCT.md 19:27:11 spire-1.2.1/CODEOWNERS 19:27:11 spire-1.2.1/CONTRIBUTING.md 19:27:11 spire-1.2.1/Dockerfile 19:27:11 spire-1.2.1/Dockerfile.dev 19:27:11 spire-1.2.1/Dockerfile.scratch 19:27:11 spire-1.2.1/LICENSE 19:27:11 spire-1.2.1/MAINTAINERS.md 19:27:11 spire-1.2.1/Makefile 19:27:11 spire-1.2.1/README.md 19:27:11 spire-1.2.1/ROADMAP.md 19:27:11 spire-1.2.1/SECURITY.md 19:27:11 spire-1.2.1/cmd/ 19:27:11 spire-1.2.1/cmd/spire-agent/ 19:27:11 spire-1.2.1/cmd/spire-agent/cli/ 19:27:11 spire-1.2.1/cmd/spire-agent/cli/api/ 19:27:11 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/common/ 19:27:11 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:27:11 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/run/ 19:27:11 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:27:11 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:27:11 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:27:11 spire-1.2.1/cmd/spire-agent/main.go 19:27:11 spire-1.2.1/cmd/spire-server/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/agent/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/cli.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/run/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/token/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/validate/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/x509/ 19:27:11 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:27:11 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:27:11 spire-1.2.1/cmd/spire-server/main.go 19:27:11 spire-1.2.1/cmd/spire-server/util/ 19:27:11 spire-1.2.1/cmd/spire-server/util/util.go 19:27:11 spire-1.2.1/conf/ 19:27:11 spire-1.2.1/conf/agent/ 19:27:11 spire-1.2.1/conf/agent/agent.conf 19:27:11 spire-1.2.1/conf/agent/agent_full.conf 19:27:11 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:27:11 spire-1.2.1/conf/server/ 19:27:11 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:27:11 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:27:11 spire-1.2.1/conf/server/server.conf 19:27:11 spire-1.2.1/conf/server/server_full.conf 19:27:11 spire-1.2.1/doc/ 19:27:11 spire-1.2.1/doc/SPIRE101.md 19:27:11 spire-1.2.1/doc/auditlog.md 19:27:11 spire-1.2.1/doc/authorization_policy_engine.md 19:27:11 spire-1.2.1/doc/changelog_guidelines.md 19:27:11 spire-1.2.1/doc/cure53-report.pdf 19:27:11 spire-1.2.1/doc/images/ 19:27:11 spire-1.2.1/doc/images/2019_roadmap.png 19:27:11 spire-1.2.1/doc/images/SPIRE101.png 19:27:11 spire-1.2.1/doc/images/SPIRE_agent.png 19:27:11 spire-1.2.1/doc/images/SPIRE_server.png 19:27:11 spire-1.2.1/doc/images/cache_mgr.png 19:27:11 spire-1.2.1/doc/images/cache_mgr_components.png 19:27:11 spire-1.2.1/doc/images/federated_spire.png 19:27:11 spire-1.2.1/doc/images/ha_mode.png 19:27:11 spire-1.2.1/doc/images/nested_spire.png 19:27:11 spire-1.2.1/doc/images/oidc_federation.png 19:27:11 spire-1.2.1/doc/images/single_trust_domain.png 19:27:11 spire-1.2.1/doc/images/spiffe_compatible.png 19:27:11 spire-1.2.1/doc/images/spire_logo.png 19:27:11 spire-1.2.1/doc/migrating_registration_api_clients.md 19:27:11 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:27:11 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:27:11 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:27:11 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:27:11 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:27:11 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:27:11 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:27:11 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:27:11 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:27:11 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:27:11 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:27:11 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:27:11 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:27:11 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:27:11 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:27:11 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:27:11 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:27:11 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:27:11 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:27:11 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:27:11 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:27:11 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:27:11 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:27:11 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:27:11 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:27:11 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:27:11 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:27:11 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:27:11 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:27:11 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:27:11 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:27:11 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.mdInstalling go1.17.7... 19:27:11 19:27:11 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:27:11 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:27:11 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:27:11 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:27:11 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:27:11 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:27:11 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:27:11 spire-1.2.1/doc/scaling_spire.md 19:27:11 spire-1.2.1/doc/spire_agent.md 19:27:11 spire-1.2.1/doc/spire_server.md 19:27:11 spire-1.2.1/doc/supported_integrations.md 19:27:11 spire-1.2.1/doc/telemetry.md 19:27:11 spire-1.2.1/doc/telemetry_config.md 19:27:11 spire-1.2.1/doc/upgrading.md 19:27:11 spire-1.2.1/doc/using_spire.md 19:27:11 spire-1.2.1/examples/ 19:27:11 spire-1.2.1/examples/README.md 19:27:11 spire-1.2.1/go.mod 19:27:11 spire-1.2.1/go.sum 19:27:11 spire-1.2.1/pkg/ 19:27:11 spire-1.2.1/pkg/agent/ 19:27:11 spire-1.2.1/pkg/agent/agent.go 19:27:11 spire-1.2.1/pkg/agent/api/ 19:27:11 spire-1.2.1/pkg/agent/api/config.go 19:27:11 spire-1.2.1/pkg/agent/api/debug/ 19:27:11 spire-1.2.1/pkg/agent/api/debug/v1/ 19:27:11 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:27:11 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:27:11 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:27:11 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:27:11 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:27:11 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:27:11 spire-1.2.1/pkg/agent/api/endpoints.go 19:27:11 spire-1.2.1/pkg/agent/api/health/ 19:27:11 spire-1.2.1/pkg/agent/api/health/v1/ 19:27:11 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:27:11 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:27:11 spire-1.2.1/pkg/agent/api/rpccontext/ 19:27:11 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:27:11 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:27:11 spire-1.2.1/pkg/agent/attestor/ 19:27:11 spire-1.2.1/pkg/agent/attestor/node/ 19:27:11 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:27:11 spire-1.2.1/pkg/agent/attestor/node/node.go 19:27:11 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:27:11 spire-1.2.1/pkg/agent/attestor/workload/ 19:27:11 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:27:11 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:27:11 spire-1.2.1/pkg/agent/catalog/ 19:27:11 spire-1.2.1/pkg/agent/catalog/catalog.go 19:27:11 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:27:11 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:27:11 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:27:11 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:27:11 spire-1.2.1/pkg/agent/client/ 19:27:11 spire-1.2.1/pkg/agent/client/client.go 19:27:11 spire-1.2.1/pkg/agent/client/client_test.go 19:27:11 spire-1.2.1/pkg/agent/client/dial.go 19:27:11 spire-1.2.1/pkg/agent/client/nodeconn.go 19:27:11 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:27:11 spire-1.2.1/pkg/agent/client/update.go 19:27:11 spire-1.2.1/pkg/agent/client/util.go 19:27:11 spire-1.2.1/pkg/agent/common/ 19:27:11 spire-1.2.1/pkg/agent/common/backoff/ 19:27:11 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:27:11 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:27:11 spire-1.2.1/pkg/agent/common/cgroups/ 19:27:11 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:27:11 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:27:11 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:27:11 spire-1.2.1/pkg/agent/config.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/ 19:27:11 spire-1.2.1/pkg/agent/endpoints/config.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:27:11 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:27:11 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/workload/ 19:27:11 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:27:11 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:27:11 spire-1.2.1/pkg/agent/manager/ 19:27:11 spire-1.2.1/pkg/agent/manager/cache/ 19:27:11 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:27:11 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:27:11 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:27:11 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:27:11 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:27:11 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:27:11 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:27:11 spire-1.2.1/pkg/agent/manager/config.go 19:27:11 spire-1.2.1/pkg/agent/manager/manager.go 19:27:11 spire-1.2.1/pkg/agent/manager/manager_test.go 19:27:11 spire-1.2.1/pkg/agent/manager/storage.go 19:27:11 spire-1.2.1/pkg/agent/manager/storage_test.go 19:27:11 spire-1.2.1/pkg/agent/manager/storecache/ 19:27:11 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:27:11 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:27:11 spire-1.2.1/pkg/agent/manager/sync.go 19:27:11 spire-1.2.1/pkg/agent/plugin/ 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:27:11 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:27:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:27:11 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:27:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:27:11 spire-1.2.1/pkg/agent/svid/ 19:27:11 spire-1.2.1/pkg/agent/svid/rotator.go 19:27:11 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:27:11 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:27:11 spire-1.2.1/pkg/agent/svid/store/ 19:27:11 spire-1.2.1/pkg/agent/svid/store/service.go 19:27:11 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:27:11 spire-1.2.1/pkg/common/ 19:27:11 spire-1.2.1/pkg/common/agentpathtemplate/ 19:27:11 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:27:11 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:27:11 spire-1.2.1/pkg/common/api/ 19:27:11 spire-1.2.1/pkg/common/api/metrics.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/ 19:27:11 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/logger.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/names.go 19:27:11 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:27:11 spire-1.2.1/pkg/common/api/names.go 19:27:11 spire-1.2.1/pkg/common/api/ratelimit.go 19:27:11 spire-1.2.1/pkg/common/api/rpccontext/ 19:27:11 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:27:11 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:27:11 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:27:11 spire-1.2.1/pkg/common/auth/ 19:27:11 spire-1.2.1/pkg/common/auth/interceptors.go 19:27:11 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:27:11 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:27:11 spire-1.2.1/pkg/common/bundleutil/ 19:27:11 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:27:11 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:27:11 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:27:11 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:27:11 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:27:11 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:27:11 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:27:11 spire-1.2.1/pkg/common/bundleutil/types.go 19:27:11 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:27:11 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:27:11 spire-1.2.1/pkg/common/catalog/ 19:27:11 spire-1.2.1/pkg/common/catalog/bind.go 19:27:11 spire-1.2.1/pkg/common/catalog/builtin.go 19:27:11 spire-1.2.1/pkg/common/catalog/catalog.go 19:27:11 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:27:11 spire-1.2.1/pkg/common/catalog/closers.go 19:27:11 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:27:11 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:27:11 spire-1.2.1/pkg/common/catalog/config.go 19:27:11 spire-1.2.1/pkg/common/catalog/config_test.go 19:27:11 spire-1.2.1/pkg/common/catalog/configure.go 19:27:11 spire-1.2.1/pkg/common/catalog/constraints.go 19:27:11 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:27:11 spire-1.2.1/pkg/common/catalog/context.go 19:27:11 spire-1.2.1/pkg/common/catalog/external.go 19:27:11 spire-1.2.1/pkg/common/catalog/host.go 19:27:11 spire-1.2.1/pkg/common/catalog/pipenet.go 19:27:11 spire-1.2.1/pkg/common/catalog/plugin.go 19:27:11 spire-1.2.1/pkg/common/catalog/testplugin/ 19:27:11 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:27:11 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:27:11 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:27:11 spire-1.2.1/pkg/common/cli/ 19:27:11 spire-1.2.1/pkg/common/cli/env.go 19:27:11 spire-1.2.1/pkg/common/cli/flags.go 19:27:11 spire-1.2.1/pkg/common/cli/trust_domain.go 19:27:11 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:27:11 spire-1.2.1/pkg/common/cli/umask.go 19:27:11 spire-1.2.1/pkg/common/cli/umask_posix.go 19:27:11 spire-1.2.1/pkg/common/cli/umask_test.go 19:27:11 spire-1.2.1/pkg/common/cli/umask_windows.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/ 19:27:11 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/flag.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/format.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/ 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:27:11 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:27:11 spire-1.2.1/pkg/common/coretypes/ 19:27:11 spire-1.2.1/pkg/common/coretypes/bundle/ 19:27:11 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:27:11 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:27:11 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:27:11 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:27:11 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:27:11 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:27:11 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:27:11 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:27:11 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:27:11 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:27:11 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:27:11 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:27:11 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:27:11 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:27:11 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:27:11 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:27:11 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:27:11 spire-1.2.1/pkg/common/cryptoutil/ 19:27:11 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:27:11 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:27:11 spire-1.2.1/pkg/common/diskutil/ 19:27:11 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:27:11 spire-1.2.1/pkg/common/diskutil/file_test.go 19:27:11 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:27:11 spire-1.2.1/pkg/common/errorutil/ 19:27:11 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:27:11 spire-1.2.1/pkg/common/health/ 19:27:11 spire-1.2.1/pkg/common/health/config.go 19:27:11 spire-1.2.1/pkg/common/health/context.go 19:27:11 spire-1.2.1/pkg/common/health/context_test.go 19:27:11 spire-1.2.1/pkg/common/health/health.go 19:27:11 spire-1.2.1/pkg/common/health/health_test.go 19:27:11 spire-1.2.1/pkg/common/health/logger.go 19:27:11 spire-1.2.1/pkg/common/hostservice/ 19:27:11 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:27:11 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:27:11 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:27:11 spire-1.2.1/pkg/common/idutil/ 19:27:11 spire-1.2.1/pkg/common/idutil/require.go 19:27:11 spire-1.2.1/pkg/common/idutil/require_test.go 19:27:11 spire-1.2.1/pkg/common/idutil/safety.go 19:27:11 spire-1.2.1/pkg/common/idutil/safety_test.go 19:27:11 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:27:11 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:27:11 spire-1.2.1/pkg/common/jwtsvid/ 19:27:11 spire-1.2.1/pkg/common/jwtsvid/common.go 19:27:11 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:27:11 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:27:11 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:27:11 spire-1.2.1/pkg/common/jwtutil/ 19:27:11 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:27:11 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:27:11 spire-1.2.1/pkg/common/log/ 19:27:11 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:27:11 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:27:11 spire-1.2.1/pkg/common/log/log.go 19:27:11 spire-1.2.1/pkg/common/log/log_test.go 19:27:11 spire-1.2.1/pkg/common/log/options.go 19:27:11 spire-1.2.1/pkg/common/nodeutil/ 19:27:11 spire-1.2.1/pkg/common/nodeutil/node.go 19:27:11 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:27:11 spire-1.2.1/pkg/common/peertracker/ 19:27:11 spire-1.2.1/pkg/common/peertracker/conn.go 19:27:11 spire-1.2.1/pkg/common/peertracker/credentials.go 19:27:11 spire-1.2.1/pkg/common/peertracker/errors.go 19:27:11 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:27:11 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:27:11 spire-1.2.1/pkg/common/peertracker/info.go 19:27:11 spire-1.2.1/pkg/common/peertracker/listener.go 19:27:11 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:27:11 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:27:11 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:27:11 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:27:11 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:27:11 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:27:11 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:27:11 spire-1.2.1/pkg/common/peertracker/tcp.go 19:27:11 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:27:11 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:27:11 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:27:11 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:27:11 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:27:11 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:27:11 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:27:11 spire-1.2.1/pkg/common/peertracker/uds.go 19:27:11 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:27:11 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:27:11 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:27:11 spire-1.2.1/pkg/common/pemutil/ 19:27:11 spire-1.2.1/pkg/common/pemutil/block.go 19:27:11 spire-1.2.1/pkg/common/pemutil/certs.go 19:27:11 spire-1.2.1/pkg/common/pemutil/common.go 19:27:11 spire-1.2.1/pkg/common/pemutil/csr.go 19:27:11 spire-1.2.1/pkg/common/pemutil/keys.go 19:27:11 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:27:11 spire-1.2.1/pkg/common/pemutil/testdata/ 19:27:11 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:27:11 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:27:11 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:27:11 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:27:11 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:27:11 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:27:11 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:27:11 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:27:11 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:27:11 spire-1.2.1/pkg/common/plugin/ 19:27:11 spire-1.2.1/pkg/common/plugin/aws/ 19:27:11 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:27:11 spire-1.2.1/pkg/common/plugin/azure/ 19:27:11 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:27:11 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:27:11 spire-1.2.1/pkg/common/plugin/facade.go 19:27:11 spire-1.2.1/pkg/common/plugin/facade_test.go 19:27:11 spire-1.2.1/pkg/common/plugin/gcp/ 19:27:11 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:27:11 spire-1.2.1/pkg/common/plugin/k8s/ 19:27:11 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:27:11 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:27:11 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:27:11 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:27:11 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:27:11 spire-1.2.1/pkg/common/plugin/log.go 19:27:11 spire-1.2.1/pkg/common/plugin/sshpop/ 19:27:11 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:27:11 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:27:11 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:27:11 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:27:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:27:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:27:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:27:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:27:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:27:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:27:11 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:27:11 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:27:11 spire-1.2.1/pkg/common/plugin/x509pop/ 19:27:11 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:27:11 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:27:11 spire-1.2.1/pkg/common/profiling/ 19:27:11 spire-1.2.1/pkg/common/profiling/dumpers.go 19:27:11 spire-1.2.1/pkg/common/profiling/profiling.go 19:27:11 spire-1.2.1/pkg/common/protoutil/ 19:27:11 spire-1.2.1/pkg/common/protoutil/masks.go 19:27:11 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:27:11 spire-1.2.1/pkg/common/rotationutil/ 19:27:11 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:27:11 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:27:11 spire-1.2.1/pkg/common/selector/ 19:27:11 spire-1.2.1/pkg/common/selector/selector.go 19:27:11 spire-1.2.1/pkg/common/selector/selector_test.go 19:27:11 spire-1.2.1/pkg/common/selector/set.go 19:27:11 spire-1.2.1/pkg/common/selector/set_utils.go 19:27:11 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:27:11 spire-1.2.1/pkg/common/telemetry/ 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/ 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:27:11 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:27:11 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:27:11 spire-1.2.1/pkg/common/telemetry/call.go 19:27:11 spire-1.2.1/pkg/common/telemetry/common/ 19:27:11 Pulling hooks 19:27:11 + snapcraftctl pull 19:27:12 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:27:12 spire-1.2.1/pkg/common/telemetry/config.go 19:27:12 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:27:12 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:27:12 spire-1.2.1/pkg/common/telemetry/inmem.go 19:27:12 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:27:12 spire-1.2.1/pkg/common/telemetry/m3.go 19:27:12 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:27:12 spire-1.2.1/pkg/common/telemetry/metrics.go 19:27:12 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:27:12 spire-1.2.1/pkg/common/telemetry/names.go 19:27:12 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:27:12 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:27:12 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:27:12 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/ 19:27:12 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:27:12 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:27:12 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:27:12 spire-1.2.1/pkg/common/telemetry/server/server.go 19:27:12 spire-1.2.1/pkg/common/telemetry/sink.go 19:27:12 spire-1.2.1/pkg/common/telemetry/statsd.go 19:27:12 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:27:12 spire-1.2.1/pkg/common/telemetry/uptime.go 19:27:12 spire-1.2.1/pkg/common/telemetry/version.go 19:27:12 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:27:12 spire-1.2.1/pkg/common/uptime/ 19:27:12 spire-1.2.1/pkg/common/uptime/uptime.go 19:27:12 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:27:12 spire-1.2.1/pkg/common/util/ 19:27:12 spire-1.2.1/pkg/common/util/certs.go 19:27:12 spire-1.2.1/pkg/common/util/certs_test.go 19:27:12 spire-1.2.1/pkg/common/util/csr.go 19:27:12 spire-1.2.1/pkg/common/util/hash.go 19:27:12 spire-1.2.1/pkg/common/util/selectors.go 19:27:12 spire-1.2.1/pkg/common/util/selectors_test.go 19:27:12 spire-1.2.1/pkg/common/util/signals.go 19:27:12 spire-1.2.1/pkg/common/util/sort.go 19:27:12 spire-1.2.1/pkg/common/util/sort_test.go 19:27:12 spire-1.2.1/pkg/common/util/task.go 19:27:12 spire-1.2.1/pkg/common/util/task_test.go 19:27:12 spire-1.2.1/pkg/common/util/testdata/ 19:27:12 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:27:12 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:27:12 spire-1.2.1/pkg/common/version/ 19:27:12 spire-1.2.1/pkg/common/version/version.go 19:27:12 spire-1.2.1/pkg/common/x509svid/ 19:27:12 spire-1.2.1/pkg/common/x509svid/common_test.go 19:27:12 spire-1.2.1/pkg/common/x509svid/csr.go 19:27:12 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:27:12 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:27:12 spire-1.2.1/pkg/common/x509util/ 19:27:12 spire-1.2.1/pkg/common/x509util/cert.go 19:27:12 spire-1.2.1/pkg/common/x509util/dns.go 19:27:12 spire-1.2.1/pkg/common/x509util/dns_test.go 19:27:12 spire-1.2.1/pkg/common/x509util/keyid.go 19:27:12 spire-1.2.1/pkg/common/x509util/keypair.go 19:27:12 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:27:12 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:27:12 spire-1.2.1/pkg/server/ 19:27:12 spire-1.2.1/pkg/server/api/ 19:27:12 spire-1.2.1/pkg/server/api/agent.go 19:27:12 spire-1.2.1/pkg/server/api/agent/ 19:27:12 spire-1.2.1/pkg/server/api/agent/v1/ 19:27:12 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:27:12 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:27:12 spire-1.2.1/pkg/server/api/agent_test.go 19:27:12 spire-1.2.1/pkg/server/api/api.go 19:27:12 spire-1.2.1/pkg/server/api/audit/ 19:27:12 spire-1.2.1/pkg/server/api/audit/audit.go 19:27:12 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:27:12 spire-1.2.1/pkg/server/api/bundle.go 19:27:12 spire-1.2.1/pkg/server/api/bundle/ 19:27:12 spire-1.2.1/pkg/server/api/bundle/v1/ 19:27:12 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:27:12 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:27:12 spire-1.2.1/pkg/server/api/bundle_test.go 19:27:12 spire-1.2.1/pkg/server/api/debug/ 19:27:12 spire-1.2.1/pkg/server/api/debug/v1/ 19:27:12 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:27:12 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:27:12 spire-1.2.1/pkg/server/api/entry.go 19:27:12 spire-1.2.1/pkg/server/api/entry/ 19:27:12 spire-1.2.1/pkg/server/api/entry/v1/ 19:27:12 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:27:12 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:27:12 spire-1.2.1/pkg/server/api/entry_test.go 19:27:12 spire-1.2.1/pkg/server/api/health/ 19:27:12 spire-1.2.1/pkg/server/api/health/v1/ 19:27:12 spire-1.2.1/pkg/server/api/health/v1/service.go 19:27:12 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:27:12 spire-1.2.1/pkg/server/api/id.go 19:27:12 spire-1.2.1/pkg/server/api/id_test.go 19:27:12 spire-1.2.1/pkg/server/api/limits/ 19:27:12 spire-1.2.1/pkg/server/api/limits/limits.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/ 19:27:12 spire-1.2.1/pkg/server/api/middleware/alias.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/audit.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/caller.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/common.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/entries.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:27:12 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:27:12 spire-1.2.1/pkg/server/api/ratelimit.go 19:27:12 spire-1.2.1/pkg/server/api/rpccontext/ 19:27:12 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:27:12 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:27:12 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:27:12 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:27:12 spire-1.2.1/pkg/server/api/selector.go 19:27:12 spire-1.2.1/pkg/server/api/selector_test.go 19:27:12 spire-1.2.1/pkg/server/api/status.go 19:27:12 spire-1.2.1/pkg/server/api/status_test.go 19:27:12 spire-1.2.1/pkg/server/api/svid/ 19:27:12 spire-1.2.1/pkg/server/api/svid/v1/ 19:27:12 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:27:12 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:27:12 spire-1.2.1/pkg/server/api/trustdomain.go 19:27:12 spire-1.2.1/pkg/server/api/trustdomain/ 19:27:12 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:27:12 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:27:12 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:27:12 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:27:12 spire-1.2.1/pkg/server/authpolicy/ 19:27:12 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:27:12 spire-1.2.1/pkg/server/authpolicy/policy.go 19:27:12 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:27:12 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:27:12 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:27:12 spire-1.2.1/pkg/server/authpolicy/validate.go 19:27:12 spire-1.2.1/pkg/server/bundle/ 19:27:12 spire-1.2.1/pkg/server/bundle/client/ 19:27:12 spire-1.2.1/pkg/server/bundle/client/client.go 19:27:12 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:27:12 spire-1.2.1/pkg/server/bundle/client/manager.go 19:27:12 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:27:12 spire-1.2.1/pkg/server/bundle/client/sources.go 19:27:12 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:27:12 spire-1.2.1/pkg/server/bundle/client/updater.go 19:27:12 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:27:12 spire-1.2.1/pkg/server/ca/ 19:27:12 spire-1.2.1/pkg/server/ca/ca.go 19:27:12 spire-1.2.1/pkg/server/ca/ca_health.go 19:27:12 spire-1.2.1/pkg/server/ca/ca_test.go 19:27:12 spire-1.2.1/pkg/server/ca/journal.go 19:27:12 spire-1.2.1/pkg/server/ca/journal_test.go 19:27:12 spire-1.2.1/pkg/server/ca/manager.go 19:27:12 spire-1.2.1/pkg/server/ca/manager_health.go 19:27:12 spire-1.2.1/pkg/server/ca/manager_test.go 19:27:12 spire-1.2.1/pkg/server/ca/templates.go 19:27:12 spire-1.2.1/pkg/server/ca/upstream_client.go 19:27:12 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:27:12 spire-1.2.1/pkg/server/ca/validation.go 19:27:12 spire-1.2.1/pkg/server/cache/ 19:27:12 spire-1.2.1/pkg/server/cache/dscache/ 19:27:12 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:27:12 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:27:12 spire-1.2.1/pkg/server/cache/entrycache/ 19:27:12 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:27:12 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:27:12 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:27:12 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:27:12 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:27:12 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:27:12 spire-1.2.1/pkg/server/catalog/ 19:27:12 spire-1.2.1/pkg/server/catalog/catalog.go 19:27:12 spire-1.2.1/pkg/server/catalog/keymanager.go 19:27:12 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:27:12 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:27:12 spire-1.2.1/pkg/server/catalog/notifier.go 19:27:12 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:27:12 spire-1.2.1/pkg/server/config.go 19:27:12 spire-1.2.1/pkg/server/datastore/ 19:27:12 spire-1.2.1/pkg/server/datastore/datastore.go 19:27:12 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:27:12 spire-1.2.1/pkg/server/datastore/repository.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:27:12 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:27:12 spire-1.2.1/pkg/server/endpoints/ 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/ 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:27:12 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:27:12 spire-1.2.1/pkg/server/endpoints/config.go 19:27:12 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:27:12 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:27:12 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:27:12 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:27:12 spire-1.2.1/pkg/server/endpoints/middleware.go 19:27:12 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:27:12 spire-1.2.1/pkg/server/hostservice/ 19:27:12 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:27:12 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:27:12 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:27:12 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:27:12 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:27:12 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:27:12 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:27:12 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/ 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/ 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:27:12 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:27:12 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:27:12 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:27:12 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:27:12 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:27:12 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:27:12 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:27:12 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:27:12 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/ 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:27:12 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:27:12 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:27:12 spire-1.2.1/pkg/server/registration/ 19:27:12 spire-1.2.1/pkg/server/registration/manager.go 19:27:12 spire-1.2.1/pkg/server/registration/manager_test.go 19:27:12 spire-1.2.1/pkg/server/scanentries.go 19:27:12 spire-1.2.1/pkg/server/scanentries_test.go 19:27:12 spire-1.2.1/pkg/server/server.go 19:27:12 spire-1.2.1/pkg/server/server_test.go 19:27:12 spire-1.2.1/pkg/server/svid/ 19:27:12 spire-1.2.1/pkg/server/svid/observer.go 19:27:12 spire-1.2.1/pkg/server/svid/observer_test.go 19:27:12 spire-1.2.1/pkg/server/svid/rotator.go 19:27:12 spire-1.2.1/pkg/server/svid/rotator_config.go 19:27:12 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:27:12 spire-1.2.1/pkg/server/svid/rotator_test.go 19:27:12 spire-1.2.1/proto/ 19:27:12 spire-1.2.1/proto/private/ 19:27:12 spire-1.2.1/proto/private/server/ 19:27:12 spire-1.2.1/proto/private/server/journal/ 19:27:12 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:27:12 spire-1.2.1/proto/private/server/journal/journal.proto 19:27:12 spire-1.2.1/proto/spire/ 19:27:12 spire-1.2.1/proto/spire/common/ 19:27:12 spire-1.2.1/proto/spire/common/common.pb.go 19:27:12 spire-1.2.1/proto/spire/common/common.proto 19:27:12 spire-1.2.1/proto/spire/common/plugin/ 19:27:12 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:27:12 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:27:12 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:27:12 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:27:12 spire-1.2.1/proto/spire/plugin/ 19:27:12 spire-1.2.1/proto/spire/plugin/agent/ 19:27:12 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:27:12 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:27:12 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:27:12 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:27:12 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:27:12 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:27:12 spire-1.2.1/release/ 19:27:12 spire-1.2.1/release/spire-extras/ 19:27:12 spire-1.2.1/release/spire-extras/README.md 19:27:12 spire-1.2.1/release/spire-extras/conf/ 19:27:12 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:27:12 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:27:12 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:27:12 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:27:12 spire-1.2.1/release/spire/ 19:27:12 spire-1.2.1/release/spire/README.md 19:27:12 spire-1.2.1/release/spire/conf/ 19:27:12 spire-1.2.1/release/spire/conf/agent/ 19:27:12 spire-1.2.1/release/spire/conf/agent/agent.conf 19:27:12 spire-1.2.1/release/spire/conf/server/ 19:27:12 spire-1.2.1/release/spire/conf/server/server.conf 19:27:12 spire-1.2.1/script/ 19:27:12 spire-1.2.1/script/build-artifact.sh 19:27:12 spire-1.2.1/script/generate_dummy_ca.sh 19:27:12 spire-1.2.1/support/ 19:27:12 spire-1.2.1/support/k8s/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:27:12 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/ 19:27:12 spire-1.2.1/support/oidc-discovery-provider/README.md 19:27:12 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/config.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/main.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:27:12 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:27:12 spire-1.2.1/test/ 19:27:12 spire-1.2.1/test/clock/ 19:27:12 spire-1.2.1/test/clock/clock.go 19:27:12 spire-1.2.1/test/fakes/ 19:27:12 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:27:12 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:27:12 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:27:12 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:27:12 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:27:12 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:27:12 spire-1.2.1/test/fakes/fakeagentstore/ 19:27:12 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:27:12 spire-1.2.1/test/fakes/fakedatastore/ 19:27:12 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:27:12 spire-1.2.1/test/fakes/fakeentryclient/ 19:27:12 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:27:12 spire-1.2.1/test/fakes/fakehealthchecker/ 19:27:12 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:27:12 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:27:12 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:27:12 spire-1.2.1/test/fakes/fakemetrics/ 19:27:12 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:27:12 spire-1.2.1/test/fakes/fakenoderesolver/ 19:27:12 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:27:12 spire-1.2.1/test/fakes/fakenotifier/ 19:27:12 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:27:12 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:27:12 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:27:12 spire-1.2.1/test/fakes/fakeserverca/ 19:27:12 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:27:12 spire-1.2.1/test/fakes/fakeservercatalog/ 19:27:12 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:27:12 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:27:12 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:27:12 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:27:12 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:27:12 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:27:12 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:27:12 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:27:12 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:27:12 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:27:12 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:27:12 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:27:12 spire-1.2.1/test/fixture/ 19:27:12 spire-1.2.1/test/fixture/certs/ 19:27:12 spire-1.2.1/test/fixture/certs/agent_svid.der 19:27:12 spire-1.2.1/test/fixture/certs/base_cert.pem 19:27:12 spire-1.2.1/test/fixture/certs/base_csr.pem 19:27:12 spire-1.2.1/test/fixture/certs/base_key.pem 19:27:12 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:27:12 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:27:12 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:27:12 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:27:12 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:27:12 spire-1.2.1/test/fixture/certs/blog_key.pem 19:27:13 spire-1.2.1/test/fixture/certs/bundle.der 19:27:13 spire-1.2.1/test/fixture/certs/ca.pem 19:27:13 spire-1.2.1/test/fixture/certs/ca_key.pem 19:27:13 spire-1.2.1/test/fixture/certs/database_cert.pem 19:27:13 spire-1.2.1/test/fixture/certs/database_csr.pem 19:27:13 spire-1.2.1/test/fixture/certs/database_key.pem 19:27:13 spire-1.2.1/test/fixture/certs/node_cert.pem 19:27:13 spire-1.2.1/test/fixture/certs/node_csr.pem 19:27:13 spire-1.2.1/test/fixture/certs/node_key.pem 19:27:13 spire-1.2.1/test/fixture/certs/svid.pem 19:27:13 spire-1.2.1/test/fixture/certs/svid_key.pem 19:27:13 spire-1.2.1/test/fixture/config/ 19:27:13 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:27:13 spire-1.2.1/test/fixture/config/agent_good.conf 19:27:13 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:27:13 spire-1.2.1/test/fixture/config/plugin_good.conf 19:27:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:27:13 spire-1.2.1/test/fixture/config/server_good.conf 19:27:13 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:27:13 spire-1.2.1/test/fixture/fixture.go 19:27:13 spire-1.2.1/test/fixture/nodeattestor/ 19:27:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:27:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:27:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:27:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:27:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:27:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:27:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:27:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:27:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:27:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:27:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:27:13 spire-1.2.1/test/fixture/registration/ 19:27:13 spire-1.2.1/test/fixture/registration/entries.json 19:27:13 spire-1.2.1/test/fixture/registration/good-for-update.json 19:27:13 spire-1.2.1/test/fixture/registration/good.json 19:27:13 spire-1.2.1/test/fixture/registration/invalid.json 19:27:13 spire-1.2.1/test/fixture/registration/invalid_json.json 19:27:13 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:27:13 spire-1.2.1/test/integration/ 19:27:13 spire-1.2.1/test/integration/README.md 19:27:13 spire-1.2.1/test/integration/common 19:27:13 spire-1.2.1/test/integration/setup/ 19:27:13 spire-1.2.1/test/integration/setup/adminclient/ 19:27:13 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:27:13 spire-1.2.1/test/integration/setup/adminclient/client.go 19:27:13 spire-1.2.1/test/integration/setup/debugagent/ 19:27:13 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:27:13 spire-1.2.1/test/integration/setup/debugagent/main.go 19:27:13 spire-1.2.1/test/integration/setup/debugserver/ 19:27:13 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:27:13 spire-1.2.1/test/integration/setup/debugserver/main.go 19:27:13 spire-1.2.1/test/integration/setup/downstreamclient/ 19:27:13 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:27:13 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:27:13 spire-1.2.1/test/integration/setup/itclient/ 19:27:13 spire-1.2.1/test/integration/setup/itclient/client.go 19:27:13 spire-1.2.1/test/integration/setup/node-attestation/ 19:27:13 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:27:13 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:27:13 spire-1.2.1/test/integration/setup/x509pop/ 19:27:13 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:27:13 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:27:13 spire-1.2.1/test/integration/suites/ 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:27:13 spire-1.2.1/test/integration/suites/join-token/ 19:27:13 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:27:13 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:27:13 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:27:13 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:27:13 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:27:13 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:27:13 spire-1.2.1/test/integration/suites/join-token/README.md 19:27:13 spire-1.2.1/test/integration/suites/join-token/conf/ 19:27:13 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:27:13 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/join-token/teardown 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:27:13 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:27:13 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:27:13 spire-1.2.1/test/integration/suites/k8s/ 19:27:13 spire-1.2.1/test/integration/suites/k8s/00-setup 19:27:13 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:27:13 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:27:13 spire-1.2.1/test/integration/suites/k8s/README.md 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/ 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:27:13 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:27:13 spire-1.2.1/test/integration/suites/k8s/teardown 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/ 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:27:13 spire-1.2.1/test/integration/suites/rotation/ 19:27:13 spire-1.2.1/test/integration/suites/rotation/00-setup 19:27:13 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:27:13 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:27:13 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:27:13 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:27:13 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:27:13 spire-1.2.1/test/integration/suites/rotation/README.md 19:27:13 spire-1.2.1/test/integration/suites/rotation/conf/ 19:27:13 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:27:13 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/rotation/teardown 19:27:13 spire-1.2.1/test/integration/suites/self-test/ 19:27:13 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:27:13 spire-1.2.1/test/integration/suites/self-test/README.md 19:27:13 spire-1.2.1/test/integration/suites/self-test/teardown 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:27:13 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:27:13 spire-1.2.1/test/integration/suites/upgrade/ 19:27:13 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:27:13 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:27:13 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:27:13 spire-1.2.1/test/integration/suites/upgrade/README.md 19:27:13 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:27:13 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:27:13 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:27:13 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:27:13 spire-1.2.1/test/integration/suites/upgrade/teardown 19:27:13 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:27:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:27:13 spire-1.2.1/test/integration/test-one.sh 19:27:13 spire-1.2.1/test/integration/test.sh 19:27:13 spire-1.2.1/test/plugintest/ 19:27:13 spire-1.2.1/test/plugintest/config.go 19:27:13 spire-1.2.1/test/plugintest/load.go 19:27:13 spire-1.2.1/test/plugintest/option.go 19:27:13 spire-1.2.1/test/spiretest/ 19:27:13 spire-1.2.1/test/spiretest/apiserver.go 19:27:13 spire-1.2.1/test/spiretest/assertions.go 19:27:13 spire-1.2.1/test/spiretest/dir.go 19:27:13 spire-1.2.1/test/spiretest/errors_posix.go 19:27:13 spire-1.2.1/test/spiretest/errors_windows.go 19:27:13 spire-1.2.1/test/spiretest/logs.go 19:27:13 spire-1.2.1/test/spiretest/socketapi.go 19:27:13 spire-1.2.1/test/spiretest/suite.go 19:27:13 spire-1.2.1/test/spiretest/x509.go 19:27:13 spire-1.2.1/test/testca/ 19:27:13 spire-1.2.1/test/testca/ca.go 19:27:13 spire-1.2.1/test/testkey/ 19:27:13 spire-1.2.1/test/testkey/generate.sh 19:27:13 spire-1.2.1/test/testkey/genkeys.go 19:27:13 spire-1.2.1/test/testkey/keys.go 19:27:13 spire-1.2.1/test/testkey/new.go 19:27:13 spire-1.2.1/test/tpmsimulator/ 19:27:13 spire-1.2.1/test/tpmsimulator/simulator.go 19:27:13 spire-1.2.1/test/util/ 19:27:13 spire-1.2.1/test/util/cert_fixtures.go 19:27:13 spire-1.2.1/test/util/cert_generation.go 19:27:13 spire-1.2.1/test/util/io_redirection.go 19:27:13 spire-1.2.1/test/util/race.go 19:27:13 spire-1.2.1/test/util/util.go 19:27:13 building spire from source... 19:27:13 Installing go1.17.7... 19:27:24 Removing suid/guid from /root/parts/static-packages/install/bin/su 19:27:24 Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] 19:27:24 Fetched 96.1 kB in 0s (0 B/s) 19:27:24 Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] 19:27:24 Fetched 78.7 kB in 0s (0 B/s) 19:27:24 Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] 19:27:24 Fetched 48.0 kB in 0s (0 B/s) 19:27:24 Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] 19:27:24 Fetched 50.2 kB in 0s (0 B/s) 19:27:24 Get:1 libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb [14.7 kB] 19:27:24 Fetched 14.7 kB in 0s (0 B/s) 19:27:24 Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] 19:27:24 Fetched 234 kB in 0s (0 B/s) 19:27:24 Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] 19:27:24 Fetched 155 kB in 0s (0 B/s) 19:27:24 Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] 19:27:24 Fetched 170 kB in 0s (0 B/s) 19:27:24 Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] 19:27:24 Fetched 267 kB in 0s (0 B/s) 19:27:24 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:27:24 Fetched 50.6 kB in 0s (0 B/s) 19:27:24 Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] 19:27:24 Fetched 15.1 kB in 0s (0 B/s) 19:27:24 Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] 19:27:24 Fetched 51.5 kB in 0s (0 B/s) 19:27:24 Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] 19:27:24 Fetched 121 kB in 0s (0 B/s) 19:27:24 Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] 19:27:24 Fetched 29.7 kB in 0s (0 B/s) 19:27:24 Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] 19:27:24 Fetched 1021 kB in 0s (0 B/s) 19:27:24 Get:1 libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb [49.3 kB] 19:27:24 Fetched 49.3 kB in 0s (0 B/s) 19:27:24 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] 19:27:24 Fetched 54.9 kB in 0s (0 B/s) 19:27:24 Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] 19:27:24 Fetched 16.6 kB in 0s (0 B/s) 19:27:24 Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] 19:27:24 Fetched 87.9 kB in 0s (0 B/s) 19:27:24 Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] 19:27:24 Fetched 142 kB in 0s (0 B/s) 19:27:24 Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] 19:27:24 Fetched 41.8 kB in 0s (0 B/s) 19:27:24 Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] 19:27:24 Fetched 181 kB in 0s (0 B/s) 19:27:24 Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] 19:27:24 Fetched 208 kB in 0s (0 B/s) 19:27:24 Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] 19:27:24 Fetched 161 kB in 0s (0 B/s) 19:27:24 Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] 19:27:24 Fetched 107 kB in 0s (0 B/s) 19:27:24 Pulling static-packages 19:27:24 + snapcraftctl pull 19:27:24 Pulling version 19:27:24 + cd /root/project 19:27:24 ++ git describe --tags --abbrev=0 19:27:24 ++ sed s/v// 19:27:24 + GIT_VERSION=2.2.0-dev.58 19:27:24 + '[' -z 2.2.0-dev.58 ']' 19:27:24 + snapcraftctl set-version 2.2.0-dev.58 19:27:25 Building app-service-configurable 19:27:25 + snapcraftctl build 19:27:27 Building config-common 19:27:27 + snapcraftctl build 19:27:28 + cp --archive --link --no-dereference . /root/parts/config-common/install 19:27:29 Skipping build go-build-helper (already ran) 19:27:29 Building edgex-go 19:27:29 + cd /root/parts/edgex-go/src 19:27:29 ++ git describe --tags --abbrev=0 19:27:29 ++ sed s/v// 19:27:29 + GIT_VERSION=2.2.0-dev.58 19:27:29 + '[' -z 2.2.0-dev.58 ']' 19:27:29 + echo 2.2.0-dev.58 19:27:29 + '[' '!' -d vendor ']' 19:27:29 + go mod download all 19:27:34 + make build 19:27:34 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 19:27:40 Building bin/spire-server... 19:27:40 go: downloading github.com/mitchellh/cli v1.1.2 19:27:40 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:27:40 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:27:40 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:27:40 Building bin/spire-server... 19:27:40 go: downloading github.com/mitchellh/cli v1.1.2 19:27:40 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:27:40 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:27:40 go: downloading google.golang.org/grpc v1.44.0 19:27:41 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:27:42 go: downloading google.golang.org/grpc v1.44.0 19:27:42 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:27:43 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:27:44 go: downloading github.com/imdario/mergo v0.3.12 19:27:44 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:27:44 go: downloading github.com/sirupsen/logrus v1.8.1 19:27:45 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:27:45 go: downloading github.com/imdario/mergo v0.3.12 19:27:45 go: downloading github.com/sirupsen/logrus v1.8.1 19:27:45 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:27:46 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:27:46 go: downloading github.com/fatih/color v1.13.0 19:27:46 go: downloading github.com/mattn/go-isatty v0.0.14 19:27:47 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:27:47 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:27:47 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:27:47 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:27:47 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:27:47 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:27:47 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:27:47 go: downloading github.com/fatih/color v1.13.0 19:27:47 go: downloading github.com/mattn/go-isatty v0.0.14 19:27:48 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:27:48 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:27:48 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:27:48 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:27:49 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:27:49 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:27:49 go: downloading github.com/armon/go-metrics v0.3.10 19:27:49 go: downloading github.com/prometheus/client_golang v1.12.1 19:27:49 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:27:49 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:27:49 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:27:50 go: downloading github.com/armon/go-metrics v0.3.10 19:27:50 go: downloading github.com/prometheus/client_golang v1.12.1 19:27:51 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:27:51 go: downloading github.com/open-policy-agent/opa v0.38.0 19:27:52 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:27:52 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:27:52 go: downloading github.com/open-policy-agent/opa v0.38.0 19:27:53 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 19:28:05 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 19:28:05 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 19:28:07 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 19:28:08 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 19:28:08 go: downloading github.com/Masterminds/goutils v1.1.0 19:28:08 go: downloading github.com/Masterminds/semver v1.5.0 19:28:08 go: downloading github.com/google/uuid v1.1.2 19:28:08 go: downloading github.com/huandu/xstrings v1.3.2 19:28:08 go: downloading github.com/mattn/go-colorable v0.1.12 19:28:08 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:28:08 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:28:08 go: downloading github.com/oklog/run v1.0.0 19:28:08 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:28:08 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:28:08 go: downloading github.com/prometheus/client_model v0.2.0 19:28:08 go: downloading github.com/prometheus/common v0.32.1 19:28:08 go: downloading github.com/beorn7/perks v1.0.1 19:28:08 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:28:08 go: downloading github.com/prometheus/procfs v0.7.3 19:28:09 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 19:28:09 go: downloading github.com/imkira/go-observer v1.0.3 19:28:10 go: downloading github.com/pkg/errors v0.9.1 19:28:10 go: downloading go.uber.org/atomic v1.9.0 19:28:10 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:28:11 go: downloading github.com/hashicorp/errwrap v1.1.0 19:28:11 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 19:28:11 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:28:11 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:28:11 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:28:11 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:28:11 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:28:12 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 19:28:14 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 19:28:15 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 19:28:16 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 19:28:18 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 19:28:19 + 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 19:28:19 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:28:19 + case "$service" in 19:28:19 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:28:19 + 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 19:28:19 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:28:19 + case "$service" in 19:28:19 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:28:19 + 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 19:28:19 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:28:19 + case "$service" in 19:28:19 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:28:19 + 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 19:28:19 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:28:19 + case "$service" in 19:28:19 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:28:19 + 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 19:28:19 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:28:19 + case "$service" in 19:28:19 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:28:19 + 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 19:28:19 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:28:19 + case "$service" in 19:28:19 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:28:19 + 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 19:28:19 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:28:19 + case "$service" in 19:28:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:28:19 + 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 19:28:19 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:28:19 + case "$service" in 19:28:19 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:28:19 + 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 19:28:19 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:28:19 + case "$service" in 19:28:19 + 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 19:28:19 + 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 19:28:19 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:28:19 + case "$service" in 19:28:19 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:28:19 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:28:19 + 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 19:28:19 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:28:19 + case "$service" in 19:28:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:28:19 + 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 19:28:19 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:28:19 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:28:19 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:28:20 go: downloading github.com/mattn/go-colorable v0.1.12 19:28:20 go: downloading github.com/Masterminds/goutils v1.1.0 19:28:20 go: downloading github.com/Masterminds/semver v1.5.0 19:28:20 go: downloading github.com/google/uuid v1.1.2 19:28:20 go: downloading github.com/huandu/xstrings v1.3.2 19:28:20 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:28:20 go: downloading github.com/oklog/run v1.0.0 19:28:20 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:28:20 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:28:20 go: downloading github.com/prometheus/client_model v0.2.0 19:28:20 go: downloading github.com/prometheus/common v0.32.1 19:28:20 go: downloading github.com/beorn7/perks v1.0.1 19:28:20 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:28:20 go: downloading github.com/prometheus/procfs v0.7.3 19:28:20 Building hooks 19:28:20 + cd /root/parts/hooks/src 19:28:20 + make build 19:28:20 go mod tidy 19:28:20 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 19:28:20 go: downloading github.com/pkg/errors v0.9.1 19:28:20 go: downloading github.com/stretchr/testify v1.7.0 19:28:20 go: downloading github.com/davecgh/go-spew v1.1.0 19:28:20 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:28:20 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 19:28:21 go: downloading go.uber.org/atomic v1.9.0 19:28:21 go: downloading github.com/imkira/go-observer v1.0.3 19:28:21 go: downloading github.com/hashicorp/errwrap v1.1.0 19:28:22 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:28:22 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:28:22 go: downloading github.com/twmb/murmur3 v1.1.6 19:28:22 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:28:22 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:28:22 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:28:22 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:28:22 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:28:22 GO111MODULE=on go build -o cmd/install/install ./cmd/install 19:28:23 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 19:28:23 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 19:28:25 Removing suid/guid from /root/parts/static-packages/install/bin/su 19:28:25 Building static-packages 19:28:25 + snapcraftctl build 19:28:26 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:28:26 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:28:26 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:28:26 go: downloading github.com/stretchr/testify v1.7.0 19:28:26 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:28:26 Building version 19:28:27 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:28:27 go: downloading github.com/blang/semver/v4 v4.0.0 19:28:27 + snapcraftctl build 19:28:27 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:28:27 go: downloading github.com/jinzhu/gorm v1.9.16 19:28:28 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:28:28 go: downloading google.golang.org/api v0.70.0 19:28:29 Staging app-service-configurable 19:28:29 + snapcraftctl stage 19:28:30 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:28:30 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:28:30 go: downloading github.com/stretchr/testify v1.7.0 19:28:30 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:28:30 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:28:30 go: downloading github.com/blang/semver/v4 v4.0.0 19:28:30 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:28:30 go: downloading github.com/jinzhu/gorm v1.9.16 19:28:31 Staging config-common 19:28:31 + snapcraftctl stage 19:28:31 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:28:31 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:28:32 Skipping stage go-build-helper (already ran) 19:28:32 Staging edgex-go 19:28:32 + snapcraftctl stage 19:28:33 Staging hooks 19:28:34 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:28:34 + snapcraftctl stage 19:28:35 Staging static-packages 19:28:35 + snapcraftctl stage 19:28:36 Staging version 19:28:36 + snapcraftctl stage 19:28:38 Priming app-service-configurable 19:28:38 + snapcraftctl prime 19:28:40 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 19:28:40 stage-packages: 19:28:40 - libnorm1 19:28:40 - libpgm-5.2-0 19:28:40 - libsodium23 19:28:40 - libzmq5 19:28:41 Priming config-common 19:28:41 + snapcraftctl prime 19:28:42 Priming go-build-helper 19:28:42 + snapcraftctl prime 19:28:43 Priming edgex-go 19:28:43 + snapcraftctl prime 19:28:45 Priming hooks 19:28:45 + snapcraftctl prime 19:28:47 Priming static-packages 19:28:47 + snapcraftctl prime 19:28:51 Priming version 19:28:51 + snapcraftctl prime 19:28:52 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] } 19:28:56 go: downloading google.golang.org/api v0.70.0 19:28:56 go: downloading k8s.io/client-go v0.23.4 19:28:56 go: downloading k8s.io/api v0.23.4 19:29:11 go: downloading github.com/google/go-tpm v0.3.3 19:29:11 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:29:16 go: downloading k8s.io/client-go v0.23.4 19:29:16 go: downloading k8s.io/api v0.23.4 19:29:16 go: downloading github.com/google/go-tpm v0.3.3 19:29:18 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:29:36 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:29:36 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:29:36 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:29:36 go: downloading cloud.google.com/go/storage v1.21.0 19:29:36 go: downloading cloud.google.com/go v0.100.2 19:29:36 go: downloading k8s.io/apimachinery v0.23.4 19:29:39 go: downloading k8s.io/kube-aggregator v0.23.3 19:29:39 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:29:41 go: downloading cloud.google.com/go/security v1.3.0 19:29:41 go: downloading github.com/hashicorp/vault/api v1.4.1 19:29:42 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:29:42 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:29:42 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:29:42 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:29:42 go: downloading cloud.google.com/go/storage v1.21.0 19:29:43 go: downloading github.com/twmb/murmur3 v1.1.6 19:29:43 go: downloading cloud.google.com/go v0.100.2 19:29:43 go: downloading gopkg.in/yaml.v2 v2.4.0 19:29:43 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:29:43 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:29:44 go: downloading github.com/gobwas/glob v0.2.3 19:29:44 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:29:44 go: downloading k8s.io/apimachinery v0.23.4 19:29:44 go: downloading github.com/aws/smithy-go v1.11.0 19:29:45 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:29:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:29:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:29:46 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:29:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:29:46 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:29:46 go: downloading github.com/jinzhu/inflection v1.0.0 19:29:46 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:29:47 go: downloading github.com/gogo/protobuf v1.3.2 19:29:48 go: downloading k8s.io/kube-aggregator v0.23.3 19:29:49 go: downloading github.com/hashicorp/vault/api v1.4.1 19:29:49 go: downloading cloud.google.com/go/security v1.3.0 19:29:49 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:29:50 go: downloading gopkg.in/yaml.v2 v2.4.0 19:29:50 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:29:50 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:29:51 go: downloading github.com/gobwas/glob v0.2.3 19:29:51 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:29:51 go: downloading github.com/aws/smithy-go v1.11.0 19:29:52 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:29:52 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:29:53 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:29:53 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:29:53 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:29:53 go: downloading github.com/jinzhu/inflection v1.0.0 19:29:53 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:29:54 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:29:54 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:29:54 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:29:54 go: downloading github.com/dimchansky/utfbom v1.1.1 19:29:54 go: downloading github.com/gogo/protobuf v1.3.2 19:29:54 go: downloading cloud.google.com/go/compute v1.3.0 19:29:55 go: downloading cloud.google.com/go/iam v0.1.1 19:29:55 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:29:56 go: downloading k8s.io/klog/v2 v2.30.0 19:29:56 go: downloading github.com/google/gofuzz v1.1.0 19:29:56 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:29:57 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:29:57 go: downloading github.com/spf13/pflag v1.0.5 19:29:58 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:29:58 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:29:58 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:29:58 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:29:58 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:29:58 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:29:59 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:29:59 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:29:59 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:29:59 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:29:59 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:29:59 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:29:59 go: downloading github.com/dimchansky/utfbom v1.1.1 19:29:59 go: downloading cloud.google.com/go/compute v1.3.0 19:30:00 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:30:00 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:30:00 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:30:00 go: downloading cloud.google.com/go/iam v0.1.1 19:30:00 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:30:00 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:30:01 go: downloading github.com/google/gofuzz v1.1.0 19:30:01 go: downloading go.opencensus.io v0.23.0 19:30:01 go: downloading k8s.io/klog/v2 v2.30.0 19:30:01 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:30:02 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:30:02 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:30:02 go: downloading github.com/spf13/pflag v1.0.5 19:30:03 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:30:03 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:30:03 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:30:03 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:30:04 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:30:04 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:30:04 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:30:04 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:30:04 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:30:04 go: downloading gopkg.in/inf.v0 v0.9.1 19:30:05 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:30:05 go: downloading github.com/go-logr/logr v1.2.2 19:30:05 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:30:05 go: downloading github.com/google/go-cmp v0.5.7 19:30:05 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:30:05 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:30:06 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:30:06 go: downloading github.com/json-iterator/go v1.1.12 19:30:06 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:30:06 go: downloading github.com/googleapis/gnostic v0.5.5 19:30:08 go: downloading go.opencensus.io v0.23.0 19:30:09 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:30:09 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:30:09 go: downloading gopkg.in/inf.v0 v0.9.1 19:30:09 go: downloading github.com/google/go-cmp v0.5.7 19:30:09 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:30:09 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:30:10 go: downloading github.com/go-logr/logr v1.2.2 19:30:10 go: downloading github.com/json-iterator/go v1.1.12 19:30:10 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:30:12 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:30:12 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:30:12 go: downloading github.com/tklauser/numcpus v0.3.0 19:30:12 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:30:12 go: downloading go.uber.org/zap v1.21.0 19:30:13 go: downloading github.com/googleapis/gnostic v0.5.5 19:30:13 go: downloading sigs.k8s.io/yaml v1.3.0 19:30:13 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:30:13 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:30:14 go: downloading github.com/modern-go/reflect2 v1.0.2 19:30:14 go: downloading github.com/ryanuber/go-glob v1.0.0 19:30:14 go: downloading github.com/golang/snappy v0.0.4 19:30:14 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:30:15 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:30:15 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:30:16 go: downloading github.com/tklauser/numcpus v0.3.0 19:30:16 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:30:16 go: downloading go.uber.org/zap v1.21.0 19:30:17 go: downloading sigs.k8s.io/yaml v1.3.0 19:30:17 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:30:17 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:30:17 go: downloading github.com/modern-go/reflect2 v1.0.2 19:30:17 go: downloading github.com/ryanuber/go-glob v1.0.0 19:30:17 go: downloading github.com/golang/snappy v0.0.4 19:30:17 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:30:26 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:30:26 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:30:26 go: downloading github.com/hashicorp/go-version v1.2.0 19:30:26 go: downloading go.uber.org/multierr v1.6.0 19:30:28 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:30:28 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:30:28 go: downloading github.com/hashicorp/go-version v1.2.0 19:30:28 go: downloading go.uber.org/multierr v1.6.0 19:31:00 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:31:00 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:31:03 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:31:03 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:34:40 Removing intermediate container a776a9b1d96e 19:34:40 ---> 2e9a627b3000 19:34:40 19:34:40 Step 9/20 : FROM alpine:3.15 19:34:40 3.15: Pulling from library/alpine 19:34:40 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:34:40 Status: Downloaded newer image for alpine:3.15 19:34:40 ---> 3fb3c9af89a9 19:34:40 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:34:40 ---> Running in 32b8c98f9d4e 19:34:40 Removing intermediate container 32b8c98f9d4e 19:34:40 ---> 3e4fd056f37c 19:34:40 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:40 ---> Running in af6b3e3cbcf8 19:34:40 Removing intermediate container af6b3e3cbcf8 19:34:40 ---> ad553c5d363d 19:34:40 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:34:40 ---> Running in f571b0602113 19:34:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:34:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:34:44 v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:34:44 v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:34:44 OK: 15729 distinct packages available 19:34:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:34:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:34:46 (1/9) Installing ca-certificates (20211220-r0) 19:34:46 (2/9) Installing brotli-libs (1.0.9-r5) 19:34:47 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:34:47 (4/9) Installing libcurl (7.80.0-r0) 19:34:47 (5/9) Installing curl (7.80.0-r0) 19:34:47 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 19:34:47 (6/9) Installing dumb-init (1.2.5-r1) 19:34:47 (7/9) Installing musl-obstack (1.2.3-r0) 19:34:47 (8/9) Installing libucontext (1.1-r0) 19:34:47 (9/9) Installing gcompat (1.0.0-r4) 19:34:47 Executing busybox-1.34.1-r5.trigger 19:34:48 Executing ca-certificates-20211220-r0.trigger 19:34:48 OK: 8 MiB in 23 packages 19:34:51 Removing intermediate container f571b0602113 19:34:51 ---> 7910663acdd6 19:34:51 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:34:52 ---> 343360cc828e 19:34:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:34:56 ---> dda9bbedf88f 19:34:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:34:58 ---> 78b6c6b3d233 19:34:58 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:34:58 ---> Running in 45c2d587bad4 19:35:00 Removing intermediate container 45c2d587bad4 19:35:00 ---> 0a40deabc3b9 19:35:00 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:35:00 ---> Running in b5d09bf66837 19:35:01 Removing intermediate container b5d09bf66837 19:35:01 ---> fe920157305c 19:35:01 Step 18/20 : LABEL arch=arm64 19:35:01 ---> Running in 568c3bbd38e1 19:35:02 Removing intermediate container 568c3bbd38e1 19:35:02 ---> 6a6e413080ba 19:35:02 Step 19/20 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:35:02 ---> Running in 01974ee0edd2 19:35:04 Removing intermediate container 01974ee0edd2 19:35:04 ---> 7fd9f612ac4c 19:35:04 Step 20/20 : LABEL version=0.0.0 19:35:04 ---> Running in dc8a5cedf221 19:35:06 Removing intermediate container dc8a5cedf221 19:35:06 ---> 7d2b4091592d 19:35:06 19:35:07 Successfully built 7d2b4091592d 19:35:07 Successfully tagged security-spiffe-token-provider-arm64:latest 19:35:07 Building core-command 19:35:11  Building security-spiffe-token-provider ... done Removing intermediate container 4b91b9f95009 19:35:11 ---> e7481591ed4e 19:35:11 19:35:11 Step 10/31 : FROM alpine:3.14 19:35:11 3.14: Pulling from library/alpine 19:35:13 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:35:13 Status: Downloaded newer image for alpine:3.14 19:35:13 ---> ac73e934f311 19:35:13 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:35:14 ---> Running in dbe9224f1897 19:35:15 Removing intermediate container dbe9224f1897 19:35:15 ---> f1682d83ad63 19:35:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:35:15 ---> Running in 37f44e248dec 19:35:16 Removing intermediate container d651e3d120f9 19:35:16 ---> ee719fc1dc4e 19:35:16 19:35:16 Step 10/25 : FROM alpine:3.14 19:35:16 ---> ac73e934f311 19:35:16 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:35:16 ---> Running in 0ceaad03620e 19:35:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:35:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:35:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:35:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:35:20 (1/2) Installing dumb-init (1.2.5-r1) 19:35:20 (2/2) Installing su-exec (0.2-r1) 19:35:20 Executing busybox-1.33.1-r7.trigger 19:35:20 OK: 6 MiB in 16 packages 19:35:21 (1/3) Installing ca-certificates (20211220-r0) 19:35:21 (2/3) Installing dumb-init (1.2.5-r1) 19:35:21 (3/3) Installing su-exec (0.2-r1) 19:35:21 Executing busybox-1.33.1-r7.trigger 19:35:21 Executing ca-certificates-20211220-r0.trigger 19:35:22 OK: 6 MiB in 17 packages 19:35:22 Removing intermediate container 37f44e248dec 19:35:22 ---> 6e4d9274a88c 19:35:22 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:35:22 ---> Running in 23d09aaf95e3 19:35:24 Removing intermediate container 23d09aaf95e3 19:35:24 ---> dc7390c44ae7 19:35:24 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:35:24 ---> Running in eb6865ad307f 19:35:25 Removing intermediate container eb6865ad307f 19:35:25 ---> edc2c30da7ef 19:35:25 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:35:25 Removing intermediate container 0ceaad03620e 19:35:25 ---> 4dc3048b2bf6 19:35:25 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:35:25 ---> Running in 5b255df6d057 19:35:25 ---> Running in f82097462e36 19:35:27 Removing intermediate container f82097462e36 19:35:27 ---> a5718c6aed32 19:35:27 Step 13/25 : WORKDIR / 19:35:27 ---> Running in 17ab4f98556e 19:35:28 Removing intermediate container 17ab4f98556e 19:35:28 ---> ce41955a9ef4 19:35:28 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:35:29 ---> 2faa8e8bc9fd 19:35:29 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:35:30 Removing intermediate container 5b255df6d057 19:35:30 ---> b3b61e3167dc 19:35:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:35:30 ---> Running in bfd05231e9ab 19:35:31 Removing intermediate container bfd05231e9ab 19:35:31 ---> 425e2a911b62 19:35:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:35:31 ---> c7975bf627b7 19:35:31 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:35:32 ---> ce5286810459 19:35:32 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:35:32 ---> Running in 03fc1a98d939 19:35:33 ---> 692c0a7f60be 19:35:33 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:35:35 ---> 5be145e28153 19:35:35 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:35:37 Removing intermediate container 03fc1a98d939 19:35:37 ---> c3fcaef734ca 19:35:37 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:35:39 ---> 5f961bdf99f0 19:35:39 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:35:39 ---> 0d5a0f3edbae 19:35:39 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:35:44 ---> 5ce6614adc5d 19:35:44 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:35:44 ---> 5386059cc560 19:35:44 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:35:45 ---> d9512ae03b5b 19:35:45 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:35:45 ---> 8f28dff7656f 19:35:45 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/ 19:35:46 ---> Running in ec1f35013013 19:35:47 ---> bc2ac8c3a666 19:35:47 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:35:49 ---> 0c40ec054045 19:35:49 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:35:50 ---> Running in e7b00673b9da 19:35:50 Removing intermediate container ec1f35013013 19:35:50 ---> d55eb4487ea1 19:35:50 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:35:50 ---> Running in 673cfe1fb90f 19:35:51 Removing intermediate container e7b00673b9da 19:35:51 ---> bada8cbd8a69 19:35:51 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:35:52 Removing intermediate container 673cfe1fb90f 19:35:52 ---> 804b6bbd7915 19:35:52 Step 23/25 : LABEL arch=arm64 19:35:52 ---> Running in 25f28fa7695e 19:35:52 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:35:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:35:52 ---> 47f75f7ae24e 19:35:52 Step 3/23 : WORKDIR /edgex-go 19:35:52 ---> Using cache 19:35:52 ---> eab5067b4ed4 19:35:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:52 ---> Using cache 19:35:52 ---> 35e5ea412454 19:35:52 Step 5/23 : RUN apk add --update --no-cache make git 19:35:52 ---> Running in 296e910a79b0 19:35:53 ---> b8f5baa66dea 19:35:53 Step 26/31 : RUN chmod +x /entrypoint.sh 19:35:53 Removing intermediate container 25f28fa7695e 19:35:53 ---> 807e1a1e36b2 19:35:53 Step 24/25 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:35:53 ---> Running in acafd9fb9d79 19:35:54 ---> Running in 1a3ecc65b93e 19:35:54 Removing intermediate container acafd9fb9d79 19:35:54 ---> c391dce61e11 19:35:54 Step 25/25 : LABEL version=0.0.0 19:35:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:35:54 ---> Running in 137bdb035a8a 19:35:55 Removing intermediate container 137bdb035a8a 19:35:55 ---> 98d6779cc7a1 19:35:55 19:35:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:35:56 Successfully built 98d6779cc7a1 19:35:56 Successfully tagged security-secretstore-setup-arm64:latest 19:35:56  Building security-secretstore-setup ... done Building sys-mgmt-agent 19:35:57 OK: 220 MiB in 52 packages 19:35:58 Removing intermediate container 1a3ecc65b93e 19:35:58 ---> 4be5d1bb1fbd 19:35:58 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:35:58 ---> Running in e07820d2639f 19:35:58 Removing intermediate container 296e910a79b0 19:35:58 ---> 6e0b62e84eff 19:35:58 Step 6/23 : COPY go.mod vendor* ./ 19:35:59 Removing intermediate container e07820d2639f 19:35:59 ---> b1cf5a1679e0 19:35:59 Step 28/31 : CMD ["gate"] 19:36:00 ---> Running in 361d30bbff7e 19:36:00 ---> 1d939bb2b9c5 19:36:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:36:00 ---> Running in 81d0b68ebe18 19:36:01 Removing intermediate container 361d30bbff7e 19:36:01 ---> a4dce7c2bd4f 19:36:01 Step 29/31 : LABEL arch=arm64 19:36:01 ---> Running in 353e27442468 19:36:03 Removing intermediate container 353e27442468 19:36:03 ---> 7a59506ba53a 19:36:03 Step 30/31 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:36:03 ---> Running in 41d983627ef7 19:36:04 Removing intermediate container 41d983627ef7 19:36:04 ---> 082d127af20d 19:36:04 Step 31/31 : LABEL version=0.0.0 19:36:04 ---> Running in d8f166219ba1 19:36:04 Removing intermediate container d8f166219ba1 19:36:04 ---> 8329b114d419 19:36:04 19:36:05 Successfully built 8329b114d419 19:36:05 Successfully tagged security-bootstrapper-arm64:latest 19:36:05  Building security-bootstrapper ... done Building security-spire-agent 19:36:06 Removing intermediate container 81d0b68ebe18 19:36:06 ---> ef3581a5fd98 19:36:06 Step 8/23 : COPY . . 19:36:45 ---> 8bbe070e4ea3 19:36:45 Step 9/23 : RUN make cmd/core-command/core-command 19:36:45 ---> Running in ed472f9ad2de 19:36:45 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 19:36:49 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:36:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:36:49 ---> 47f75f7ae24e 19:36:49 Step 3/23 : WORKDIR /edgex-go 19:36:49 ---> Using cache 19:36:49 ---> eab5067b4ed4 19:36:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:36:49 ---> Using cache 19:36:49 ---> 35e5ea412454 19:36:49 Step 5/23 : RUN apk add --update --no-cache make bash git 19:36:49 ---> Running in f5e2f29b74f0 19:36:51 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:36:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:36:55 OK: 220 MiB in 52 packages 19:36:57 Removing intermediate container f5e2f29b74f0 19:36:57 ---> ea5e327bfb41 19:36:57 Step 6/23 : COPY go.mod vendor* ./ 19:36:58 ---> cba10eeb6e27 19:36:58 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:36:58 ---> Running in 4d82eb4828ab 19:37:00 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:37:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:37:00 ---> 47f75f7ae24e 19:37:00 Step 3/26 : WORKDIR /edgex-go 19:37:00 ---> Using cache 19:37:00 ---> eab5067b4ed4 19:37:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:37:00 ---> Using cache 19:37:00 ---> 35e5ea412454 19:37:00 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:37:00 ---> Using cache 19:37:00 ---> 4d64dc32f50c 19:37:00 Step 6/26 : COPY go.mod vendor* ./ 19:37:00 ---> Using cache 19:37:00 ---> 47456beb337f 19:37:00 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:00 ---> Using cache 19:37:00 ---> 949f465eb055 19:37:00 Step 8/26 : COPY . . 19:37:00 ---> Using cache 19:37:00 ---> dc5d2dc0ce76 19:37:00 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:37:01 ---> Using cache 19:37:01 ---> d8dbc90587da 19:37:01 Step 10/26 : RUN mkdir -p spire-build 19:37:01 ---> Using cache 19:37:01 ---> c2c8390f54c9 19:37:01 Step 11/26 : WORKDIR /edgex-go/spire-build 19:37:01 ---> Using cache 19:37:01 ---> 83487678c766 19:37:01 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 19:37:01 ---> Running in 23c329ef0db6 19:37:03 spire-1.2.1/ 19:37:03 spire-1.2.1/.data/ 19:37:03 spire-1.2.1/.data/.file 19:37:03 spire-1.2.1/.dockerignore 19:37:03 spire-1.2.1/.gitattributes 19:37:03 spire-1.2.1/.githooks/ 19:37:03 spire-1.2.1/.githooks/pre-commit 19:37:03 spire-1.2.1/.github/ 19:37:03 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:37:03 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:37:03 spire-1.2.1/.github/dependabot.yml 19:37:03 spire-1.2.1/.github/workflows/ 19:37:03 spire-1.2.1/.github/workflows/nightly_build.yaml 19:37:03 spire-1.2.1/.github/workflows/pr_build.yaml 19:37:03 spire-1.2.1/.github/workflows/release_build.yaml 19:37:03 spire-1.2.1/.github/workflows/scripts/ 19:37:03 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:37:03 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:37:03 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:37:03 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:37:03 spire-1.2.1/.github/workflows/scripts/split.sh 19:37:03 spire-1.2.1/.gitignore 19:37:03 spire-1.2.1/.go-version 19:37:03 spire-1.2.1/.golangci.yml 19:37:03 spire-1.2.1/ADOPTERS.md 19:37:03 spire-1.2.1/CHANGELOG.md 19:37:03 spire-1.2.1/CODE-OF-CONDUCT.md 19:37:03 spire-1.2.1/CODEOWNERS 19:37:03 spire-1.2.1/CONTRIBUTING.md 19:37:03 spire-1.2.1/Dockerfile 19:37:03 spire-1.2.1/Dockerfile.dev 19:37:03 spire-1.2.1/Dockerfile.scratch 19:37:03 spire-1.2.1/LICENSE 19:37:03 spire-1.2.1/MAINTAINERS.md 19:37:03 spire-1.2.1/Makefile 19:37:03 spire-1.2.1/README.md 19:37:03 spire-1.2.1/ROADMAP.md 19:37:03 spire-1.2.1/SECURITY.md 19:37:03 spire-1.2.1/cmd/ 19:37:03 spire-1.2.1/cmd/spire-agent/ 19:37:03 spire-1.2.1/cmd/spire-agent/cli/ 19:37:03 spire-1.2.1/cmd/spire-agent/cli/api/ 19:37:03 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/common/ 19:37:03 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:37:03 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/run/ 19:37:03 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:37:03 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:37:03 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:37:03 spire-1.2.1/cmd/spire-agent/main.go 19:37:03 spire-1.2.1/cmd/spire-server/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/agent/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/cli.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/run/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/token/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/validate/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/x509/ 19:37:03 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:37:03 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:37:03 spire-1.2.1/cmd/spire-server/main.go 19:37:03 spire-1.2.1/cmd/spire-server/util/ 19:37:03 spire-1.2.1/cmd/spire-server/util/util.go 19:37:03 spire-1.2.1/conf/ 19:37:03 spire-1.2.1/conf/agent/ 19:37:03 spire-1.2.1/conf/agent/agent.conf 19:37:03 spire-1.2.1/conf/agent/agent_full.conf 19:37:03 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:37:03 spire-1.2.1/conf/server/ 19:37:03 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:37:03 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:37:03 spire-1.2.1/conf/server/server.conf 19:37:03 spire-1.2.1/conf/server/server_full.conf 19:37:03 spire-1.2.1/doc/ 19:37:03 spire-1.2.1/doc/SPIRE101.md 19:37:03 spire-1.2.1/doc/auditlog.md 19:37:03 spire-1.2.1/doc/authorization_policy_engine.md 19:37:03 spire-1.2.1/doc/changelog_guidelines.md 19:37:03 spire-1.2.1/doc/cure53-report.pdf 19:37:03 spire-1.2.1/doc/images/ 19:37:03 spire-1.2.1/doc/images/2019_roadmap.png 19:37:03 spire-1.2.1/doc/images/SPIRE101.png 19:37:03 spire-1.2.1/doc/images/SPIRE_agent.png 19:37:03 spire-1.2.1/doc/images/SPIRE_server.png 19:37:03 spire-1.2.1/doc/images/cache_mgr.png 19:37:03 spire-1.2.1/doc/images/cache_mgr_components.png 19:37:03 spire-1.2.1/doc/images/federated_spire.png 19:37:03 spire-1.2.1/doc/images/ha_mode.png 19:37:03 spire-1.2.1/doc/images/nested_spire.png 19:37:03 spire-1.2.1/doc/images/oidc_federation.png 19:37:03 spire-1.2.1/doc/images/single_trust_domain.png 19:37:03 spire-1.2.1/doc/images/spiffe_compatible.png 19:37:03 spire-1.2.1/doc/images/spire_logo.png 19:37:03 spire-1.2.1/doc/migrating_registration_api_clients.md 19:37:03 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:37:03 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:37:03 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:37:03 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:37:03 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:37:03 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:37:03 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:37:03 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:37:03 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:37:03 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:37:03 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:37:03 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:37:03 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:37:03 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:37:03 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:37:03 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:37:03 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:37:03 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:37:03 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:37:03 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:37:03 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:37:03 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:37:03 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:37:03 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:37:03 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:37:03 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:37:03 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:37:03 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:37:03 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:37:03 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:37:03 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:37:04 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:37:04 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:37:04 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:37:04 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:37:04 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:37:04 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:37:04 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:37:04 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:37:04 spire-1.2.1/doc/scaling_spire.md 19:37:04 spire-1.2.1/doc/spire_agent.md 19:37:04 spire-1.2.1/doc/spire_server.md 19:37:04 spire-1.2.1/doc/supported_integrations.md 19:37:04 spire-1.2.1/doc/telemetry.md 19:37:04 spire-1.2.1/doc/telemetry_config.md 19:37:04 spire-1.2.1/doc/upgrading.md 19:37:04 spire-1.2.1/doc/using_spire.md 19:37:04 spire-1.2.1/examples/ 19:37:04 spire-1.2.1/examples/README.md 19:37:04 spire-1.2.1/go.mod 19:37:04 spire-1.2.1/go.sum 19:37:04 spire-1.2.1/pkg/ 19:37:04 spire-1.2.1/pkg/agent/ 19:37:04 spire-1.2.1/pkg/agent/agent.go 19:37:04 spire-1.2.1/pkg/agent/api/ 19:37:04 spire-1.2.1/pkg/agent/api/config.go 19:37:04 spire-1.2.1/pkg/agent/api/debug/ 19:37:04 spire-1.2.1/pkg/agent/api/debug/v1/ 19:37:04 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:37:04 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:37:04 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:37:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:37:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:37:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:37:04 spire-1.2.1/pkg/agent/api/endpoints.go 19:37:04 spire-1.2.1/pkg/agent/api/health/ 19:37:04 spire-1.2.1/pkg/agent/api/health/v1/ 19:37:04 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:37:04 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:37:04 spire-1.2.1/pkg/agent/api/rpccontext/ 19:37:04 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:37:04 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:37:04 spire-1.2.1/pkg/agent/attestor/ 19:37:04 spire-1.2.1/pkg/agent/attestor/node/ 19:37:04 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:37:04 spire-1.2.1/pkg/agent/attestor/node/node.go 19:37:04 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:37:04 spire-1.2.1/pkg/agent/attestor/workload/ 19:37:04 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:37:04 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:37:04 spire-1.2.1/pkg/agent/catalog/ 19:37:04 spire-1.2.1/pkg/agent/catalog/catalog.go 19:37:04 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:37:04 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:37:04 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:37:04 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:37:04 spire-1.2.1/pkg/agent/client/ 19:37:04 spire-1.2.1/pkg/agent/client/client.go 19:37:04 spire-1.2.1/pkg/agent/client/client_test.go 19:37:04 spire-1.2.1/pkg/agent/client/dial.go 19:37:04 spire-1.2.1/pkg/agent/client/nodeconn.go 19:37:04 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:37:04 spire-1.2.1/pkg/agent/client/update.go 19:37:04 spire-1.2.1/pkg/agent/client/util.go 19:37:04 spire-1.2.1/pkg/agent/common/ 19:37:04 spire-1.2.1/pkg/agent/common/backoff/ 19:37:04 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:37:04 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:37:04 spire-1.2.1/pkg/agent/common/cgroups/ 19:37:04 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:37:04 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:37:04 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:37:04 spire-1.2.1/pkg/agent/config.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/ 19:37:04 spire-1.2.1/pkg/agent/endpoints/config.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:37:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:37:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/workload/ 19:37:04 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:37:04 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:37:04 spire-1.2.1/pkg/agent/manager/ 19:37:04 spire-1.2.1/pkg/agent/manager/cache/ 19:37:04 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:37:04 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:37:04 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:37:04 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:37:04 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:37:04 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:37:04 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:37:04 spire-1.2.1/pkg/agent/manager/config.go 19:37:04 spire-1.2.1/pkg/agent/manager/manager.go 19:37:04 spire-1.2.1/pkg/agent/manager/manager_test.go 19:37:04 spire-1.2.1/pkg/agent/manager/storage.go 19:37:04 spire-1.2.1/pkg/agent/manager/storage_test.go 19:37:04 spire-1.2.1/pkg/agent/manager/storecache/ 19:37:04 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:37:04 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:37:04 spire-1.2.1/pkg/agent/manager/sync.go 19:37:04 spire-1.2.1/pkg/agent/plugin/ 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:37:04 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:37:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:37:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:37:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:37:04 spire-1.2.1/pkg/agent/svid/ 19:37:04 spire-1.2.1/pkg/agent/svid/rotator.go 19:37:04 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:37:04 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:37:04 spire-1.2.1/pkg/agent/svid/store/ 19:37:04 spire-1.2.1/pkg/agent/svid/store/service.go 19:37:04 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:37:04 spire-1.2.1/pkg/common/ 19:37:04 spire-1.2.1/pkg/common/agentpathtemplate/ 19:37:04 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:37:04 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:37:04 spire-1.2.1/pkg/common/api/ 19:37:04 spire-1.2.1/pkg/common/api/metrics.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/ 19:37:04 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/logger.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/names.go 19:37:04 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:37:04 spire-1.2.1/pkg/common/api/names.go 19:37:04 spire-1.2.1/pkg/common/api/ratelimit.go 19:37:04 spire-1.2.1/pkg/common/api/rpccontext/ 19:37:04 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:37:04 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:37:04 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:37:04 spire-1.2.1/pkg/common/auth/ 19:37:04 spire-1.2.1/pkg/common/auth/interceptors.go 19:37:04 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:37:04 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:37:04 spire-1.2.1/pkg/common/bundleutil/ 19:37:04 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:37:04 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:37:04 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:37:04 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:37:04 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:37:04 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:37:04 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:37:04 spire-1.2.1/pkg/common/bundleutil/types.go 19:37:04 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:37:04 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:37:04 spire-1.2.1/pkg/common/catalog/ 19:37:04 spire-1.2.1/pkg/common/catalog/bind.go 19:37:04 spire-1.2.1/pkg/common/catalog/builtin.go 19:37:04 spire-1.2.1/pkg/common/catalog/catalog.go 19:37:04 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:37:04 spire-1.2.1/pkg/common/catalog/closers.go 19:37:04 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:37:04 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:37:04 spire-1.2.1/pkg/common/catalog/config.go 19:37:04 spire-1.2.1/pkg/common/catalog/config_test.go 19:37:04 spire-1.2.1/pkg/common/catalog/configure.go 19:37:04 spire-1.2.1/pkg/common/catalog/constraints.go 19:37:04 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:37:04 spire-1.2.1/pkg/common/catalog/context.go 19:37:04 spire-1.2.1/pkg/common/catalog/external.go 19:37:04 spire-1.2.1/pkg/common/catalog/host.go 19:37:04 spire-1.2.1/pkg/common/catalog/pipenet.go 19:37:04 spire-1.2.1/pkg/common/catalog/plugin.go 19:37:04 spire-1.2.1/pkg/common/catalog/testplugin/ 19:37:04 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:37:04 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:37:04 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:37:04 spire-1.2.1/pkg/common/cli/ 19:37:04 spire-1.2.1/pkg/common/cli/env.go 19:37:04 spire-1.2.1/pkg/common/cli/flags.go 19:37:04 spire-1.2.1/pkg/common/cli/trust_domain.go 19:37:04 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:37:04 spire-1.2.1/pkg/common/cli/umask.go 19:37:04 spire-1.2.1/pkg/common/cli/umask_posix.go 19:37:04 spire-1.2.1/pkg/common/cli/umask_test.go 19:37:04 spire-1.2.1/pkg/common/cli/umask_windows.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/ 19:37:04 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/flag.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/format.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/ 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:37:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:37:04 spire-1.2.1/pkg/common/coretypes/ 19:37:04 spire-1.2.1/pkg/common/coretypes/bundle/ 19:37:04 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:37:04 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:37:04 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:37:04 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:37:04 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:37:04 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:37:04 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:37:04 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:37:04 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:37:04 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:37:04 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:37:04 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:37:04 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:37:04 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:37:04 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:37:04 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:37:04 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:37:04 spire-1.2.1/pkg/common/cryptoutil/ 19:37:04 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:37:04 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:37:04 spire-1.2.1/pkg/common/diskutil/ 19:37:04 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:37:04 spire-1.2.1/pkg/common/diskutil/file_test.go 19:37:04 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:37:04 spire-1.2.1/pkg/common/errorutil/ 19:37:04 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:37:04 spire-1.2.1/pkg/common/health/ 19:37:04 spire-1.2.1/pkg/common/health/config.go 19:37:04 spire-1.2.1/pkg/common/health/context.go 19:37:04 spire-1.2.1/pkg/common/health/context_test.go 19:37:04 spire-1.2.1/pkg/common/health/health.go 19:37:04 spire-1.2.1/pkg/common/health/health_test.go 19:37:04 spire-1.2.1/pkg/common/health/logger.go 19:37:04 spire-1.2.1/pkg/common/hostservice/ 19:37:04 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:37:04 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:37:04 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:37:04 spire-1.2.1/pkg/common/idutil/ 19:37:04 spire-1.2.1/pkg/common/idutil/require.go 19:37:04 spire-1.2.1/pkg/common/idutil/require_test.go 19:37:04 spire-1.2.1/pkg/common/idutil/safety.go 19:37:04 spire-1.2.1/pkg/common/idutil/safety_test.go 19:37:04 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:37:04 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:37:04 spire-1.2.1/pkg/common/jwtsvid/ 19:37:04 spire-1.2.1/pkg/common/jwtsvid/common.go 19:37:04 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:37:04 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:37:04 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:37:04 spire-1.2.1/pkg/common/jwtutil/ 19:37:04 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:37:04 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:37:04 spire-1.2.1/pkg/common/log/ 19:37:04 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:37:04 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:37:04 spire-1.2.1/pkg/common/log/log.go 19:37:04 spire-1.2.1/pkg/common/log/log_test.go 19:37:04 spire-1.2.1/pkg/common/log/options.go 19:37:04 spire-1.2.1/pkg/common/nodeutil/ 19:37:04 spire-1.2.1/pkg/common/nodeutil/node.go 19:37:04 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:37:04 spire-1.2.1/pkg/common/peertracker/ 19:37:04 spire-1.2.1/pkg/common/peertracker/conn.go 19:37:04 spire-1.2.1/pkg/common/peertracker/credentials.go 19:37:04 spire-1.2.1/pkg/common/peertracker/errors.go 19:37:04 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:37:04 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:37:04 spire-1.2.1/pkg/common/peertracker/info.go 19:37:04 spire-1.2.1/pkg/common/peertracker/listener.go 19:37:04 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:37:04 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:37:04 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:37:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:37:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:37:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:37:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:37:04 spire-1.2.1/pkg/common/peertracker/tcp.go 19:37:04 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:37:04 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:37:04 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:37:04 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:37:04 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:37:04 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:37:04 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:37:04 spire-1.2.1/pkg/common/peertracker/uds.go 19:37:04 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:37:04 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:37:04 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:37:04 spire-1.2.1/pkg/common/pemutil/ 19:37:04 spire-1.2.1/pkg/common/pemutil/block.go 19:37:04 spire-1.2.1/pkg/common/pemutil/certs.go 19:37:04 spire-1.2.1/pkg/common/pemutil/common.go 19:37:04 spire-1.2.1/pkg/common/pemutil/csr.go 19:37:04 spire-1.2.1/pkg/common/pemutil/keys.go 19:37:04 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:37:04 spire-1.2.1/pkg/common/pemutil/testdata/ 19:37:04 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:37:04 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:37:04 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:37:04 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:37:04 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:37:04 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:37:04 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:37:04 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:37:04 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:37:04 spire-1.2.1/pkg/common/plugin/ 19:37:04 spire-1.2.1/pkg/common/plugin/aws/ 19:37:04 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:37:04 spire-1.2.1/pkg/common/plugin/azure/ 19:37:04 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:37:04 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:37:04 spire-1.2.1/pkg/common/plugin/facade.go 19:37:04 spire-1.2.1/pkg/common/plugin/facade_test.go 19:37:04 spire-1.2.1/pkg/common/plugin/gcp/ 19:37:04 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:37:04 spire-1.2.1/pkg/common/plugin/k8s/ 19:37:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:37:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:37:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:37:04 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:37:04 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:37:04 spire-1.2.1/pkg/common/plugin/log.go 19:37:04 spire-1.2.1/pkg/common/plugin/sshpop/ 19:37:04 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:37:04 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:37:04 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:37:04 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:37:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:37:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:37:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:37:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:37:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:37:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:37:04 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:37:04 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:37:04 spire-1.2.1/pkg/common/plugin/x509pop/ 19:37:04 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:37:04 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:37:04 spire-1.2.1/pkg/common/profiling/ 19:37:04 spire-1.2.1/pkg/common/profiling/dumpers.go 19:37:04 spire-1.2.1/pkg/common/profiling/profiling.go 19:37:04 spire-1.2.1/pkg/common/protoutil/ 19:37:04 spire-1.2.1/pkg/common/protoutil/masks.go 19:37:04 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:37:04 spire-1.2.1/pkg/common/rotationutil/ 19:37:04 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:37:04 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:37:04 spire-1.2.1/pkg/common/selector/ 19:37:04 spire-1.2.1/pkg/common/selector/selector.go 19:37:04 spire-1.2.1/pkg/common/selector/selector_test.go 19:37:04 spire-1.2.1/pkg/common/selector/set.go 19:37:04 spire-1.2.1/pkg/common/selector/set_utils.go 19:37:04 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:37:04 spire-1.2.1/pkg/common/telemetry/ 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/ 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:37:04 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:37:04 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:37:04 spire-1.2.1/pkg/common/telemetry/call.go 19:37:04 spire-1.2.1/pkg/common/telemetry/common/ 19:37:04 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:37:04 spire-1.2.1/pkg/common/telemetry/config.go 19:37:04 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:37:04 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:37:04 spire-1.2.1/pkg/common/telemetry/inmem.go 19:37:04 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:37:04 spire-1.2.1/pkg/common/telemetry/m3.go 19:37:04 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:37:04 spire-1.2.1/pkg/common/telemetry/metrics.go 19:37:04 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:37:04 spire-1.2.1/pkg/common/telemetry/names.go 19:37:04 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:37:04 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:37:04 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:37:04 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/ 19:37:04 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:37:04 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:37:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:37:04 spire-1.2.1/pkg/common/telemetry/server/server.go 19:37:04 spire-1.2.1/pkg/common/telemetry/sink.go 19:37:04 spire-1.2.1/pkg/common/telemetry/statsd.go 19:37:04 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:37:04 spire-1.2.1/pkg/common/telemetry/uptime.go 19:37:04 spire-1.2.1/pkg/common/telemetry/version.go 19:37:04 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:37:04 spire-1.2.1/pkg/common/uptime/ 19:37:04 spire-1.2.1/pkg/common/uptime/uptime.go 19:37:04 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:37:04 spire-1.2.1/pkg/common/util/ 19:37:04 spire-1.2.1/pkg/common/util/certs.go 19:37:04 spire-1.2.1/pkg/common/util/certs_test.go 19:37:04 spire-1.2.1/pkg/common/util/csr.go 19:37:04 spire-1.2.1/pkg/common/util/hash.go 19:37:04 spire-1.2.1/pkg/common/util/selectors.go 19:37:04 spire-1.2.1/pkg/common/util/selectors_test.go 19:37:04 spire-1.2.1/pkg/common/util/signals.go 19:37:04 spire-1.2.1/pkg/common/util/sort.go 19:37:04 spire-1.2.1/pkg/common/util/sort_test.go 19:37:04 spire-1.2.1/pkg/common/util/task.go 19:37:04 spire-1.2.1/pkg/common/util/task_test.go 19:37:04 spire-1.2.1/pkg/common/util/testdata/ 19:37:04 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:37:04 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:37:04 spire-1.2.1/pkg/common/version/ 19:37:04 spire-1.2.1/pkg/common/version/version.go 19:37:04 spire-1.2.1/pkg/common/x509svid/ 19:37:04 spire-1.2.1/pkg/common/x509svid/common_test.go 19:37:04 spire-1.2.1/pkg/common/x509svid/csr.go 19:37:04 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:37:04 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:37:04 spire-1.2.1/pkg/common/x509util/ 19:37:04 spire-1.2.1/pkg/common/x509util/cert.go 19:37:04 spire-1.2.1/pkg/common/x509util/dns.go 19:37:05 spire-1.2.1/pkg/common/x509util/dns_test.go 19:37:05 spire-1.2.1/pkg/common/x509util/keyid.go 19:37:05 spire-1.2.1/pkg/common/x509util/keypair.go 19:37:05 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:37:05 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:37:05 spire-1.2.1/pkg/server/ 19:37:05 spire-1.2.1/pkg/server/api/ 19:37:05 spire-1.2.1/pkg/server/api/agent.go 19:37:05 spire-1.2.1/pkg/server/api/agent/ 19:37:05 spire-1.2.1/pkg/server/api/agent/v1/ 19:37:05 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:37:05 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:37:05 spire-1.2.1/pkg/server/api/agent_test.go 19:37:05 spire-1.2.1/pkg/server/api/api.go 19:37:05 spire-1.2.1/pkg/server/api/audit/ 19:37:05 spire-1.2.1/pkg/server/api/audit/audit.go 19:37:05 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:37:05 spire-1.2.1/pkg/server/api/bundle.go 19:37:05 spire-1.2.1/pkg/server/api/bundle/ 19:37:05 spire-1.2.1/pkg/server/api/bundle/v1/ 19:37:05 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:37:05 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:37:05 spire-1.2.1/pkg/server/api/bundle_test.go 19:37:05 spire-1.2.1/pkg/server/api/debug/ 19:37:05 spire-1.2.1/pkg/server/api/debug/v1/ 19:37:05 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:37:05 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:37:05 spire-1.2.1/pkg/server/api/entry.go 19:37:05 spire-1.2.1/pkg/server/api/entry/ 19:37:05 spire-1.2.1/pkg/server/api/entry/v1/ 19:37:05 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:37:05 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:37:05 spire-1.2.1/pkg/server/api/entry_test.go 19:37:05 spire-1.2.1/pkg/server/api/health/ 19:37:05 spire-1.2.1/pkg/server/api/health/v1/ 19:37:05 spire-1.2.1/pkg/server/api/health/v1/service.go 19:37:05 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:37:05 spire-1.2.1/pkg/server/api/id.go 19:37:05 spire-1.2.1/pkg/server/api/id_test.go 19:37:05 spire-1.2.1/pkg/server/api/limits/ 19:37:05 spire-1.2.1/pkg/server/api/limits/limits.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/ 19:37:05 spire-1.2.1/pkg/server/api/middleware/alias.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/audit.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/caller.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/common.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/entries.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:37:05 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:37:05 spire-1.2.1/pkg/server/api/ratelimit.go 19:37:05 spire-1.2.1/pkg/server/api/rpccontext/ 19:37:05 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:37:05 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:37:05 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:37:05 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:37:05 spire-1.2.1/pkg/server/api/selector.go 19:37:05 spire-1.2.1/pkg/server/api/selector_test.go 19:37:05 spire-1.2.1/pkg/server/api/status.go 19:37:05 spire-1.2.1/pkg/server/api/status_test.go 19:37:05 spire-1.2.1/pkg/server/api/svid/ 19:37:05 spire-1.2.1/pkg/server/api/svid/v1/ 19:37:05 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:37:05 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:37:05 spire-1.2.1/pkg/server/api/trustdomain.go 19:37:05 spire-1.2.1/pkg/server/api/trustdomain/ 19:37:05 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:37:05 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:37:05 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:37:05 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:37:05 spire-1.2.1/pkg/server/authpolicy/ 19:37:05 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:37:05 spire-1.2.1/pkg/server/authpolicy/policy.go 19:37:05 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:37:05 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:37:05 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:37:05 spire-1.2.1/pkg/server/authpolicy/validate.go 19:37:05 spire-1.2.1/pkg/server/bundle/ 19:37:05 spire-1.2.1/pkg/server/bundle/client/ 19:37:05 spire-1.2.1/pkg/server/bundle/client/client.go 19:37:05 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:37:05 spire-1.2.1/pkg/server/bundle/client/manager.go 19:37:05 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:37:05 spire-1.2.1/pkg/server/bundle/client/sources.go 19:37:05 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:37:05 spire-1.2.1/pkg/server/bundle/client/updater.go 19:37:05 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:37:05 spire-1.2.1/pkg/server/ca/ 19:37:05 spire-1.2.1/pkg/server/ca/ca.go 19:37:05 spire-1.2.1/pkg/server/ca/ca_health.go 19:37:05 spire-1.2.1/pkg/server/ca/ca_test.go 19:37:05 spire-1.2.1/pkg/server/ca/journal.go 19:37:05 spire-1.2.1/pkg/server/ca/journal_test.go 19:37:05 spire-1.2.1/pkg/server/ca/manager.go 19:37:05 spire-1.2.1/pkg/server/ca/manager_health.go 19:37:05 spire-1.2.1/pkg/server/ca/manager_test.go 19:37:05 spire-1.2.1/pkg/server/ca/templates.go 19:37:05 spire-1.2.1/pkg/server/ca/upstream_client.go 19:37:05 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:37:05 spire-1.2.1/pkg/server/ca/validation.go 19:37:05 spire-1.2.1/pkg/server/cache/ 19:37:05 spire-1.2.1/pkg/server/cache/dscache/ 19:37:05 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:37:05 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:37:05 spire-1.2.1/pkg/server/cache/entrycache/ 19:37:05 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:37:05 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:37:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:37:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:37:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:37:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:37:05 spire-1.2.1/pkg/server/catalog/ 19:37:05 spire-1.2.1/pkg/server/catalog/catalog.go 19:37:05 spire-1.2.1/pkg/server/catalog/keymanager.go 19:37:05 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:37:05 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:37:05 spire-1.2.1/pkg/server/catalog/notifier.go 19:37:05 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:37:05 spire-1.2.1/pkg/server/config.go 19:37:05 spire-1.2.1/pkg/server/datastore/ 19:37:05 spire-1.2.1/pkg/server/datastore/datastore.go 19:37:05 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:37:05 spire-1.2.1/pkg/server/datastore/repository.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:37:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:37:05 spire-1.2.1/pkg/server/endpoints/ 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/ 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:37:05 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:37:05 spire-1.2.1/pkg/server/endpoints/config.go 19:37:05 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:37:05 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:37:05 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:37:05 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:37:05 spire-1.2.1/pkg/server/endpoints/middleware.go 19:37:05 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:37:05 spire-1.2.1/pkg/server/hostservice/ 19:37:05 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:37:05 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:37:05 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:37:05 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:37:05 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:37:05 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:37:05 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:37:05 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/ 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/ 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:37:05 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:37:05 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:37:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:37:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:37:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:37:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.goRemoving intermediate container 4d82eb4828ab 19:37:05 ---> 9fc79c30ea10 19:37:05 Step 8/23 : COPY . . 19:37:05 19:37:05 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:37:05 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:37:05 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:37:05 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/ 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:37:05 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:37:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:37:05 spire-1.2.1/pkg/server/registration/ 19:37:05 spire-1.2.1/pkg/server/registration/manager.go 19:37:05 spire-1.2.1/pkg/server/registration/manager_test.go 19:37:05 spire-1.2.1/pkg/server/scanentries.go 19:37:05 spire-1.2.1/pkg/server/scanentries_test.go 19:37:05 spire-1.2.1/pkg/server/server.go 19:37:05 spire-1.2.1/pkg/server/server_test.go 19:37:05 spire-1.2.1/pkg/server/svid/ 19:37:05 spire-1.2.1/pkg/server/svid/observer.go 19:37:05 spire-1.2.1/pkg/server/svid/observer_test.go 19:37:05 spire-1.2.1/pkg/server/svid/rotator.go 19:37:05 spire-1.2.1/pkg/server/svid/rotator_config.go 19:37:05 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:37:05 spire-1.2.1/pkg/server/svid/rotator_test.go 19:37:05 spire-1.2.1/proto/ 19:37:05 spire-1.2.1/proto/private/ 19:37:05 spire-1.2.1/proto/private/server/ 19:37:05 spire-1.2.1/proto/private/server/journal/ 19:37:05 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:37:05 spire-1.2.1/proto/private/server/journal/journal.proto 19:37:05 spire-1.2.1/proto/spire/ 19:37:05 spire-1.2.1/proto/spire/common/ 19:37:05 spire-1.2.1/proto/spire/common/common.pb.go 19:37:05 spire-1.2.1/proto/spire/common/common.proto 19:37:05 spire-1.2.1/proto/spire/common/plugin/ 19:37:05 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:37:05 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:37:05 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:37:05 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:37:05 spire-1.2.1/proto/spire/plugin/ 19:37:05 spire-1.2.1/proto/spire/plugin/agent/ 19:37:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:37:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:37:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:37:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:37:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:37:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:37:05 spire-1.2.1/release/ 19:37:05 spire-1.2.1/release/spire-extras/ 19:37:05 spire-1.2.1/release/spire-extras/README.md 19:37:05 spire-1.2.1/release/spire-extras/conf/ 19:37:05 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:37:05 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:37:05 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:37:05 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:37:05 spire-1.2.1/release/spire/ 19:37:05 spire-1.2.1/release/spire/README.md 19:37:05 spire-1.2.1/release/spire/conf/ 19:37:05 spire-1.2.1/release/spire/conf/agent/ 19:37:05 spire-1.2.1/release/spire/conf/agent/agent.conf 19:37:05 spire-1.2.1/release/spire/conf/server/ 19:37:05 spire-1.2.1/release/spire/conf/server/server.conf 19:37:05 spire-1.2.1/script/ 19:37:05 spire-1.2.1/script/build-artifact.sh 19:37:05 spire-1.2.1/script/generate_dummy_ca.sh 19:37:05 spire-1.2.1/support/ 19:37:05 spire-1.2.1/support/k8s/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:37:05 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/ 19:37:05 spire-1.2.1/support/oidc-discovery-provider/README.md 19:37:05 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/config.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/main.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:37:05 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:37:05 spire-1.2.1/test/ 19:37:05 spire-1.2.1/test/clock/ 19:37:05 spire-1.2.1/test/clock/clock.go 19:37:05 spire-1.2.1/test/fakes/ 19:37:05 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:37:05 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:37:05 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:37:05 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:37:05 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:37:05 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:37:05 spire-1.2.1/test/fakes/fakeagentstore/ 19:37:05 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:37:05 spire-1.2.1/test/fakes/fakedatastore/ 19:37:05 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:37:05 spire-1.2.1/test/fakes/fakeentryclient/ 19:37:05 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:37:05 spire-1.2.1/test/fakes/fakehealthchecker/ 19:37:05 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:37:05 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:37:05 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:37:05 spire-1.2.1/test/fakes/fakemetrics/ 19:37:05 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:37:05 spire-1.2.1/test/fakes/fakenoderesolver/ 19:37:05 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:37:05 spire-1.2.1/test/fakes/fakenotifier/ 19:37:05 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:37:05 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:37:05 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:37:05 spire-1.2.1/test/fakes/fakeserverca/ 19:37:05 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:37:05 spire-1.2.1/test/fakes/fakeservercatalog/ 19:37:05 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:37:05 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:37:05 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:37:05 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:37:05 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:37:05 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:37:05 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:37:05 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:37:05 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:37:05 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:37:05 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:37:05 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:37:05 spire-1.2.1/test/fixture/ 19:37:05 spire-1.2.1/test/fixture/certs/ 19:37:05 spire-1.2.1/test/fixture/certs/agent_svid.der 19:37:05 spire-1.2.1/test/fixture/certs/base_cert.pem 19:37:05 spire-1.2.1/test/fixture/certs/base_csr.pem 19:37:05 spire-1.2.1/test/fixture/certs/base_key.pem 19:37:05 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:37:05 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:37:05 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:37:05 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:37:05 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:37:05 spire-1.2.1/test/fixture/certs/blog_key.pem 19:37:05 spire-1.2.1/test/fixture/certs/bundle.der 19:37:05 spire-1.2.1/test/fixture/certs/ca.pem 19:37:05 spire-1.2.1/test/fixture/certs/ca_key.pem 19:37:05 spire-1.2.1/test/fixture/certs/database_cert.pem 19:37:05 spire-1.2.1/test/fixture/certs/database_csr.pem 19:37:05 spire-1.2.1/test/fixture/certs/database_key.pem 19:37:05 spire-1.2.1/test/fixture/certs/node_cert.pem 19:37:05 spire-1.2.1/test/fixture/certs/node_csr.pem 19:37:05 spire-1.2.1/test/fixture/certs/node_key.pem 19:37:05 spire-1.2.1/test/fixture/certs/svid.pem 19:37:05 spire-1.2.1/test/fixture/certs/svid_key.pem 19:37:05 spire-1.2.1/test/fixture/config/ 19:37:05 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:37:05 spire-1.2.1/test/fixture/config/agent_good.conf 19:37:05 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:37:05 spire-1.2.1/test/fixture/config/plugin_good.conf 19:37:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:37:05 spire-1.2.1/test/fixture/config/server_good.conf 19:37:05 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:37:05 spire-1.2.1/test/fixture/fixture.go 19:37:05 spire-1.2.1/test/fixture/nodeattestor/ 19:37:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:37:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:37:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:37:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:37:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:37:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:37:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:37:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:37:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:37:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:37:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:37:05 spire-1.2.1/test/fixture/registration/ 19:37:05 spire-1.2.1/test/fixture/registration/entries.json 19:37:05 spire-1.2.1/test/fixture/registration/good-for-update.json 19:37:05 spire-1.2.1/test/fixture/registration/good.json 19:37:05 spire-1.2.1/test/fixture/registration/invalid.json 19:37:05 spire-1.2.1/test/fixture/registration/invalid_json.json 19:37:05 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:37:05 spire-1.2.1/test/integration/ 19:37:05 spire-1.2.1/test/integration/README.md 19:37:05 spire-1.2.1/test/integration/common 19:37:05 spire-1.2.1/test/integration/setup/ 19:37:05 spire-1.2.1/test/integration/setup/adminclient/ 19:37:05 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:37:05 spire-1.2.1/test/integration/setup/adminclient/client.go 19:37:05 spire-1.2.1/test/integration/setup/debugagent/ 19:37:05 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:37:05 spire-1.2.1/test/integration/setup/debugagent/main.go 19:37:05 spire-1.2.1/test/integration/setup/debugserver/ 19:37:05 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:37:05 spire-1.2.1/test/integration/setup/debugserver/main.go 19:37:05 spire-1.2.1/test/integration/setup/downstreamclient/ 19:37:05 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:37:05 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:37:05 spire-1.2.1/test/integration/setup/itclient/ 19:37:05 spire-1.2.1/test/integration/setup/itclient/client.go 19:37:05 spire-1.2.1/test/integration/setup/node-attestation/ 19:37:05 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:37:05 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:37:05 spire-1.2.1/test/integration/setup/x509pop/ 19:37:05 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:37:05 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:37:05 spire-1.2.1/test/integration/suites/ 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:37:05 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:37:05 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:37:05 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:37:05 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:37:05 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:37:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:37:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:37:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:37:06 spire-1.2.1/test/integration/suites/join-token/ 19:37:06 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:37:06 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:37:06 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:37:06 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:37:06 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:37:06 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:37:06 spire-1.2.1/test/integration/suites/join-token/README.md 19:37:06 spire-1.2.1/test/integration/suites/join-token/conf/ 19:37:06 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:37:06 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:37:06 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:37:06 spire-1.2.1/test/integration/suites/join-token/teardown 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:37:06 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:37:06 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:37:06 spire-1.2.1/test/integration/suites/k8s/ 19:37:06 spire-1.2.1/test/integration/suites/k8s/00-setup 19:37:06 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:37:06 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:37:06 spire-1.2.1/test/integration/suites/k8s/README.md 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/ 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:37:06 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:37:06 spire-1.2.1/test/integration/suites/k8s/teardown 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/ 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:37:06 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:37:06 spire-1.2.1/test/integration/suites/rotation/ 19:37:06 spire-1.2.1/test/integration/suites/rotation/00-setup 19:37:06 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:37:06 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:37:06 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:37:06 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:37:06 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:37:06 spire-1.2.1/test/integration/suites/rotation/README.md 19:37:06 spire-1.2.1/test/integration/suites/rotation/conf/ 19:37:06 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:37:06 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:37:06 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:37:06 spire-1.2.1/test/integration/suites/rotation/teardown 19:37:06 spire-1.2.1/test/integration/suites/self-test/ 19:37:06 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:37:06 spire-1.2.1/test/integration/suites/self-test/README.md 19:37:06 spire-1.2.1/test/integration/suites/self-test/teardown 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:37:06 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:37:06 spire-1.2.1/test/integration/suites/upgrade/ 19:37:06 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:37:06 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:37:06 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:37:06 spire-1.2.1/test/integration/suites/upgrade/README.md 19:37:06 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:37:06 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:37:06 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:37:06 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:37:06 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:37:06 spire-1.2.1/test/integration/suites/upgrade/teardown 19:37:06 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:37:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:37:06 spire-1.2.1/test/integration/test-one.sh 19:37:06 spire-1.2.1/test/integration/test.sh 19:37:06 spire-1.2.1/test/plugintest/ 19:37:06 spire-1.2.1/test/plugintest/config.go 19:37:06 spire-1.2.1/test/plugintest/load.go 19:37:06 spire-1.2.1/test/plugintest/option.go 19:37:06 spire-1.2.1/test/spiretest/ 19:37:06 spire-1.2.1/test/spiretest/apiserver.go 19:37:06 spire-1.2.1/test/spiretest/assertions.go 19:37:06 spire-1.2.1/test/spiretest/dir.go 19:37:06 spire-1.2.1/test/spiretest/errors_posix.go 19:37:06 spire-1.2.1/test/spiretest/errors_windows.go 19:37:06 spire-1.2.1/test/spiretest/logs.go 19:37:06 spire-1.2.1/test/spiretest/socketapi.go 19:37:06 spire-1.2.1/test/spiretest/suite.go 19:37:06 spire-1.2.1/test/spiretest/x509.go 19:37:06 spire-1.2.1/test/testca/ 19:37:06 spire-1.2.1/test/testca/ca.go 19:37:06 spire-1.2.1/test/testkey/ 19:37:06 spire-1.2.1/test/testkey/generate.sh 19:37:06 spire-1.2.1/test/testkey/genkeys.go 19:37:06 spire-1.2.1/test/testkey/keys.go 19:37:06 spire-1.2.1/test/testkey/new.go 19:37:06 spire-1.2.1/test/tpmsimulator/ 19:37:06 spire-1.2.1/test/tpmsimulator/simulator.go 19:37:06 spire-1.2.1/test/util/ 19:37:06 spire-1.2.1/test/util/cert_fixtures.go 19:37:06 spire-1.2.1/test/util/cert_generation.go 19:37:06 spire-1.2.1/test/util/io_redirection.go 19:37:06 spire-1.2.1/test/util/race.go 19:37:06 spire-1.2.1/test/util/util.go 19:37:06 building spire from source... 19:37:07 Installing go1.17.7... 19:37:29 ---> 618b0dfaf17a 19:37:29 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:37:29 ---> Running in 237408213f2e 19:37:30 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 19:37:39 Building bin/spire-server... 19:37:39 go: downloading github.com/mitchellh/cli v1.1.2 19:37:39 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:37:39 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:37:40 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:37:40 go: downloading google.golang.org/grpc v1.44.0 19:37:44 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:37:44 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:37:45 go: downloading github.com/imdario/mergo v0.3.12 19:37:45 go: downloading github.com/sirupsen/logrus v1.8.1 19:37:46 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:37:46 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:37:46 go: downloading github.com/fatih/color v1.13.0 19:37:46 go: downloading github.com/mattn/go-isatty v0.0.14 19:37:46 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:37:47 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:37:47 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:37:47 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:37:47 go: downloading github.com/armon/go-metrics v0.3.10 19:37:47 go: downloading github.com/prometheus/client_golang v1.12.1 19:37:47 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:37:49 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:37:49 go: downloading github.com/open-policy-agent/opa v0.38.0 19:38:15 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:38:15 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:38:15 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:38:15 go: downloading github.com/mattn/go-colorable v0.1.12 19:38:15 go: downloading github.com/Masterminds/goutils v1.1.0 19:38:15 go: downloading github.com/Masterminds/semver v1.5.0 19:38:15 go: downloading github.com/google/uuid v1.1.2 19:38:15 go: downloading github.com/huandu/xstrings v1.3.2 19:38:15 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:38:15 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:38:15 go: downloading github.com/prometheus/client_model v0.2.0 19:38:15 go: downloading github.com/prometheus/common v0.32.1 19:38:15 go: downloading github.com/pkg/errors v0.9.1 19:38:15 go: downloading go.uber.org/atomic v1.9.0 19:38:16 go: downloading github.com/beorn7/perks v1.0.1 19:38:16 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:38:16 go: downloading github.com/prometheus/procfs v0.7.3 19:38:16 go: downloading github.com/imkira/go-observer v1.0.3 19:38:17 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:38:17 go: downloading github.com/oklog/run v1.0.0 19:38:17 go: downloading github.com/hashicorp/errwrap v1.1.0 19:38:18 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:38:18 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:38:18 go: downloading github.com/twmb/murmur3 v1.1.6 19:38:18 go: downloading github.com/stretchr/testify v1.7.0 19:38:18 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:38:19 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:38:19 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:38:19 go: downloading github.com/blang/semver/v4 v4.0.0 19:38:19 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:38:20 go: downloading github.com/jinzhu/gorm v1.9.16 19:38:21 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:38:21 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:38:21 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:38:22 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:38:24 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:38:31 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:38:31 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:38:31 go: downloading google.golang.org/api v0.70.0 19:38:31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:38:31 go: downloading k8s.io/client-go v0.23.4 19:38:31 go: downloading k8s.io/api v0.23.4 19:38:46 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:39:25 go: downloading cloud.google.com/go/storage v1.21.0 19:39:25 go: downloading k8s.io/apimachinery v0.23.4 19:39:25 go: downloading cloud.google.com/go v0.100.2 19:39:27 go: downloading k8s.io/kube-aggregator v0.23.3 19:39:27 go: downloading github.com/google/go-tpm v0.3.3 19:39:27 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:39:28 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:39:29 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:39:29 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:39:29 go: downloading cloud.google.com/go/security v1.3.0 19:39:30 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:39:33 go: downloading github.com/hashicorp/vault/api v1.4.1 19:39:34 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:39:34 go: downloading gopkg.in/yaml.v2 v2.4.0 19:39:34 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:39:35 go: downloading github.com/gobwas/glob v0.2.3 19:39:35 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:39:35 go: downloading github.com/jinzhu/inflection v1.0.0 19:39:36 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:39:36 go: downloading github.com/aws/smithy-go v1.11.0 19:39:37 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:39:37 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:39:37 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:39:38 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:39:38 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:39:38 go: downloading github.com/gogo/protobuf v1.3.2 19:39:45 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:39:45 go: downloading cloud.google.com/go/compute v1.3.0 19:39:46 go: downloading cloud.google.com/go/iam v0.1.1 19:39:46 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:39:46 go: downloading k8s.io/klog/v2 v2.30.0 19:39:47 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:39:48 go: downloading github.com/google/gofuzz v1.1.0 19:39:48 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:39:49 go: downloading github.com/spf13/pflag v1.0.5 19:39:49 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:39:49 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:39:49 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:39:49 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:39:49 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:39:49 go: downloading github.com/dimchansky/utfbom v1.1.1 19:39:49 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:39:49 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:39:50 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:39:50 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:39:50 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:39:50 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:39:51 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:39:51 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:39:52 go: downloading github.com/tklauser/numcpus v0.3.0 19:39:52 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:39:52 go: downloading go.opencensus.io v0.23.0 19:39:53 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:39:56 go: downloading gopkg.in/inf.v0 v0.9.1 19:39:56 go: downloading github.com/go-logr/logr v1.2.2 19:39:56 go: downloading github.com/googleapis/gnostic v0.5.5 19:39:59 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:39:59 go: downloading github.com/json-iterator/go v1.1.12 19:40:00 go: downloading github.com/google/go-cmp v0.5.7 19:40:00 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:40:00 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:40:00 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:40:03 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:40:03 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:40:03 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:40:03 go: downloading go.uber.org/zap v1.21.0 19:40:04 go: downloading sigs.k8s.io/yaml v1.3.0 19:40:04 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:40:05 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:40:05 go: downloading github.com/modern-go/reflect2 v1.0.2 19:40:05 go: downloading github.com/ryanuber/go-glob v1.0.0 19:40:05 go: downloading github.com/golang/snappy v0.0.4 19:40:05 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:40:18 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:40:18 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:40:18 go: downloading github.com/hashicorp/go-version v1.2.0 19:40:18 go: downloading go.uber.org/multierr v1.6.0 19:41:05 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:41:05 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:44:57 Removing intermediate container ed472f9ad2de 19:44:57 ---> 2f2e06ec4bc6 19:44:57 19:44:57 Step 10/23 : FROM alpine:3.14 19:44:57 ---> ac73e934f311 19:44:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:44:57 ---> Running in 031ee6ec9319 19:44:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:44:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:44:57 (1/1) Installing dumb-init (1.2.5-r1) 19:44:57 Executing busybox-1.33.1-r7.trigger 19:44:57 OK: 5 MiB in 15 packages 19:44:57 Removing intermediate container 031ee6ec9319 19:44:57 ---> 0aa3005af6ee 19:44:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:44:57 ---> Running in fd2d162360eb 19:44:57 Removing intermediate container fd2d162360eb 19:44:57 ---> 7163a82d6e47 19:44:57 Step 13/23 : ENV APP_PORT=59882 19:44:57 ---> Running in 656c60f84d57 19:44:57 Removing intermediate container 656c60f84d57 19:44:57 ---> 69b92d210b36 19:44:57 Step 14/23 : EXPOSE $APP_PORT 19:44:57 ---> Running in bb54f2aef5a8 19:44:57 Removing intermediate container bb54f2aef5a8 19:44:57 ---> 59a99977d3df 19:44:57 Step 15/23 : WORKDIR / 19:44:57 ---> Running in dfce0cead3de 19:44:57 Removing intermediate container dfce0cead3de 19:44:57 ---> d738972a8e20 19:44:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:44:57 ---> 31d73363e0e7 19:44:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:44:57 ---> 8fdbb52aed0a 19:44:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:44:58 ---> a236d682e88b 19:44:58 Step 19/23 : ENTRYPOINT ["/core-command"] 19:44:58 ---> Running in 5a85dabc8a53 19:44:58 Removing intermediate container 5a85dabc8a53 19:44:58 ---> 8345f55126bc 19:44:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:44:59 ---> Running in 3c6853aa09ca 19:44:59 Removing intermediate container 3c6853aa09ca 19:44:59 ---> 102a31bba125 19:44:59 Step 21/23 : LABEL arch=arm64 19:44:59 ---> Running in 3b802cc1ec4a 19:45:00 Removing intermediate container 3b802cc1ec4a 19:45:00 ---> f643ebc45bb7 19:45:00 Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:45:00 ---> Running in 80d24e675432 19:45:00 Removing intermediate container 80d24e675432 19:45:00 ---> 51ecb052138c 19:45:00 Step 23/23 : LABEL version=0.0.0 19:45:00 ---> Running in e1a65f8781d9 19:45:01 Removing intermediate container e1a65f8781d9 19:45:01 ---> e7751389da3b 19:45:01 19:45:02 Successfully built e7751389da3b 19:45:02 Successfully tagged core-command-arm64:latest 19:45:02 Building core-metadata 19:45:41  Building core-command ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:45:41 ---> 47f75f7ae24e 19:45:41 Step 3/23 : WORKDIR /edgex-go 19:45:41 ---> Using cache 19:45:41 ---> eab5067b4ed4 19:45:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:41 ---> Using cache 19:45:41 ---> 35e5ea412454 19:45:41 Step 5/23 : RUN apk add --update --no-cache make git 19:45:41 ---> Using cache 19:45:41 ---> 6e0b62e84eff 19:45:41 Step 6/23 : COPY go.mod vendor* ./ 19:45:41 ---> Using cache 19:45:41 ---> 1d939bb2b9c5 19:45:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:41 ---> Using cache 19:45:41 ---> ef3581a5fd98 19:45:41 Step 8/23 : COPY . . 19:45:41 ---> Using cache 19:45:41 ---> 8bbe070e4ea3 19:45:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:45:41 ---> Running in 265301d41e3b 19:45:41 Removing intermediate container 237408213f2e 19:45:41 ---> 408b15457cd8 19:45:41 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:45:41 ---> Running in a3a7d54c5021 19:45:41 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 19:45:42 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 19:45:46 Removing intermediate container a3a7d54c5021 19:45:46 ---> c9762157482a 19:45:46 19:45:46 Step 11/23 : FROM docker:20.10.14 19:45:46 20.10.14: Pulling from library/docker 19:46:02 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:46:02 Status: Downloaded newer image for docker:20.10.14 19:46:02 ---> c346e9eafbab 19:46:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:46:02 ---> Running in 54867b01955f 19:46:02 Removing intermediate container 54867b01955f 19:46:02 ---> a1280c70955b 19:46:02 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 19:46:03 ---> Running in 7c046c33864f 19:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:46:06 (1/43) Installing readline (8.1.1-r0) 19:46:06 (2/43) Installing bash (5.1.16-r0) 19:46:06 Executing bash-5.1.16-r0.post-install 19:46:06 (3/43) Installing brotli-libs (1.0.9-r5) 19:46:06 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:46:06 (5/43) Installing libcurl (7.80.0-r0) 19:46:06 (6/43) Installing curl (7.80.0-r0) 19:46:06 (7/43) Installing dumb-init (1.2.5-r1) 19:46:06 (8/43) Installing libbz2 (1.0.8-r1) 19:46:06 (9/43) Installing expat (2.4.7-r0) 19:46:06 (10/43) Installing libffi (3.4.2-r1) 19:46:06 (11/43) Installing gdbm (1.22-r0) 19:46:06 (12/43) Installing xz-libs (5.2.5-r0) 19:46:06 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:46:06 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:46:07 (15/43) Installing mpdecimal (2.5.1-r1) 19:46:07 (16/43) Installing sqlite-libs (3.36.0-r0) 19:46:07 (17/43) Installing python3 (3.9.7-r4) 19:46:09 (18/43) Installing py3-appdirs (1.4.4-r2) 19:46:09 (19/43) Installing py3-certifi (2020.12.5-r1) 19:46:09 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:46:09 (21/43) Installing py3-idna (3.3-r0) 19:46:09 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:46:09 (23/43) Installing py3-requests (2.26.0-r1) 19:46:09 (24/43) Installing py3-msgpack (1.0.2-r1) 19:46:09 (25/43) Installing py3-lockfile (0.12.2-r4) 19:46:09 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:46:09 (27/43) Installing py3-colorama (0.4.4-r1) 19:46:10 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:46:10 (29/43) Installing py3-distlib (0.3.3-r0) 19:46:10 (30/43) Installing py3-distro (1.6.0-r0) 19:46:10 (31/43) Installing py3-six (1.16.0-r0) 19:46:10 (32/43) Installing py3-webencodings (0.5.1-r4) 19:46:10 (33/43) Installing py3-html5lib (1.1-r1) 19:46:10 (34/43) Installing py3-parsing (2.4.7-r2) 19:46:10 (35/43) Installing py3-packaging (20.9-r1) 19:46:10 (36/43) Installing py3-tomli (1.2.2-r0) 19:46:10 (37/43) Installing py3-pep517 (0.12.0-r0) 19:46:10 (38/43) Installing py3-progress (1.6-r0) 19:46:10 (39/43) Installing py3-retrying (1.3.3-r2) 19:46:10 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:46:10 (41/43) Installing py3-setuptools (52.0.0-r4) 19:46:10 (42/43) Installing py3-toml (0.10.2-r2) 19:46:10 (43/43) Installing py3-pip (20.3.4-r1) 19:46:11 Executing busybox-1.34.1-r5.trigger 19:46:11 OK: 82 MiB in 65 packages 19:46:17 Collecting docker-compose==1.23.2 19:46:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:46:17 Collecting dockerpty<0.5,>=0.4.1 19:46:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:46:22 Collecting jsonschema<3,>=2.5.1 19:46:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:46:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:46:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:46:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:46:23 Collecting docopt<0.7,>=0.6.1 19:46:23 Downloading docopt-0.6.2.tar.gz (25 kB) 19:46:27 Collecting texttable<0.10,>=0.9.0 19:46:27 Downloading texttable-0.9.1.tar.gz (11 kB) 19:46:30 Collecting docker<4.0,>=3.6.0 19:46:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:46:31 Collecting cached-property<2,>=1.2.0 19:46:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:46:33 Collecting PyYAML<4,>=3.10 19:46:33 Downloading PyYAML-3.13.tar.gz (270 kB) 19:46:38 Collecting websocket-client<1.0,>=0.32.0 19:46:38 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:46:39 Collecting docker-pycreds>=0.4.0 19:46:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:46:41 Collecting urllib3<1.25,>=1.21.1 19:46:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:46:41 Collecting idna<2.8,>=2.5 19:46:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:46:41 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) 19:46:41 Collecting chardet<3.1.0,>=3.0.2 19:46:41 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:46:41 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:46:41 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:46:42 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:46:42 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:46:43 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:46:43 Attempting uninstall: urllib3 19:46:43 Found existing installation: urllib3 1.26.7 19:46:43 Uninstalling urllib3-1.26.7: 19:46:43 Successfully uninstalled urllib3-1.26.7 19:46:44 Attempting uninstall: idna 19:46:44 Found existing installation: idna 3.3 19:46:44 Uninstalling idna-3.3: 19:46:44 Successfully uninstalled idna-3.3 19:46:49 Attempting uninstall: requests 19:46:49 Found existing installation: requests 2.26.0 19:46:49 Uninstalling requests-2.26.0: 19:46:49 Successfully uninstalled requests-2.26.0 19:46:49 Running setup.py install for texttable: started 19:46:53 Running setup.py install for texttable: finished with status 'done' 19:46:53 Running setup.py install for PyYAML: started 19:46:56 Running setup.py install for PyYAML: finished with status 'done' 19:46:56 Running setup.py install for docopt: started 19:47:00 Running setup.py install for docopt: finished with status 'done' 19:47:00 Running setup.py install for dockerpty: started 19:47:02 Running setup.py install for dockerpty: finished with status 'done' 19:47:05 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 19:47:24 Removing intermediate container 7c046c33864f 19:47:24 ---> 097cbc5fd650 19:47:24 Step 14/23 : ENV APP_PORT=58890 19:47:24 ---> Running in 5a857521999f 19:47:24 Removing intermediate container 5a857521999f 19:47:24 ---> b07b4669406b 19:47:24 Step 15/23 : EXPOSE $APP_PORT 19:47:24 ---> Running in 17a1fa411f77 19:47:24 Removing intermediate container 17a1fa411f77 19:47:24 ---> f56cb3f3964e 19:47:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:47:25 ---> aeca64719195 19:47:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:47:26 ---> 5fba3581a628 19:47:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:47:27 ---> cc9a2487c4d8 19:47:27 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:47:27 ---> Running in 4968476f4349 19:47:28 Removing intermediate container 4968476f4349 19:47:28 ---> d03b8c1ff90e 19:47:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:47:28 ---> Running in da21eba7a5a8 19:47:28 Removing intermediate container da21eba7a5a8 19:47:28 ---> a429df2fa83e 19:47:28 Step 21/23 : LABEL arch=arm64 19:47:29 ---> Running in de4302a83581 19:47:29 Removing intermediate container de4302a83581 19:47:29 ---> ff780d3eb64c 19:47:29 Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:47:30 ---> Running in 3a5da5e58e51 19:47:30 Removing intermediate container 3a5da5e58e51 19:47:30 ---> 3503ac00e2d8 19:47:30 Step 23/23 : LABEL version=0.0.0 19:47:30 ---> Running in 37e974841d4f 19:47:31 Removing intermediate container 37e974841d4f 19:47:31 ---> 767f2b293738 19:47:31 19:47:32 Successfully built 767f2b293738 19:47:32 Successfully tagged sys-mgmt-agent-arm64:latest 19:47:32  Building sys-mgmt-agent ... done Building security-proxy-setup 19:48:11 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:48:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:48:11 ---> 47f75f7ae24e 19:48:11 Step 3/22 : WORKDIR /edgex-go 19:48:11 ---> Using cache 19:48:11 ---> eab5067b4ed4 19:48:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:48:11 ---> Using cache 19:48:11 ---> 35e5ea412454 19:48:11 Step 5/22 : RUN apk add --update --no-cache make git 19:48:11 ---> Using cache 19:48:11 ---> 6e0b62e84eff 19:48:11 Step 6/22 : COPY go.mod vendor* ./ 19:48:11 ---> Using cache 19:48:11 ---> 1d939bb2b9c5 19:48:11 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:48:11 ---> Using cache 19:48:11 ---> ef3581a5fd98 19:48:11 Step 8/22 : COPY . . 19:48:11 ---> Using cache 19:48:11 ---> 8bbe070e4ea3 19:48:11 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:48:11 ---> Running in 4bd400eb04e2 19:48:11 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 19:53:48 Removing intermediate container 265301d41e3b 19:53:48 ---> 66af9d14b24d 19:53:48 19:53:48 Step 10/23 : FROM alpine:3.14 19:53:48 ---> ac73e934f311 19:53:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:53:48 ---> Using cache 19:53:48 ---> 0aa3005af6ee 19:53:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:53:48 ---> Using cache 19:53:48 ---> 7163a82d6e47 19:53:48 Step 13/23 : ENV APP_PORT=59881 19:53:48 ---> Running in 9194e43c1f2d 19:53:48 Removing intermediate container 9194e43c1f2d 19:53:48 ---> e23302b8f110 19:53:48 Step 14/23 : EXPOSE $APP_PORT 19:53:48 ---> Running in d723ea63b5bf 19:53:48 Removing intermediate container d723ea63b5bf 19:53:48 ---> 8cd5021a6071 19:53:48 Step 15/23 : WORKDIR / 19:53:48 ---> Running in b3bd2aff5a4b 19:53:48 Removing intermediate container b3bd2aff5a4b 19:53:48 ---> 530692b456fb 19:53:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:53:48 ---> 1a23f794e9ce 19:53:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:53:50 ---> 572a5a685379 19:53:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:53:51 ---> a63afccd0471 19:53:51 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:53:51 ---> Running in fc7c84bab6fa 19:53:52 Removing intermediate container fc7c84bab6fa 19:53:52 ---> 678cd64495b4 19:53:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:53:52 ---> Running in f2926bdd0508 19:53:53 Removing intermediate container f2926bdd0508 19:53:53 ---> 772143931e5b 19:53:53 Step 21/23 : LABEL arch=arm64 19:53:53 ---> Running in 3f4bef2960a0 19:53:53 Removing intermediate container 3f4bef2960a0 19:53:53 ---> 5cb05a6decf2 19:53:53 Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:53:53 ---> Running in b0a21969dc6c 19:53:54 Removing intermediate container b0a21969dc6c 19:53:54 ---> ccb472e98d23 19:53:54 Step 23/23 : LABEL version=0.0.0 19:53:54 ---> Running in 4044ff4b7736 19:53:55 Removing intermediate container 4044ff4b7736 19:53:55 ---> a976cde4719c 19:53:55 19:53:55 Successfully built a976cde4719c 19:53:55 Successfully tagged core-metadata-arm64:latest 19:53:55 Building core-data 19:54:34  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:54:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:54:34 ---> 47f75f7ae24e 19:54:34 Step 3/23 : WORKDIR /edgex-go 19:54:34 ---> Using cache 19:54:34 ---> eab5067b4ed4 19:54:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:54:34 ---> Using cache 19:54:34 ---> 35e5ea412454 19:54:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:54:34 ---> Running in 4d861476690e 19:54:34 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:54:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:54:36 OK: 220 MiB in 52 packages 19:54:38 Removing intermediate container 4d861476690e 19:54:38 ---> 81b47d2ffcc6 19:54:38 Step 6/23 : COPY go.mod vendor* ./ 19:54:38 ---> 1a1dc2714355 19:54:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:39 ---> Running in 8ffbec8cf924 19:54:45 Removing intermediate container 8ffbec8cf924 19:54:45 ---> 12b50d0e5b19 19:54:45 Step 8/23 : COPY . . 19:55:12 ---> 015eed28f13d 19:55:12 Step 9/23 : RUN make cmd/core-data/core-data 19:55:12 ---> Running in e44fc274d183 19:55:12 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 19:55:25 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 19:55:51 Removing intermediate container 4bd400eb04e2 19:55:51 ---> 9d43e2171de0 19:55:51 19:55:51 Step 10/22 : FROM alpine:3.14 19:55:51 ---> ac73e934f311 19:55:51 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:55:51 ---> Running in 7873953f54eb 19:55:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:55:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:55:51 (1/6) Installing ca-certificates (20211220-r0) 19:55:51 (2/6) Installing brotli-libs (1.0.9-r5) 19:55:51 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:55:51 (4/6) Installing libcurl (7.79.1-r0) 19:55:51 (5/6) Installing curl (7.79.1-r0) 19:55:51 (6/6) Installing dumb-init (1.2.5-r1) 19:55:51 Executing busybox-1.33.1-r7.trigger 19:55:51 Executing ca-certificates-20211220-r0.trigger 19:55:52 OK: 8 MiB in 20 packages 19:55:54 Removing intermediate container 7873953f54eb 19:55:54 ---> 23e039c1f8b8 19:55:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:55:54 ---> Running in c85cd51e8065 19:55:55 Removing intermediate container c85cd51e8065 19:55:55 ---> 4fac12a3a28f 19:55:55 Step 13/22 : WORKDIR /edgex 19:55:55 ---> Running in 07d831a3f31b 19:55:56 Removing intermediate container 07d831a3f31b 19:55:56 ---> 28ff0e5d971b 19:55:56 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:55:57 ---> e79dfeec68e2 19:55:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:55:59 ---> 61ce244c2346 19:55:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:56:01 ---> 838ca76fa799 19:56:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:56:01 ---> 2c204bf12a11 19:56:01 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:56:01 ---> Running in 1ac79ea320b7 19:56:05 Removing intermediate container 1ac79ea320b7 19:56:05 ---> 66909edc72eb 19:56:05 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:56:05 ---> Running in 4e716c6ed8f2 19:56:05 Removing intermediate container 4e716c6ed8f2 19:56:05 ---> 4a3988e5f4ed 19:56:05 Step 20/22 : LABEL arch=arm64 19:56:05 ---> Running in e1199acfb270 19:56:06 Removing intermediate container e1199acfb270 19:56:06 ---> e21a853f6c52 19:56:06 Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 19:56:06 ---> Running in 574e20f958e9 19:56:07 Removing intermediate container 574e20f958e9 19:56:07 ---> e600e1a63132 19:56:07 Step 22/22 : LABEL version=0.0.0 19:56:07 ---> Running in 925001c2cf64 19:56:07 Removing intermediate container 925001c2cf64 19:56:07 ---> 38786d5a04ab 19:56:07 19:56:08 Successfully built 38786d5a04ab 19:56:08 Successfully tagged security-proxy-setup-arm64:latest 19:56:08  Building security-proxy-setup ... done Building support-scheduler 19:56:47 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:56:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:56:47 ---> 47f75f7ae24e 19:56:47 Step 3/22 : WORKDIR /edgex-go 19:56:47 ---> Using cache 19:56:47 ---> eab5067b4ed4 19:56:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:56:47 ---> Using cache 19:56:47 ---> 35e5ea412454 19:56:47 Step 5/22 : RUN apk add --update --no-cache make git 19:56:47 ---> Using cache 19:56:47 ---> 6e0b62e84eff 19:56:47 Step 6/22 : COPY go.mod vendor* ./ 19:56:47 ---> Using cache 19:56:47 ---> 1d939bb2b9c5 19:56:47 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:56:47 ---> Using cache 19:56:47 ---> ef3581a5fd98 19:56:47 Step 8/22 : COPY . . 19:56:47 ---> Using cache 19:56:47 ---> 8bbe070e4ea3 19:56:47 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:56:47 ---> Running in a621be9d6167 19:56:48 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 20:03:40 Removing intermediate container e44fc274d183 20:03:40 ---> 96c5c2e50847 20:03:40 20:03:40 Step 10/23 : FROM alpine:3.14 20:03:40 ---> ac73e934f311 20:03:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:03:40 ---> Running in 533620b1143c 20:03:40 Removing intermediate container 533620b1143c 20:03:40 ---> 7ddc69d73616 20:03:40 Step 12/23 : ENV APP_PORT=59880 20:03:40 ---> Running in c060f2bc7b9b 20:03:40 Removing intermediate container c060f2bc7b9b 20:03:40 ---> 9ae995f3ea16 20:03:40 Step 13/23 : EXPOSE $APP_PORT 20:03:40 ---> Running in edadba55df96 20:03:40 Removing intermediate container edadba55df96 20:03:40 ---> fb119c166d04 20:03:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:03:40 ---> Running in f868d88508ad 20:03:40 Removing intermediate container f868d88508ad 20:03:40 ---> b118ddbda89f 20:03:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:03:40 ---> Running in e5c18dfefd5d 20:03:42 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:03:43 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:03:44 (1/6) Installing dumb-init (1.2.5-r1) 20:03:44 (2/6) Installing libgcc (10.3.1_git20210424-r2) 20:03:44 (3/6) Installing libsodium (1.0.18-r0) 20:03:44 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 20:03:45 (5/6) Installing libzmq (4.3.4-r0) 20:03:45 (6/6) Installing zeromq (4.3.4-r0) 20:03:45 Executing busybox-1.33.1-r7.trigger 20:03:45 OK: 8 MiB in 20 packages 20:03:46 Removing intermediate container e5c18dfefd5d 20:03:46 ---> 5abd3a359799 20:03:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:47 ---> e2cc6c9d4cde 20:03:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:03:50 ---> d64ffe837a16 20:03:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:03:51 ---> 88c506e47931 20:03:51 Step 19/23 : ENTRYPOINT ["/core-data"] 20:03:51 ---> Running in 898a373ce9ad 20:03:51 Removing intermediate container 898a373ce9ad 20:03:51 ---> 88e87274249e 20:03:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:03:51 ---> Running in b0c9b0d98333 20:03:52 Removing intermediate container b0c9b0d98333 20:03:52 ---> 2b27085275ba 20:03:52 Step 21/23 : LABEL arch=arm64 20:03:52 ---> Running in e72866e005d4 20:03:53 Removing intermediate container e72866e005d4 20:03:53 ---> a8f2712c3231 20:03:53 Step 22/23 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 20:03:53 ---> Running in cb4307b19d48 20:03:53 Removing intermediate container cb4307b19d48 20:03:53 ---> ff942ca73ff9 20:03:53 Step 23/23 : LABEL version=0.0.0 20:03:53 ---> Running in bbc0e0c96970 20:03:54 Removing intermediate container bbc0e0c96970 20:03:54 ---> 410e89904f82 20:03:54 20:03:54 Successfully built 410e89904f82 20:03:54 Successfully tagged core-data-arm64:latest 20:03:54 Building support-notifications 20:04:21  Building core-data ... done Removing intermediate container a621be9d6167 20:04:21 ---> 9877b145f255 20:04:21 20:04:21 Step 10/22 : FROM alpine:3.14 20:04:21 ---> ac73e934f311 20:04:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:04:21 ---> Using cache 20:04:21 ---> 0aa3005af6ee 20:04:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:04:21 ---> Using cache 20:04:21 ---> 7163a82d6e47 20:04:21 Step 13/22 : ENV APP_PORT=59861 20:04:21 ---> Running in 5f8332d875f4 20:04:22 Removing intermediate container 5f8332d875f4 20:04:22 ---> a659a0a09789 20:04:22 Step 14/22 : EXPOSE $APP_PORT 20:04:22 ---> Running in bee4b60e284c 20:04:23 Removing intermediate container bee4b60e284c 20:04:23 ---> f91f289d8581 20:04:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:24 ---> e465cf874aa2 20:04:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:04:27 ---> 0a90cc19c673 20:04:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:04:28 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 20:04:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:04:28 ---> 47f75f7ae24e 20:04:28 Step 3/22 : WORKDIR /edgex-go 20:04:28 ---> Using cache 20:04:28 ---> eab5067b4ed4 20:04:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:04:28 ---> Using cache 20:04:28 ---> 35e5ea412454 20:04:28 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:04:28 ---> Running in ace6e57ea0e5 20:04:28 ---> f84a1f75a524 20:04:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:04:29 ---> Running in 9f1e3b51fa66 20:04:29 Removing intermediate container 9f1e3b51fa66 20:04:29 ---> 57e8987afd89 20:04:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:04:29 ---> Running in 8dec79810223 20:04:30 Removing intermediate container 8dec79810223 20:04:30 ---> 0f55dca8402a 20:04:30 Step 20/22 : LABEL arch=arm64 20:04:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:04:30 ---> Running in 32cbcc87cbc9 20:04:31 Removing intermediate container 32cbcc87cbc9 20:04:31 ---> 363e607561c2 20:04:31 Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 20:04:31 ---> Running in f10c61fbc08e 20:04:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:04:31 Removing intermediate container f10c61fbc08e 20:04:31 ---> 5110172bddf3 20:04:31 Step 22/22 : LABEL version=0.0.0 20:04:31 ---> Running in 3256e47ca089 20:04:32 Removing intermediate container 3256e47ca089 20:04:32 ---> be396cae9272 20:04:32 20:04:33 Successfully built be396cae9272 20:04:33 Successfully tagged support-scheduler-arm64:latest 20:04:33  Building support-scheduler ... done OK: 220 MiB in 52 packages 20:04:34 Removing intermediate container ace6e57ea0e5 20:04:34 ---> bbbec9cf1798 20:04:34 Step 6/22 : COPY go.mod vendor* ./ 20:04:35 ---> 9a728445505d 20:04:35 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:35 ---> Running in 08a46ee31d9d 20:04:41 Removing intermediate container 08a46ee31d9d 20:04:41 ---> e2fe096e7899 20:04:41 Step 8/22 : COPY . . 20:05:07 ---> f893f1e20392 20:05:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:05:07 ---> Running in b12209970524 20:05:07 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 20:11:00 Removing intermediate container b12209970524 20:11:00 ---> bab4862c6ede 20:11:00 20:11:00 Step 10/22 : FROM alpine:3.14 20:11:00 ---> ac73e934f311 20:11:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:11:00 ---> Running in 67c7b0e10791 20:11:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:11:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:11:00 (1/2) Installing ca-certificates (20211220-r0) 20:11:00 (2/2) Installing dumb-init (1.2.5-r1) 20:11:00 Executing busybox-1.33.1-r7.trigger 20:11:00 Executing ca-certificates-20211220-r0.trigger 20:11:00 OK: 6 MiB in 16 packages 20:11:02 Removing intermediate container 67c7b0e10791 20:11:02 ---> 0993a2f95ed3 20:11:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:11:02 ---> Running in 98261cd1ce22 20:11:03 Removing intermediate container 98261cd1ce22 20:11:03 ---> 63876845aa7c 20:11:03 Step 13/22 : ENV APP_PORT=59860 20:11:03 ---> Running in bec9a4e8df71 20:11:04 Removing intermediate container bec9a4e8df71 20:11:04 ---> 894533bcfaba 20:11:04 Step 14/22 : EXPOSE $APP_PORT 20:11:04 ---> Running in 6361fe1e9a28 20:11:04 Removing intermediate container 6361fe1e9a28 20:11:04 ---> b6ae92d3b72e 20:11:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:05 ---> 6a8fd9519736 20:11:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:11:08 ---> 4f2a5023a7bc 20:11:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:11:09 ---> 61ae7bde4a5e 20:11:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:11:09 ---> Running in 03f0563514cc 20:11:09 Removing intermediate container 03f0563514cc 20:11:09 ---> daab6621b107 20:11:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:11:09 ---> Running in d2455b40e577 20:11:10 Removing intermediate container d2455b40e577 20:11:10 ---> 333f6a32f6ff 20:11:10 Step 20/22 : LABEL arch=arm64 20:11:10 ---> Running in 3ce5a1ee2f95 20:11:10 Removing intermediate container 3ce5a1ee2f95 20:11:10 ---> 7163f6ec5c68 20:11:10 Step 21/22 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 20:11:10 ---> Running in aaacd7c4b841 20:11:11 Removing intermediate container aaacd7c4b841 20:11:11 ---> 21c388cf757c 20:11:11 Step 22/22 : LABEL version=0.0.0 20:11:11 ---> Running in 3a06166ad7ab 20:11:12 Removing intermediate container 3a06166ad7ab 20:11:12 ---> 6cb043c37df5 20:11:12 20:11:12 Successfully built 6cb043c37df5 20:11:12 Successfully tagged support-notifications-arm64:latest 20:15:19  Building support-notifications ... done Building bin/spire-agent... 20:15:19 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:15:19 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:15:19 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:15:19 go: downloading github.com/docker/docker v20.10.12+incompatible 20:15:20 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:15:21 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:15:21 go: downloading github.com/google/go-tpm-tools v0.3.3 20:15:21 go: downloading github.com/docker/go-connections v0.4.0 20:15:21 go: downloading github.com/docker/go-units v0.4.0 20:15:21 go: downloading github.com/opencontainers/image-spec v1.0.1 20:15:21 go: downloading github.com/containerd/containerd v1.3.4 20:15:21 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:15:22 go: downloading github.com/opencontainers/go-digest v1.0.0 20:15:44 Building bin/spire-agent... 20:15:44 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:15:45 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:15:45 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:15:45 go: downloading github.com/docker/docker v20.10.12+incompatible 20:15:46 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:15:46 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:15:47 go: downloading github.com/google/go-tpm-tools v0.3.3 20:15:51 go: downloading github.com/docker/go-connections v0.4.0 20:15:51 go: downloading github.com/docker/go-units v0.4.0 20:15:51 go: downloading github.com/opencontainers/image-spec v1.0.1 20:15:51 go: downloading github.com/containerd/containerd v1.3.4 20:15:51 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:15:51 go: downloading github.com/opencontainers/go-digest v1.0.0 20:18:43 Building bin/spire-agent... 20:18:43 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:18:43 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:18:43 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:18:43 go: downloading github.com/docker/docker v20.10.12+incompatible 20:18:44 go: downloading github.com/google/go-tpm-tools v0.3.3 20:18:45 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:18:45 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:18:45 go: downloading github.com/docker/go-connections v0.4.0 20:18:45 go: downloading github.com/docker/go-units v0.4.0 20:18:45 go: downloading github.com/opencontainers/image-spec v1.0.1 20:18:45 go: downloading github.com/containerd/containerd v1.3.4 20:18:45 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:18:45 go: downloading github.com/opencontainers/go-digest v1.0.0 20:21:52 Removing intermediate container 3767e35a4a83 20:21:52 ---> e58f2cb6da1c 20:21:52 20:21:52 Step 13/25 : FROM alpine:3.15 20:21:52 ---> 3fb3c9af89a9 20:21:52 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:21:52 ---> Using cache 20:21:52 ---> 3e4fd056f37c 20:21:52 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:52 ---> Using cache 20:21:52 ---> ad553c5d363d 20:21:52 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:21:52 ---> Running in 98d1a17d174e 20:21:52 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:21:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:21:52 v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] 20:21:52 v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] 20:21:52 OK: 15729 distinct packages available 20:21:52 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:21:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:21:52 (1/5) Installing dumb-init (1.2.5-r1) 20:21:52 (2/5) Installing musl-obstack (1.2.3-r0) 20:21:52 (3/5) Installing libucontext (1.1-r0) 20:21:52 (4/5) Installing gcompat (1.0.0-r4) 20:21:52 (5/5) Installing openssl (1.1.1n-r0) 20:21:52 Executing busybox-1.34.1-r5.trigger 20:21:52 OK: 6 MiB in 19 packages 20:21:53 Removing intermediate container 98d1a17d174e 20:21:53 ---> bc2168386d7a 20:21:53 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:22:00 ---> 1106893d3b48 20:22:00 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:22:00 ---> 7e3d0a1fbd9f 20:22:00 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:22:00 ---> 471964c12646 20:22:00 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:22:01 ---> 037f1d99455a 20:22:01 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:22:01 ---> Running in 20e028be9752 20:22:02 Removing intermediate container 20e028be9752 20:22:02 ---> e4adb710f1d1 20:22:02 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:22:02 ---> Running in 0d7331b1f279 20:22:03 Removing intermediate container 0d7331b1f279 20:22:03 ---> feed684e0c2d 20:22:03 Step 23/25 : LABEL arch=arm64 20:22:03 ---> Running in 2c66ea99faef 20:22:03 Removing intermediate container 2c66ea99faef 20:22:03 ---> a55749391318 20:22:03 Step 24/25 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 20:22:03 ---> Running in 17362ccfc1be 20:22:04 Removing intermediate container 17362ccfc1be 20:22:04 ---> 010b09fb74e7 20:22:04 Step 25/25 : LABEL version=0.0.0 20:22:04 ---> Running in 21d4a8eae694 20:22:04 Removing intermediate container 21d4a8eae694 20:22:04 ---> 49215d2df620 20:22:04 20:22:04 Successfully built 49215d2df620 20:22:04 Successfully tagged security-spire-server-arm64:latest 20:22:08  Building security-spire-server ... done Removing intermediate container 2f1e3baebb88 20:22:08 ---> 84821254ee3d 20:22:08 20:22:08 Step 13/26 : FROM alpine:3.15 20:22:08 ---> 3fb3c9af89a9 20:22:08 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:22:08 ---> Using cache 20:22:08 ---> 3e4fd056f37c 20:22:08 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:08 ---> Using cache 20:22:08 ---> ad553c5d363d 20:22:08 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:22:09 ---> Running in b36d7540d3da 20:22:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:22:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:22:12 v3.15.4-2-g3643179f8d [https://nl.alpinelinux.org/alpine/v3.15/main] 20:22:12 v3.15.4-1-g2fa37fc144 [https://nl.alpinelinux.org/alpine/v3.15/community] 20:22:12 OK: 15729 distinct packages available 20:22:12 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:22:13 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:22:14 (1/4) Installing dumb-init (1.2.5-r1) 20:22:14 (2/4) Installing musl-obstack (1.2.3-r0) 20:22:14 (3/4) Installing libucontext (1.1-r0) 20:22:14 (4/4) Installing gcompat (1.0.0-r4) 20:22:14 Executing busybox-1.34.1-r5.trigger 20:22:14 OK: 6 MiB in 18 packages 20:22:16 Removing intermediate container b36d7540d3da 20:22:16 ---> 8ec8fb81a703 20:22:16 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:22:20 ---> bd89dc6f270a 20:22:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:22:21 ---> d705a6f3a13d 20:22:21 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:22:21 ---> Running in 1ae666b91f6d 20:22:21 Removing intermediate container 1ae666b91f6d 20:22:21 ---> d4c8505ac4cc 20:22:21 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:22:22 ---> 33bd48f572cb 20:22:22 Step 21/26 : WORKDIR / 20:22:22 ---> Running in 9bc2d6352cf3 20:22:22 Removing intermediate container 9bc2d6352cf3 20:22:22 ---> 6e6b315f54de 20:22:22 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:22:22 ---> Running in 7cbdb91456ab 20:22:23 Removing intermediate container 7cbdb91456ab 20:22:23 ---> c288aed7d4bb 20:22:23 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:22:23 ---> Running in 67065b611e45 20:22:23 Removing intermediate container 67065b611e45 20:22:23 ---> f2849dcd3b3f 20:22:23 Step 24/26 : LABEL arch=arm64 20:22:23 ---> Running in 663a8f4c4d86 20:22:24 Removing intermediate container 663a8f4c4d86 20:22:24 ---> 58e6d48c6a8b 20:22:24 Step 25/26 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 20:22:24 ---> Running in e00f6b15c359 20:22:24 Removing intermediate container e00f6b15c359 20:22:24 ---> 996aac235850 20:22:24 Step 26/26 : LABEL version=0.0.0 20:22:24 ---> Running in 03628c951796 20:22:25 Removing intermediate container 03628c951796 20:22:25 ---> 5129888464ac 20:22:25 20:22:25 Successfully built 5129888464ac 20:22:25 Successfully tagged security-spire-config-arm64:latest 20:23:33  Building security-spire-config ... done Removing intermediate container 23c329ef0db6 20:23:33 ---> 36009813a43a 20:23:33 20:23:33 Step 13/26 : FROM alpine:3.15 20:23:33 ---> 3fb3c9af89a9 20:23:33 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:23:33 ---> Using cache 20:23:33 ---> 3e4fd056f37c 20:23:33 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:33 ---> Using cache 20:23:33 ---> ad553c5d363d 20:23:33 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:23:33 ---> Using cache 20:23:33 ---> bc2168386d7a 20:23:33 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 20:23:34 ---> 88ebe8df1e69 20:23:34 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:23:37 ---> 7a92ba18fe46 20:23:37 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:23:38 ---> 35062ccc5ac7 20:23:38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:23:38 ---> caf97c43844d 20:23:38 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:23:39 ---> 9c8a79b2cd62 20:23:39 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:23:39 ---> Running in 30f72d6b20e7 20:23:39 Removing intermediate container 30f72d6b20e7 20:23:39 ---> 379cca817af3 20:23:39 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:23:39 ---> Running in 6362c0ce8335 20:23:39 Removing intermediate container 6362c0ce8335 20:23:39 ---> 16ddbe55f3fd 20:23:39 Step 24/26 : LABEL arch=arm64 20:23:40 ---> Running in 2ed3bad531fe 20:23:40 Removing intermediate container 2ed3bad531fe 20:23:40 ---> befcef512902 20:23:40 Step 25/26 : LABEL git_sha=a7881c43d8d5be287348d5cac072628d4998ac5a 20:23:40 ---> Running in a5292904d005 20:23:40 Removing intermediate container a5292904d005 20:23:40 ---> a8fdb0373149 20:23:40 Step 26/26 : LABEL version=0.0.0 20:23:40 ---> Running in c3352e8853bd 20:23:41 Removing intermediate container c3352e8853bd 20:23:41 ---> 66374047220c 20:23:41 20:23:41 Successfully built 66374047220c 20:23:41 Successfully tagged security-spire-agent-arm64:latest 20:23:41  Building security-spire-agent ... done  [Pipeline] } 20:23:41 $ docker stop --time=1 0b434a9c2f87dad4e7c67ecec30b05cdaf9453857de453221b4d2866f5a059a9 20:23:43 $ docker rm -f 0b434a9c2f87dad4e7c67ecec30b05cdaf9453857de453221b4d2866f5a059a9 [Pipeline] // withDockerContainer [Pipeline] sh 20:23:44 + docker images 20:23:44 REPOSITORY TAG IMAGE ID CREATED SIZE 20:23:44 security-spire-agent-arm64 latest 66374047220c 3 seconds ago 126MB 20:23:44 36009813a43a 27 seconds ago 4.21GB 20:23:44 security-spire-config-arm64 latest 5129888464ac About a minute ago 85.6MB 20:23:44 security-spire-server-arm64 latest 49215d2df620 About a minute ago 86.3MB 20:23:44 84821254ee3d About a minute ago 4.21GB 20:23:44 e58f2cb6da1c 2 minutes ago 4.21GB 20:23:44 support-notifications-arm64 latest 6cb043c37df5 12 minutes ago 25.5MB 20:23:44 bab4862c6ede 12 minutes ago 1.43GB 20:23:44 support-scheduler-arm64 latest be396cae9272 19 minutes ago 24.9MB 20:23:44 9877b145f255 19 minutes ago 1.43GB 20:23:44 core-data-arm64 latest 410e89904f82 19 minutes ago 34.4MB 20:23:44 96c5c2e50847 20 minutes ago 1.46GB 20:23:44 security-proxy-setup-arm64 latest 38786d5a04ab 27 minutes ago 42.1MB 20:23:44 9d43e2171de0 27 minutes ago 1.44GB 20:23:44 core-metadata-arm64 latest a976cde4719c 29 minutes ago 25.1MB 20:23:44 66af9d14b24d 30 minutes ago 1.43GB 20:23:44 sys-mgmt-agent-arm64 latest 767f2b293738 36 minutes ago 290MB 20:23:44 c9762157482a 37 minutes ago 1.43GB 20:23:44 core-command-arm64 latest e7751389da3b 38 minutes ago 23.7MB 20:23:44 2f2e06ec4bc6 39 minutes ago 1.43GB 20:23:44 security-bootstrapper-arm64 latest 8329b114d419 47 minutes ago 23.6MB 20:23:44 security-secretstore-setup-arm64 latest 98d6779cc7a1 47 minutes ago 40.8MB 20:23:44 ee719fc1dc4e 48 minutes ago 1.44GB 20:23:44 e7481591ed4e 48 minutes ago 1.43GB 20:23:44 security-spiffe-token-provider-arm64 latest 7d2b4091592d 48 minutes ago 27.7MB 20:23:44 2e9a627b3000 49 minutes ago 1.42GB 20:23:44 ci-base-image-arm64 latest 47f75f7ae24e About an hour ago 886MB 20:23:44 docker 20.10.14 c346e9eafbab 2 days ago 202MB 20:23:44 alpine 3.14 ac73e934f311 2 days ago 5.34MB 20:23:44 alpine 3.15 3fb3c9af89a9 2 days ago 5.32MB 20:23:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB 20:23:44 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 20:23:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:23:45 20:23:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:23:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:23:46 arm64: Pulling from edgex-lftools-log-publisher 20:23:46 8998bd30e6a1: Pulling fs layer 20:23:46 04944245beec: Pulling fs layer 20:23:46 699f458cf7ca: Pulling fs layer 20:23:46 765212b225bb: Pulling fs layer 20:23:46 f23df028b6ca: Pulling fs layer 20:23:46 d65c8cfc05b1: Pulling fs layer 20:23:46 2437ff75d9bd: Pulling fs layer 20:23:46 f23df028b6ca: Waiting 20:23:46 d65c8cfc05b1: Waiting 20:23:46 2437ff75d9bd: Waiting 20:23:46 765212b225bb: Waiting 20:23:46 04944245beec: Download complete 20:23:46 765212b225bb: Verifying Checksum 20:23:46 765212b225bb: Download complete 20:23:46 f23df028b6ca: Verifying Checksum 20:23:46 f23df028b6ca: Download complete 20:23:46 d65c8cfc05b1: Verifying Checksum 20:23:46 d65c8cfc05b1: Download complete 20:23:46 699f458cf7ca: Verifying Checksum 20:23:46 699f458cf7ca: Download complete 20:23:46 8998bd30e6a1: Verifying Checksum 20:23:46 8998bd30e6a1: Download complete 20:23:49 2437ff75d9bd: Verifying Checksum 20:23:49 2437ff75d9bd: Download complete 20:23:51 8998bd30e6a1: Pull complete 20:23:51 04944245beec: Pull complete 20:23:52 699f458cf7ca: Pull complete 20:23:53 765212b225bb: Pull complete 20:23:54 f23df028b6ca: Pull complete 20:23:54 d65c8cfc05b1: Pull complete 20:24:09 2437ff75d9bd: Pull complete 20:24:09 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:24:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:24:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:24:09 prd-ubuntu20.04-docker-arm64-4c-16g-11453 does not seem to be running inside a container 20:24:09 $ 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 20:24:12 $ docker top e53a2fee8b5ea98e64f267bf74ff26a92ea3a1e78bcee55aeb5be6362cfcc978 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:24:13 ---> job-cost.sh 20:24:13 lf-activate-venv: SKIPPING 20:24:13 INFO: No Stack... 20:24:14 INFO: Retrieving Pricing Info for: v3-standard-4 20:24:14 INFO: Archiving Costs [Pipeline] sh 20:24:15 + cut -d, -f6 20:24:15 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 20:24:15 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3949-1-stack-cost] 20:24:15 Resource [jenkins-edgexfoundry-edgex-go-PR-3949-1-stack-cost] did not exist. Created. 20:24:15 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3949-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:24:16 + echo total: 0.2199999988079071 [Pipeline] stash 20:24:16 Stashed 1 file(s) [Pipeline] } 20:24:16 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3949-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:24:16 $ docker stop --time=1 e53a2fee8b5ea98e64f267bf74ff26a92ea3a1e78bcee55aeb5be6362cfcc978 20:24:17 $ 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 20:24:19 provisioning config files... 20:24:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4453705868670947394tmp [Pipeline] { [Pipeline] sh 20:24:19 + set +x 20:24:19 + + bash -s -- 20:24:19 curl -s https://codecov.io/bash 20:24:19 20:24:19 _____ _ 20:24:19 / ____| | | 20:24:19 | | ___ __| | ___ ___ _____ __ 20:24:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:24:19 | |___| (_) | (_| | __/ (_| (_) \ V / 20:24:19 \_____\___/ \__,_|\___|\___\___/ \_/ 20:24:19 Bash-1.0.6 20:24:19 20:24:19 20:24:19 ==> git version 2.25.1 found 20:24:19 ==> 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 20:24:19 Release-Date: 2020-01-08 20:24:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:24:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:24:19 ==> Jenkins CI detected. 20:24:19 current dir:  /w/workspace/edgex-go/1 20:24:19 project root: . 20:24:19 --> token set from env 20:24:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:24:19 ==> Running gcov in . (disable via -X gcov) 20:24:19 ==> Python coveragepy not found 20:24:19 ==> Searching for coverage reports in: 20:24:19 + . 20:24:19 -> Found 1 reports 20:24:19 ==> Detecting git/mercurial file structure 20:24:19 ==> Reading reports 20:24:19 + ./coverage.out bytes=431014 20:24:19 ==> Appending adjustments 20:24:19 https://docs.codecov.io/docs/fixing-reports 20:24:20 + Found adjustments 20:24:20 ==> Gzipping contents 20:24:20 60K /tmp/codecov.4CYnCY.gz 20:24:20 ==> Uploading reports 20:24:20 url: https://codecov.io 20:24:20 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= 20:24:20 -> Pinging Codecov 20:24:20 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= 20:24:20 -> Uploading to 20:24:20 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 20:24:20 % Total % Received % Xferd Average Speed Time Time Time Current 20:24:20 Dload Upload Total Spent Left Speed 20:24:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59206 0 0 100 59206 0 256k --:--:-- --:--:-- --:--:-- 258k 20:24:21 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a7881c43d8d5be287348d5cac072628d4998ac5a [Pipeline] } 20:24:21 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 20:24:22 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:24:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:24:23 ---> package-listing.sh 20:24:23 ++ facter osfamily 20:24:23 ++ tr '[:upper:]' '[:lower:]' 20:24:24 + OS_FAMILY=debian 20:24:24 + workspace=/w/workspace/edgex-go/1 20:24:24 + START_PACKAGES=/tmp/packages_start.txt 20:24:24 + END_PACKAGES=/tmp/packages_end.txt 20:24:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:24:24 + PACKAGES=/tmp/packages_start.txt 20:24:24 + '[' /w/workspace/edgex-go/1 ']' 20:24:24 + PACKAGES=/tmp/packages_end.txt 20:24:24 + case "${OS_FAMILY}" in 20:24:24 + dpkg -l 20:24:24 + grep '^ii' 20:24:24 + '[' -f /tmp/packages_start.txt ']' 20:24:24 + '[' -f /tmp/packages_end.txt ']' 20:24:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:24:24 + '[' /w/workspace/edgex-go/1 ']' 20:24:24 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:24:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:24:24 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 20:24:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:24:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:24:24 20:24:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:24:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:24:25 latest: Pulling from edgex-lftools-log-publisher 20:24:25 5eb5b503b376: Pulling fs layer 20:24:25 5c69ac0246d0: Pulling fs layer 20:24:25 ec43610c2a17: Pulling fs layer 20:24:25 3a2ae6a8a46f: Pulling fs layer 20:24:25 33b1e0a273af: Pulling fs layer 20:24:25 5d3b04190fa2: Pulling fs layer 20:24:25 2f39f015ded8: Pulling fs layer 20:24:25 3a2ae6a8a46f: Waiting 20:24:25 33b1e0a273af: Waiting 20:24:25 5d3b04190fa2: Waiting 20:24:25 2f39f015ded8: Waiting 20:24:25 5c69ac0246d0: Verifying Checksum 20:24:25 5c69ac0246d0: Download complete 20:24:25 3a2ae6a8a46f: Verifying Checksum 20:24:25 3a2ae6a8a46f: Download complete 20:24:25 33b1e0a273af: Verifying Checksum 20:24:25 33b1e0a273af: Download complete 20:24:25 5d3b04190fa2: Download complete 20:24:25 ec43610c2a17: Verifying Checksum 20:24:25 ec43610c2a17: Download complete 20:24:25 5eb5b503b376: Verifying Checksum 20:24:25 5eb5b503b376: Download complete 20:24:26 2f39f015ded8: Download complete 20:24:26 5eb5b503b376: Pull complete 20:24:26 5c69ac0246d0: Pull complete 20:24:27 ec43610c2a17: Pull complete 20:24:27 3a2ae6a8a46f: Pull complete 20:24:27 33b1e0a273af: Pull complete 20:24:27 5d3b04190fa2: Pull complete 20:24:31 2f39f015ded8: Pull complete 20:24:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:24:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:24:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:24:32 prd-ubuntu20.04-docker-8c-8g-11450 does not seem to be running inside a container 20:24:32 $ 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 20:24:34 $ docker top a6a44dca2cb4b3273e070cf3ff51341d0d36415da02c013854e36fba2ccd59ec -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:34 + touch /tmp/pre-build-complete [Pipeline] sh 20:24:34 + mkdir -p /var/log/sysstat [Pipeline] sh 20:24:35 + ls /var/log/sa-host 20:24:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:24:35 provisioning config files... 20:24:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3159515108020798491tmp [Pipeline] { [Pipeline] echo 20:24:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:24:35 ---> create-netrc.sh [Pipeline] } 20:24:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:24:36 ---> python-tools-install.sh [Pipeline] echo 20:24:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:24:36 ---> sudo-logs.sh 20:24:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:24:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:24:36 ---> job-cost.sh 20:24:36 lf-activate-venv: SKIPPING 20:24:36 DEBUG: total: 0.2199999988079071 20:24:36 INFO: Retrieving Stack Cost... 20:24:37 INFO: Retrieving Pricing Info for: v3-standard-8 20:24:37 INFO: Archiving Costs [Pipeline] echo 20:24:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:24:38 ---> logs-deploy.sh 20:24:38 lf-activate-venv: SKIPPING 20:24:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3949/1 20:24:38 INFO: archiving workspace using pattern(s): 20:24:38 Archives upload complete. 20:24:39 INFO: archiving logs to Nexus 20:24:39 ---> uname -a: 20:24:39 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 20:24:39 20:24:39 20:24:39 ---> lscpu: 20:24:39 Architecture: x86_64 20:24:39 CPU op-mode(s): 32-bit, 64-bit 20:24:39 Byte Order: Little Endian 20:24:39 Address sizes: 40 bits physical, 48 bits virtual 20:24:39 CPU(s): 8 20:24:39 On-line CPU(s) list: 0-7 20:24:39 Thread(s) per core: 1 20:24:39 Core(s) per socket: 1 20:24:39 Socket(s): 8 20:24:39 NUMA node(s): 1 20:24:39 Vendor ID: AuthenticAMD 20:24:39 CPU family: 23 20:24:39 Model: 49 20:24:39 Model name: AMD EPYC-Rome Processor 20:24:39 Stepping: 0 20:24:39 CPU MHz: 2799.998 20:24:39 BogoMIPS: 5599.99 20:24:39 Virtualization: AMD-V 20:24:39 Hypervisor vendor: KVM 20:24:39 Virtualization type: full 20:24:39 L1d cache: 256 KiB 20:24:39 L1i cache: 256 KiB 20:24:39 L2 cache: 4 MiB 20:24:39 L3 cache: 128 MiB 20:24:39 NUMA node0 CPU(s): 0-7 20:24:39 Vulnerability Itlb multihit: Not affected 20:24:39 Vulnerability L1tf: Not affected 20:24:39 Vulnerability Mds: Not affected 20:24:39 Vulnerability Meltdown: Not affected 20:24:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:24:39 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:24:39 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:24:39 Vulnerability Srbds: Not affected 20:24:39 Vulnerability Tsx async abort: Not affected 20:24:39 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 20:24:39 20:24:39 20:24:39 ---> nproc: 20:24:39 8 20:24:39 20:24:39 20:24:39 ---> df -h: 20:24:39 Filesystem Size Used Avail Use% Mounted on 20:24:39 overlay 155G 28G 128G 18% / 20:24:39 tmpfs 64M 0 64M 0% /dev 20:24:39 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:24:39 shm 64M 0 64M 0% /dev/shm 20:24:39 /dev/vda1 155G 28G 128G 18% /facter-os 20:24:39 20:24:39 20:24:40 ---> sar -b -r -n DEV: 20:24:40 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-11450) 04/07/22 _x86_64_ (8 CPU) 20:24:40 20:24:40 19:05:11 LINUX RESTART (8 CPU) 20:24:40 20:24:40 19:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:24:40 19:07:01 130.81 2.20 128.61 0.00 38.79 73012.90 0.00 20:24:40 19:08:02 35.24 0.12 35.13 0.00 1.60 12672.97 0.00 20:24:40 19:09:01 82.14 0.08 82.05 0.00 3.52 36712.56 0.00 20:24:40 19:10:01 400.13 0.17 399.97 0.00 20.53 382779.40 0.00 20:24:40 19:11:01 1092.04 2.38 1089.66 0.00 19.99 495265.82 0.00 20:24:40 19:12:01 1061.45 2.95 1058.50 0.00 23.59 347589.87 0.00 20:24:40 19:13:01 192.52 0.02 192.50 0.00 0.13 78661.07 0.00 20:24:40 19:14:01 475.54 0.02 475.52 0.00 2.27 119583.27 0.00 20:24:40 19:15:01 282.06 4.29 277.76 0.00 167.11 64168.58 0.00 20:24:40 19:16:01 1022.83 41.09 981.74 0.00 850.92 350304.03 0.00 20:24:40 19:17:01 2.02 0.05 1.97 0.00 1.07 32.92 0.00 20:24:40 19:18:01 1.68 0.02 1.67 0.00 0.13 18.93 0.00 20:24:40 19:19:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 20:24:40 19:20:01 1.45 0.00 1.45 0.00 0.00 17.59 0.00 20:24:40 19:21:01 5.93 4.32 1.62 0.00 106.52 21.06 0.00 20:24:40 19:22:01 1.37 0.00 1.37 0.00 0.00 17.73 0.00 20:24:40 19:23:01 2.15 1.18 0.97 0.00 42.12 11.46 0.00 20:24:40 19:24:01 2.45 0.00 2.45 0.00 0.00 32.79 0.00 20:24:40 19:25:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 20:24:40 19:26:01 1.30 0.00 1.30 0.00 0.00 16.00 0.00 20:24:40 19:27:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 20:24:40 19:28:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 20:24:40 19:29:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 20:24:40 19:30:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 20:24:40 19:31:01 1.12 0.00 1.12 0.00 0.00 13.73 0.00 20:24:40 19:32:01 1.48 0.12 1.37 0.00 6.40 17.06 0.00 20:24:40 19:33:01 1.25 0.00 1.25 0.00 0.00 15.33 0.00 20:24:40 19:34:01 1.23 0.00 1.23 0.00 0.00 15.60 0.00 20:24:40 19:35:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 20:24:40 19:36:01 1.33 0.00 1.33 0.00 0.00 16.93 0.00 20:24:40 19:37:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 20:24:40 19:38:01 1.23 0.00 1.23 0.00 0.00 15.60 0.00 20:24:40 19:39:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 20:24:40 19:40:01 1.23 0.00 1.23 0.00 0.00 15.99 0.00 20:24:40 19:41:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 20:24:40 19:42:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 20:24:40 19:43:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 20:24:40 19:44:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 20:24:40 19:45:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 20:24:40 19:46:01 1.27 0.00 1.27 0.00 0.00 16.79 0.00 20:24:40 19:47:01 1.05 0.00 1.05 0.00 0.00 12.53 0.00 20:24:40 19:48:01 1.47 0.00 1.47 0.00 0.00 17.72 0.00 20:24:40 19:49:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 20:24:40 19:50:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 20:24:40 19:51:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 20:24:40 19:52:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 20:24:40 19:53:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 20:24:40 19:54:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 20:24:40 19:55:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 20:24:40 19:56:01 1.40 0.00 1.40 0.00 0.00 17.19 0.00 20:24:40 19:57:01 1.08 0.00 1.08 0.00 0.00 12.79 0.00 20:24:40 19:58:01 1.23 0.00 1.23 0.00 0.00 15.60 0.00 20:24:40 19:59:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 20:24:40 20:00:01 1.32 0.00 1.32 0.00 0.00 15.59 0.00 20:24:40 20:01:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 20:24:40 20:02:01 1.25 0.00 1.25 0.00 0.00 15.33 0.00 20:24:40 20:03:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 20:24:40 20:04:01 1.23 0.00 1.23 0.00 0.00 17.19 0.00 20:24:40 20:05:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 20:24:40 20:06:01 1.23 0.00 1.23 0.00 0.00 16.26 0.00 20:24:40 20:07:02 1.08 0.00 1.08 0.00 0.00 12.80 0.00 20:24:40 20:08:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 20:24:40 20:09:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 20:24:40 20:10:01 1.35 0.00 1.35 0.00 0.00 15.60 0.00 20:24:40 20:11:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 20:24:40 20:12:01 1.83 0.00 1.83 0.00 0.00 22.53 0.00 20:24:40 20:13:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 20:24:40 20:14:01 1.23 0.00 1.23 0.00 0.00 15.73 0.00 20:24:40 20:15:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 20:24:40 20:16:01 1.32 0.00 1.32 0.00 0.00 16.80 0.00 20:24:40 20:17:01 1.13 0.02 1.12 0.00 0.13 14.40 0.00 20:24:40 20:18:01 1.60 0.00 1.60 0.00 0.00 18.66 0.00 20:24:40 20:19:01 1.00 0.00 1.00 0.00 0.00 13.20 0.00 20:24:40 20:20:01 1.20 0.00 1.20 0.00 0.00 16.66 0.00 20:24:40 20:21:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 20:24:40 20:22:01 1.47 0.00 1.47 0.00 0.00 19.99 0.00 20:24:40 20:23:01 0.92 0.00 0.92 0.00 0.00 11.46 0.00 20:24:40 20:24:01 1.38 0.00 1.38 0.00 0.00 18.39 0.00 20:24:40 Average: 62.38 0.76 61.63 0.00 16.48 25157.15 0.00 20:24:40 20:24:40 19:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:24:40 19:07:01 28139576 31617200 671816 2.04 148892 3547244 2310068 6.81 1531492 2767496 218620 20:24:40 19:08:02 27844080 31615192 670808 2.04 154080 3798756 2339736 6.90 1501988 3051768 231524 20:24:40 19:09:01 24913180 31690436 596488 1.81 155664 6729944 2321680 6.84 1898580 5513684 2839032 20:24:40 19:10:01 20621384 31450276 803848 2.44 173900 10558660 3184440 9.38 2497916 8964000 1010264 20:24:40 19:11:01 14588276 31262012 981172 2.98 276872 15956088 3830628 11.29 2800976 14332792 2009460 20:24:40 19:12:01 6853096 29738480 2496424 7.59 445172 21473376 5501260 16.21 5671192 18660516 37432 20:24:40 19:13:01 1413148 26134332 6100228 18.55 455332 23220096 8881916 26.18 9985996 19694384 235052 20:24:40 19:14:01 4805480 30550540 1696532 5.16 464392 24173620 3639536 10.73 6748124 19501356 2996 20:24:40 19:15:01 3580008 31486204 767388 2.33 575468 26187004 2717684 8.01 4184128 23266540 2984952 20:24:40 19:16:01 11104740 31729476 531884 1.62 685676 19124104 2058188 6.07 2714400 17545596 244 20:24:40 19:17:01 11106124 31731144 530184 1.61 685696 19124332 2058188 6.07 2713312 17545740 16 20:24:40 19:18:01 11107404 31732564 528636 1.61 685704 19124336 2058188 6.07 2712528 17545588 16 20:24:40 19:19:01 11116472 31741592 519776 1.58 685712 19124340 2058188 6.07 2711276 17537840 36 20:24:40 19:20:01 11117140 31742292 519024 1.58 685732 19124348 2058188 6.07 2710528 17537800 8 20:24:40 19:21:01 11114896 31743500 517940 1.58 686440 19126884 2052672 6.05 2716600 17537864 40 20:24:40 19:22:01 11114880 31743500 517880 1.57 686452 19126884 2052672 6.05 2716152 17537828 20 20:24:40 19:23:01 11109356 31739632 521504 1.59 686908 19127708 2091540 6.16 2719032 17536060 212 20:24:40 19:24:01 11110192 31740480 520632 1.58 686928 19127712 2091540 6.16 2719028 17536064 16 20:24:40 19:25:01 11109820 31740128 520932 1.58 686936 19127716 2091540 6.16 2719664 17536068 8 20:24:40 19:26:01 11109808 31740136 521084 1.58 686956 19127708 2091540 6.16 2719624 17536068 16 20:24:40 19:27:01 11110328 31740684 520504 1.58 686972 19127724 2091540 6.16 2719148 17536076 8 20:24:40 19:28:01 11110216 31740616 520516 1.58 687008 19127728 2091540 6.16 2719200 17536084 12 20:24:40 19:29:01 11110200 31740604 520464 1.58 687016 19127728 2091540 6.16 2719096 17536080 20 20:24:40 19:30:01 11110032 31740500 520420 1.58 687044 19127732 2091540 6.16 2719244 17536084 20 20:24:40 19:31:01 11109984 31740492 520368 1.58 687076 19127736 2091540 6.16 2719244 17536088 48 20:24:40 19:32:01 11105920 31737708 522964 1.59 687096 19127936 2075456 6.12 2723720 17536180 260 20:24:40 19:33:01 11107992 31739648 520992 1.58 687112 19127936 2091712 6.16 2722160 17534416 8 20:24:40 19:34:01 11108016 31739688 520900 1.58 687116 19127940 2091712 6.16 2721336 17534388 12 20:24:40 19:35:01 11108000 31739680 520892 1.58 687120 19127944 2091712 6.16 2721384 17534392 12 20:24:40 19:36:01 11107952 31739648 520904 1.58 687140 19127940 2091712 6.16 2721568 17534396 12 20:24:40 19:37:01 11108144 31739868 520844 1.58 687156 19127952 2091712 6.16 2721352 17534400 12 20:24:40 19:38:01 11108336 31740076 520848 1.58 687180 19127956 2091712 6.16 2721808 17534404 32 20:24:40 19:39:01 11108588 31740356 520576 1.58 687192 19127956 2091712 6.16 2721460 17534404 12 20:24:40 19:40:01 11108604 31740396 520512 1.58 687208 19127960 2074680 6.11 2721428 17534408 28 20:24:40 19:41:01 11108516 31740320 520492 1.58 687236 19127948 2074680 6.11 2722016 17534412 28 20:24:40 19:42:01 11108468 31740308 520444 1.58 687256 19127964 2074680 6.11 2721760 17534412 12 20:24:40 19:43:01 11108412 31740272 520536 1.58 687276 19127968 2074680 6.11 2721704 17534416 32 20:24:40 19:44:01 11108112 31740000 520764 1.58 687296 19127968 2074680 6.11 2721560 17534416 16 20:24:40 19:45:01 11108532 31740536 520372 1.58 687300 19128100 2074680 6.11 2721604 17534528 8 20:24:40 19:46:01 11108548 31740592 520308 1.58 687320 19128100 2074680 6.11 2722236 17534556 48 20:24:40 19:47:01 11108860 31741012 519800 1.58 687340 19128112 2074680 6.11 2721660 17534560 48 20:24:40 19:48:01 11108080 31740252 520496 1.58 687360 19128116 2074680 6.11 2721668 17534564 20 20:24:40 19:49:01 11108040 31740224 520460 1.58 687376 19128116 2074680 6.11 2721712 17534564 16 20:24:40 19:50:01 11108024 31740248 520436 1.58 687396 19128120 2074680 6.11 2721684 17534568 12 20:24:40 19:51:01 11107960 31740208 520400 1.58 687420 19128124 2074680 6.11 2722176 17534572 8 20:24:40 19:52:01 11107408 31739688 520864 1.58 687444 19128124 2074680 6.11 2721980 17534572 16 20:24:40 19:53:01 11107384 31739672 520832 1.58 687452 19128128 2074680 6.11 2721716 17534576 12 20:24:40 19:54:01 11107584 31739896 520760 1.58 687464 19128136 2074680 6.11 2721740 17534580 40 20:24:40 19:55:01 11107544 31739872 520720 1.58 687492 19128136 2074680 6.11 2721940 17534580 12 20:24:40 19:56:01 11107740 31740124 520436 1.58 687536 19128132 2074680 6.11 2722032 17534584 32 20:24:40 19:57:01 11107620 31740056 520404 1.58 687556 19128140 2074680 6.11 2722468 17534588 196 20:24:40 19:58:01 11107612 31740056 520396 1.58 687564 19128144 2074680 6.11 2721840 17534592 32 20:24:40 19:59:01 11107588 31740060 520384 1.58 687580 19128148 2074680 6.11 2721920 17534596 12 20:24:40 20:00:01 11107304 31739780 520604 1.58 687592 19128148 2074680 6.11 2721860 17534596 16 20:24:40 20:01:01 11106996 31739500 520832 1.58 687624 19128136 2074680 6.11 2722128 17534600 8 20:24:40 20:02:01 11107132 31739680 520780 1.58 687644 19128152 2074680 6.11 2722320 17534600 204 20:24:40 20:03:01 11106832 31739392 521008 1.58 687652 19128156 2074680 6.11 2722320 17534604 216 20:24:40 20:04:01 11106888 31739464 520936 1.58 687656 19128168 2074680 6.11 2722584 17534616 56 20:24:40 20:05:01 11107268 31739852 520676 1.58 687664 19128168 2074680 6.11 2722524 17534616 200 20:24:40 20:06:01 11107324 31739920 520604 1.58 687680 19128168 2074680 6.11 2722256 17534620 40 20:24:40 20:07:02 11106984 31739604 520856 1.58 687700 19128176 2074680 6.11 2721976 17534624 40 20:24:40 20:08:01 11106876 31739508 521104 1.58 687716 19128176 2074680 6.11 2721988 17534624 8 20:24:40 20:09:01 11106860 31739508 521080 1.58 687724 19128180 2074752 6.11 2722012 17534628 12 20:24:40 20:10:01 11106732 31739536 520932 1.58 687740 19128308 2074752 6.11 2722492 17534756 200 20:24:40 20:11:01 11107040 31739848 520616 1.58 687744 19128312 2074752 6.11 2722264 17534760 40 20:24:40 20:12:01 11106612 31739452 520896 1.58 687764 19128320 2074752 6.11 2722340 17534768 200 20:24:40 20:13:01 11106796 31739660 520836 1.58 687788 19128320 2074752 6.11 2722560 17534768 200 20:24:40 20:14:01 11106828 31739708 520792 1.58 687804 19128324 2074752 6.11 2722084 17534772 32 20:24:40 20:15:01 11106812 31739700 520772 1.58 687812 19128324 2074752 6.11 2722272 17534772 16 20:24:40 20:16:01 11106252 31739148 521256 1.59 687824 19128328 2074752 6.11 2722344 17534776 8 20:24:40 20:17:01 11106748 31739672 520676 1.58 687844 19128328 2074752 6.11 2722132 17534780 28 20:24:40 20:18:01 11106904 31739848 520424 1.58 687852 19128332 2074752 6.11 2722324 17534764 16 20:24:40 20:19:01 11106612 31739564 520664 1.58 687860 19128332 2074752 6.11 2722148 17534768 8 20:24:40 20:20:01 11106492 31739472 520756 1.58 687868 19128344 2074752 6.11 2722732 17534776 232 20:24:40 20:21:01 11106728 31739732 520444 1.58 687892 19128344 2074752 6.11 2723100 17534776 200 20:24:40 20:22:01 11106744 31739792 520384 1.58 687932 19128344 2074752 6.11 2722248 17534784 20 20:24:40 20:23:01 11106452 31739480 520840 1.58 687944 19128352 2074752 6.11 2722796 17534784 16 20:24:40 20:24:01 11106588 31739624 520856 1.58 687956 19128356 2090844 6.16 2722292 17534788 12 20:24:40 Average: 11528515 31610037 650446 1.98 644529 18659761 2282595 6.73 2878951 16996164 122732 20:24:40 20:24:40 19:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:24:40 19:07:01 docker0 872.72 554.72 74.18 3702.23 0.00 0.00 0.00 0.00 20:24:40 19:07:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 20:24:40 19:07:01 ens3 736.26 994.70 7078.91 156.28 0.00 0.00 0.00 0.00 20:24:40 19:07:01 veth4a0e9f7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:08:02 docker0 1.45 1.45 0.09 0.11 0.00 0.00 0.00 0.00 20:24:40 19:08:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:08:02 ens3 29.56 16.15 24.70 11.52 0.00 0.00 0.00 0.00 20:24:40 19:08:02 veth4a0e9f7 1.45 1.50 0.11 0.12 0.00 0.00 0.00 0.00 20:24:40 19:09:01 docker0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:09:01 veth883e616 0.00 0.17 0.00 0.02 0.00 0.00 0.00 0.00 20:24:40 19:09:01 lo 0.68 0.68 0.07 0.07 0.00 0.00 0.00 0.00 20:24:40 19:09:01 ens3 129.47 95.46 1727.82 78.44 0.00 0.00 0.00 0.00 20:24:40 19:10:01 docker0 43.29 52.57 2.45 228.63 0.00 0.00 0.00 0.00 20:24:40 19:10:01 veth883e616 0.00 0.65 0.00 0.03 0.00 0.00 0.00 0.00 20:24:40 19:10:01 veth7e7a710 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:10:01 ens3 72.37 53.82 246.54 11.56 0.00 0.00 0.00 0.00 20:24:40 19:10:01 veth97f70ab 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:10:01 veth53f3b5c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:10:01 veth8943f35 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:10:01 vethfd5d53a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:11:01 vethe8fbf4e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:11:01 veth49fa2af 148.80 280.38 11.70 3629.34 0.00 0.00 0.00 0.30 20:24:40 19:11:01 docker0 485.04 916.99 31.14 11254.81 0.00 0.00 0.00 0.00 20:24:40 19:11:01 veth883e616 0.00 0.77 0.00 0.04 0.00 0.00 0.00 0.00 20:24:40 19:11:01 lo 2.33 2.33 0.23 0.23 0.00 0.00 0.00 0.00 20:24:40 19:11:01 ens3 1044.80 575.07 12481.50 125.83 0.00 0.00 0.00 0.00 20:24:40 19:11:01 veth526b174 143.17 275.00 11.39 3627.43 0.00 0.00 0.00 0.30 20:24:40 19:11:01 veth915f900 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:11:01 veth9c7ae62 120.95 253.58 9.10 3219.28 0.00 0.00 0.00 0.26 20:24:40 19:12:01 veth49fa2af 111.21 156.08 10.83 2197.55 0.00 0.00 0.00 0.18 20:24:40 19:12:01 docker0 344.40 523.01 28.95 7093.73 0.00 0.00 0.00 0.00 20:24:40 19:12:01 veth883e616 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:12:01 ens3 585.02 395.62 7126.24 113.11 0.00 0.00 0.00 0.00 20:24:40 19:12:01 veth526b174 104.80 156.90 10.50 2198.70 0.00 0.00 0.00 0.18 20:24:40 19:12:01 veth9c7ae62 123.53 201.00 11.95 2608.20 0.00 0.00 0.00 0.21 20:24:40 19:13:01 veth49fa2af 0.17 0.18 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:13:01 docker0 0.50 0.47 0.02 0.03 0.00 0.00 0.00 0.00 20:24:40 19:13:01 veth883e616 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:13:01 ens3 10.91 5.93 8.47 4.47 0.00 0.00 0.00 0.00 20:24:40 19:13:01 veth526b174 0.15 0.17 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:13:01 veth9c7ae62 0.18 0.17 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:14:01 veth49fa2af 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:14:01 docker0 3.70 7.75 0.23 71.92 0.00 0.00 0.00 0.00 20:24:40 19:14:01 veth883e616 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:14:01 ens3 29.18 15.35 88.56 9.16 0.00 0.00 0.00 0.00 20:24:40 19:14:01 veth526b174 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:14:01 veth9c7ae62 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:24:40 19:15:01 docker0 30.19 40.71 2.51 619.92 0.00 0.00 0.00 0.00 20:24:40 19:15:01 veth883e616 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:15:01 ens3 53.46 37.25 630.19 8.45 0.00 0.00 0.00 0.00 20:24:40 19:16:01 docker0 44.14 53.15 2.53 240.87 0.00 0.00 0.00 0.00 20:24:40 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:16:01 ens3 90.02 81.11 248.73 66.97 0.00 0.00 0.00 0.00 20:24:40 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:17:01 ens3 0.55 0.48 0.03 0.04 0.00 0.00 0.00 0.00 20:24:40 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:18:01 ens3 0.38 0.38 0.02 0.03 0.00 0.00 0.00 0.00 20:24:40 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:19:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:20:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:21:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:21:01 ens3 3.87 2.97 3.41 1.83 0.00 0.00 0.00 0.00 20:24:40 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:22:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:23:01 ens3 0.15 0.05 0.01 0.00 0.00 0.00 0.00 0.00 20:24:40 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:24:01 ens3 0.68 0.10 0.06 0.01 0.00 0.00 0.00 0.00 20:24:40 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:25:01 ens3 0.93 0.30 0.31 0.20 0.00 0.00 0.00 0.00 20:24:40 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:26:01 ens3 0.75 0.45 0.35 0.28 0.00 0.00 0.00 0.00 20:24:40 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:27:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:28:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:29:01 ens3 0.22 0.10 0.07 0.01 0.00 0.00 0.00 0.00 20:24:40 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:30:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:31:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:24:40 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:32:01 ens3 1.77 1.50 1.14 3.22 0.00 0.00 0.00 0.00 20:24:40 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:33:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:33:01 ens3 3.10 2.48 1.75 2.19 0.00 0.00 0.00 0.00 20:24:40 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:34:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:35:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:36:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 20:24:40 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:37:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 20:24:40 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:38:01 ens3 0.83 0.68 0.42 0.29 0.00 0.00 0.00 0.00 20:24:40 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:39:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:40:01 ens3 0.20 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:41:01 ens3 0.23 0.13 0.08 0.07 0.00 0.00 0.00 0.00 20:24:40 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:42:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:43:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 20:24:40 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:44:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:45:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:46:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 20:24:40 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:47:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:48:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:49:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:51:01 ens3 0.72 0.58 0.40 0.29 0.00 0.00 0.00 0.00 20:24:40 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:52:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:53:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:54:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:55:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:56:01 ens3 0.30 0.23 0.09 0.08 0.00 0.00 0.00 0.00 20:24:40 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:57:01 ens3 0.20 0.13 0.12 0.01 0.00 0.00 0.00 0.00 20:24:40 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:58:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 19:59:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:00:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:01:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:24:40 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:02:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:03:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:04:01 ens3 1.10 0.57 0.32 0.22 0.00 0.00 0.00 0.00 20:24:40 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:05:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:06:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 20:24:40 20:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:07:02 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:09:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:11:01 ens3 0.22 0.10 0.08 0.06 0.00 0.00 0.00 0.00 20:24:40 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:12:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:13:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:24:40 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:14:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:15:01 ens3 0.23 0.13 0.18 0.01 0.00 0.00 0.00 0.00 20:24:40 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:16:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 20:24:40 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:18:01 ens3 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 20:24:40 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:19:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:24:40 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:20:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:21:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:24:40 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:22:01 ens3 0.62 0.10 0.06 0.01 0.00 0.00 0.00 0.00 20:24:40 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:23:01 ens3 0.48 0.28 0.26 0.20 0.00 0.00 0.00 0.00 20:24:40 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:40 20:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 20:24:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 Average: docker0 23.41 27.59 1.82 297.78 0.00 0.00 0.00 0.00 20:24:40 Average: lo 0.16 0.16 0.01 0.01 0.00 0.00 0.00 0.00 20:24:40 Average: ens3 35.94 29.30 380.26 7.62 0.00 0.00 0.00 0.00 20:24:40 20:24:40 20:24:40 ---> sar -P ALL: 20:24:40 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-11450) 04/07/22 _x86_64_ (8 CPU) 20:24:40 20:24:40 19:05:11 LINUX RESTART (8 CPU) 20:24:40 20:24:40 19:06:01 CPU %user %nice %system %iowait %steal %idle 20:24:40 19:07:01 all 20.82 0.00 5.13 0.82 0.07 73.16 20:24:40 19:07:01 0 18.53 0.00 4.83 0.35 0.07 76.22 20:24:40 19:07:01 1 20.07 0.00 5.29 0.37 0.08 74.18 20:24:40 19:07:01 2 20.32 0.00 4.76 0.07 0.07 74.78 20:24:40 19:07:01 3 23.20 0.00 5.28 0.05 0.07 71.40 20:24:40 19:07:01 4 27.71 0.00 5.76 3.23 0.07 63.24 20:24:40 19:07:01 5 18.44 0.00 4.81 0.42 0.07 76.27 20:24:40 19:07:01 6 19.84 0.00 4.78 0.61 0.07 74.71 20:24:40 19:07:01 7 18.45 0.00 5.57 1.48 0.07 74.44 20:24:40 19:08:02 all 43.50 0.00 6.89 0.12 0.08 49.40 20:24:40 19:08:02 0 42.39 0.00 9.05 0.00 0.08 48.48 20:24:40 19:08:02 1 43.59 0.00 6.46 0.00 0.07 49.89 20:24:40 19:08:02 2 44.90 0.00 7.21 0.15 0.10 47.64 20:24:40 19:08:02 3 44.33 0.00 6.40 0.05 0.08 49.13 20:24:40 19:08:02 4 42.11 0.00 7.03 0.72 0.07 50.08 20:24:40 19:08:02 5 43.56 0.00 6.17 0.07 0.08 50.12 20:24:40 19:08:02 6 43.64 0.00 6.30 0.00 0.08 49.97 20:24:40 19:08:02 7 43.52 0.00 6.52 0.00 0.08 49.87 20:24:40 19:09:01 all 32.65 0.00 6.83 0.43 0.08 60.01 20:24:40 19:09:01 0 34.14 0.00 7.67 0.00 0.09 58.10 20:24:40 19:09:01 1 34.60 0.00 6.89 2.06 0.09 56.37 20:24:40 19:09:01 2 31.73 0.00 5.95 0.50 0.07 61.75 20:24:40 19:09:01 3 32.86 0.00 6.71 0.00 0.07 60.36 20:24:40 19:09:01 4 31.55 0.00 7.13 0.77 0.07 60.48 20:24:40 19:09:01 5 32.13 0.00 7.13 0.07 0.09 60.59 20:24:40 19:09:01 6 33.49 0.00 7.82 0.05 0.09 58.55 20:24:40 19:09:01 7 30.70 0.00 5.41 0.02 0.07 63.80 20:24:40 19:10:01 all 57.94 0.00 14.90 3.35 0.13 23.68 20:24:40 19:10:01 0 58.02 0.00 14.26 0.99 0.14 26.60 20:24:40 19:10:01 1 59.24 0.00 13.95 0.95 0.12 25.74 20:24:40 19:10:01 2 58.84 0.00 13.61 0.90 0.12 26.53 20:24:40 19:10:01 3 56.37 0.00 17.18 7.27 0.12 19.06 20:24:40 19:10:01 4 59.40 0.00 13.92 1.31 0.12 25.25 20:24:40 19:10:01 5 54.23 0.00 15.40 13.62 0.14 16.62 20:24:40 19:10:01 6 59.19 0.00 15.72 0.73 0.12 24.24 20:24:40 19:10:01 7 58.25 0.00 15.18 0.99 0.14 25.45 20:24:40 19:11:01 all 32.59 0.00 16.95 13.82 0.13 36.51 20:24:40 19:11:01 0 33.32 0.00 17.02 19.89 0.14 29.63 20:24:40 19:11:01 1 33.08 0.00 15.49 9.80 0.14 41.50 20:24:40 19:11:01 2 32.58 0.00 18.69 10.23 0.12 38.38 20:24:40 19:11:01 3 30.94 0.00 17.45 13.64 0.15 37.82 20:24:40 19:11:01 4 31.31 0.00 17.73 16.87 0.12 33.97 20:24:40 19:11:01 5 33.40 0.00 15.71 10.91 0.14 39.85 20:24:40 19:11:01 6 34.34 0.00 15.71 13.33 0.14 36.49 20:24:40 19:11:01 7 31.74 0.00 17.79 15.89 0.12 34.46 20:24:40 19:12:01 all 80.60 0.00 14.79 1.91 0.14 2.57 20:24:40 19:12:01 0 82.11 0.00 14.14 1.87 0.13 1.74 20:24:40 19:12:01 1 78.02 0.00 14.75 2.27 0.15 4.80 20:24:40 19:12:01 2 80.02 0.00 16.55 1.04 0.17 2.23 20:24:40 19:12:01 3 80.25 0.00 14.09 1.66 0.15 3.85 20:24:40 19:12:01 4 81.25 0.00 14.91 1.89 0.13 1.82 20:24:40 19:12:01 5 80.65 0.00 15.12 2.09 0.13 2.01 20:24:40 19:12:01 6 80.09 0.00 15.33 2.74 0.13 1.71 20:24:40 19:12:01 7 82.37 0.00 13.40 1.68 0.15 2.40 20:24:40 19:13:01 all 92.15 0.00 7.70 0.00 0.13 0.01 20:24:40 19:13:01 0 92.33 0.00 7.50 0.00 0.13 0.03 20:24:40 19:13:01 1 92.57 0.00 7.26 0.00 0.13 0.03 20:24:40 19:13:01 2 91.59 0.00 8.28 0.00 0.13 0.00 20:24:40 19:13:01 3 92.24 0.00 7.65 0.00 0.12 0.00 20:24:40 19:13:01 4 92.32 0.00 7.55 0.00 0.13 0.00 20:24:40 19:13:01 5 92.48 0.00 7.39 0.00 0.13 0.00 20:24:40 19:13:01 6 91.44 0.00 8.43 0.00 0.13 0.00 20:24:40 19:13:01 7 92.27 0.00 7.58 0.00 0.13 0.02 20:24:40 19:14:01 all 78.60 0.00 9.05 1.35 0.14 10.86 20:24:40 19:14:01 0 75.07 0.00 8.85 0.10 0.13 15.85 20:24:40 19:14:01 1 78.87 0.00 10.02 0.02 0.15 10.94 20:24:40 19:14:01 2 76.17 0.00 9.45 0.65 0.12 13.61 20:24:40 19:14:01 3 82.71 0.00 9.36 0.07 0.13 7.74 20:24:40 19:14:01 4 88.07 0.00 8.62 0.00 0.15 3.17 20:24:40 19:14:01 5 78.06 0.00 9.92 8.60 0.15 3.27 20:24:40 19:14:01 6 77.35 0.00 7.73 1.22 0.13 13.57 20:24:40 19:14:01 7 72.44 0.00 8.49 0.20 0.13 18.73 20:24:40 19:15:01 all 46.67 0.00 8.56 2.35 0.11 42.30 20:24:40 19:15:01 0 36.94 0.00 7.93 1.63 0.08 53.41 20:24:40 19:15:01 1 62.83 0.00 7.91 0.87 0.13 28.25 20:24:40 19:15:01 2 45.14 0.00 10.19 5.97 0.13 38.56 20:24:40 19:15:01 3 56.88 0.00 8.54 0.30 0.10 34.18 20:24:40 19:15:01 4 37.91 0.00 8.32 1.94 0.10 51.74 20:24:40 19:15:01 5 60.91 0.00 9.54 1.92 0.10 27.52 20:24:40 19:15:01 6 39.03 0.00 8.20 2.29 0.08 50.40 20:24:40 19:15:01 7 33.65 0.00 7.82 3.94 0.15 54.44 20:24:40 19:16:01 all 16.20 0.00 10.73 11.69 0.10 61.28 20:24:40 19:16:01 0 17.82 0.00 9.66 6.42 0.12 65.98 20:24:40 19:16:01 1 17.62 0.00 11.10 7.62 0.08 63.57 20:24:40 19:16:01 2 15.80 0.00 9.33 8.01 0.10 66.77 20:24:40 19:16:01 3 15.22 0.00 9.14 5.81 0.14 69.70 20:24:40 19:16:01 4 17.25 0.00 9.42 7.34 0.08 65.92 20:24:40 19:16:01 5 16.68 0.00 12.70 19.63 0.08 50.90 20:24:40 19:16:01 6 17.20 0.00 10.89 8.12 0.08 63.71 20:24:40 19:16:01 7 11.98 0.00 13.62 30.77 0.10 43.53 20:24:40 19:17:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:24:40 19:17:01 0 0.00 0.00 0.02 0.05 0.02 99.92 20:24:40 19:17:01 1 0.00 0.00 0.02 0.03 0.00 99.95 20:24:40 19:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 19:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:17:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 19:17:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:24:40 19:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:24:40 19:17:01 CPU %user %nice %system %iowait %steal %idle 20:24:40 19:18:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:24:40 19:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:18:01 1 0.02 0.00 0.02 0.02 0.02 99.93 20:24:40 19:18:01 2 0.00 0.00 0.00 0.05 0.00 99.95 20:24:40 19:18:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:18:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 19:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:18:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:24:40 19:19:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:24:40 19:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:19:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:24:40 19:19:01 2 0.02 0.00 0.03 0.02 0.00 99.93 20:24:40 19:19:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:24:40 19:19:01 4 0.05 0.00 0.00 0.00 0.00 99.95 20:24:40 19:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:19:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:24:40 19:20:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:24:40 19:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:20:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:24:40 19:20:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:24:40 19:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:20:01 4 0.03 0.00 0.03 0.00 0.02 99.92 20:24:40 19:20:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:24:40 19:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:21:01 all 0.22 0.00 0.05 0.02 0.00 99.71 20:24:40 19:21:01 0 0.13 0.00 0.02 0.03 0.00 99.82 20:24:40 19:21:01 1 0.22 0.00 0.03 0.03 0.00 99.72 20:24:40 19:21:01 2 0.08 0.00 0.08 0.03 0.00 99.80 20:24:40 19:21:01 3 0.23 0.00 0.03 0.00 0.00 99.73 20:24:40 19:21:01 4 0.37 0.00 0.07 0.00 0.02 99.55 20:24:40 19:21:01 5 0.45 0.00 0.03 0.00 0.00 99.52 20:24:40 19:21:01 6 0.22 0.00 0.08 0.05 0.02 99.63 20:24:40 19:21:01 7 0.03 0.00 0.05 0.00 0.00 99.92 20:24:40 19:22:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:24:40 19:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:24:40 19:22:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:24:40 19:22:01 2 0.00 0.00 0.02 0.03 0.00 99.95 20:24:40 19:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:23:01 all 0.06 0.00 0.04 0.02 0.00 99.89 20:24:40 19:23:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:24:40 19:23:01 1 0.03 0.00 0.00 0.02 0.00 99.95 20:24:40 19:23:01 2 0.03 0.00 0.07 0.07 0.00 99.83 20:24:40 19:23:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:24:40 19:23:01 4 0.08 0.00 0.07 0.00 0.02 99.83 20:24:40 19:23:01 5 0.03 0.00 0.03 0.00 0.00 99.93 20:24:40 19:23:01 6 0.20 0.00 0.07 0.05 0.00 99.68 20:24:40 19:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:24:01 all 0.12 0.00 0.01 0.01 0.01 99.85 20:24:40 19:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:24:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:24:40 19:24:01 2 0.33 0.00 0.00 0.10 0.00 99.57 20:24:40 19:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:24:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:24:40 19:24:01 5 0.57 0.00 0.03 0.00 0.02 99.38 20:24:40 19:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:24:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 19:25:01 all 0.27 0.00 0.01 0.01 0.00 99.71 20:24:40 19:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:25:01 1 0.02 0.00 0.00 0.02 0.02 99.95 20:24:40 19:25:01 2 1.97 0.00 0.02 0.03 0.02 97.96 20:24:40 19:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:25:01 4 0.05 0.00 0.03 0.00 0.00 99.92 20:24:40 19:25:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:25:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:25:01 7 0.02 0.00 0.03 0.00 0.00 99.95 20:24:40 19:26:01 all 0.26 0.00 0.01 0.01 0.00 99.72 20:24:40 19:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:24:40 19:26:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:24:40 19:26:01 2 1.97 0.00 0.00 0.00 0.00 98.03 20:24:40 19:26:01 3 0.02 0.00 0.02 0.03 0.00 99.93 20:24:40 19:26:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 19:26:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:24:40 19:27:01 all 0.16 0.00 0.01 0.01 0.01 99.81 20:24:40 19:27:01 0 0.00 0.00 0.02 0.07 0.00 99.92 20:24:40 19:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:27:01 2 1.22 0.00 0.07 0.00 0.02 98.69 20:24:40 19:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 19:27:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 19:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:28:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:24:40 19:28:01 0 0.02 0.00 0.02 0.03 0.02 99.92 20:24:40 19:28:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:24:40 19:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:28:01 3 0.00 0.00 0.03 0.00 0.00 99.97 20:24:40 19:28:01 4 0.02 0.00 0.00 0.00 0.03 99.95 20:24:40 19:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:24:40 19:28:01 CPU %user %nice %system %iowait %steal %idle 20:24:40 19:29:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:24:40 19:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:29:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:29:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:24:40 19:29:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:24:40 19:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:30:01 all 0.01 0.00 0.00 0.02 0.00 99.97 20:24:40 19:30:01 0 0.02 0.00 0.02 0.07 0.00 99.90 20:24:40 19:30:01 1 0.02 0.00 0.00 0.03 0.00 99.95 20:24:40 19:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 19:30:01 3 0.00 0.00 0.00 0.03 0.00 99.97 20:24:40 19:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 19:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:31:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:24:40 19:31:01 0 0.02 0.00 0.02 0.03 0.00 99.93 20:24:40 19:31:01 1 0.00 0.00 0.02 0.03 0.00 99.95 20:24:40 19:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:31:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:24:40 19:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:32:01 all 0.08 0.00 0.02 0.01 0.01 99.89 20:24:40 19:32:01 0 0.03 0.00 0.03 0.05 0.02 99.87 20:24:40 19:32:01 1 0.05 0.00 0.02 0.02 0.00 99.92 20:24:40 19:32:01 2 0.10 0.00 0.00 0.00 0.02 99.88 20:24:40 19:32:01 3 0.08 0.00 0.02 0.00 0.00 99.90 20:24:40 19:32:01 4 0.10 0.00 0.03 0.00 0.02 99.85 20:24:40 19:32:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:32:01 6 0.05 0.00 0.00 0.00 0.00 99.95 20:24:40 19:32:01 7 0.18 0.00 0.02 0.00 0.00 99.80 20:24:40 19:33:01 all 0.03 0.00 0.01 0.00 0.00 99.95 20:24:40 19:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:33:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:33:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:24:40 19:33:01 3 0.02 0.00 0.02 0.02 0.00 99.95 20:24:40 19:33:01 4 0.07 0.00 0.02 0.00 0.02 99.90 20:24:40 19:33:01 5 0.03 0.00 0.03 0.00 0.00 99.93 20:24:40 19:33:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 19:34:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:24:40 19:34:01 0 0.00 0.00 0.03 0.00 0.00 99.97 20:24:40 19:34:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:24:40 19:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:34:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:34:01 4 0.03 0.00 0.03 0.00 0.02 99.92 20:24:40 19:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:34:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:35:01 all 0.04 0.00 0.00 0.00 0.00 99.95 20:24:40 19:35:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:35:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:24:40 19:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:35:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:35:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:24:40 19:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:35:01 7 0.20 0.00 0.00 0.00 0.00 99.80 20:24:40 19:36:01 all 0.21 0.00 0.01 0.01 0.01 99.76 20:24:40 19:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:24:40 19:36:01 1 0.00 0.00 0.00 0.07 0.02 99.92 20:24:40 19:36:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:24:40 19:36:01 3 0.02 0.00 0.02 0.03 0.02 99.92 20:24:40 19:36:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:24:40 19:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:36:01 7 1.57 0.00 0.00 0.00 0.02 98.42 20:24:40 19:37:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:24:40 19:37:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:24:40 19:37:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:37:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:37:01 4 0.05 0.00 0.02 0.00 0.02 99.92 20:24:40 19:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:38:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:24:40 19:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:24:40 19:38:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:24:40 19:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:38:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:38:01 4 0.03 0.00 0.03 0.00 0.02 99.92 20:24:40 19:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:38:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:24:40 19:39:01 all 0.00 0.00 0.00 0.00 0.00 99.99 20:24:40 19:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:39:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:24:40 19:39:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 19:39:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:39:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 19:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:24:40 19:39:01 CPU %user %nice %system %iowait %steal %idle 20:24:40 19:40:01 all 0.26 0.00 0.01 0.01 0.00 99.72 20:24:40 19:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:40:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:40:01 3 0.02 0.00 0.02 0.03 0.00 99.93 20:24:40 19:40:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:24:40 19:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:40:01 7 1.94 0.00 0.02 0.00 0.00 98.05 20:24:40 19:41:01 all 0.25 0.00 0.01 0.00 0.01 99.73 20:24:40 19:41:01 0 0.00 0.00 0.03 0.00 0.00 99.97 20:24:40 19:41:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:41:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 19:41:01 3 0.00 0.00 0.02 0.02 0.02 99.95 20:24:40 19:41:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 19:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:41:01 7 1.97 0.00 0.00 0.00 0.02 98.01 20:24:40 19:42:01 all 0.27 0.00 0.00 0.01 0.01 99.72 20:24:40 19:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 19:42:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:24:40 19:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:42:01 3 0.02 0.00 0.00 0.03 0.00 99.95 20:24:40 19:42:01 4 0.02 0.00 0.02 0.00 0.03 99.93 20:24:40 19:42:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 19:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:42:01 7 1.99 0.00 0.00 0.00 0.00 98.01 20:24:40 19:43:01 all 0.25 0.00 0.01 0.00 0.01 99.73 20:24:40 19:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:43:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:43:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:43:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 19:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:43:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 19:43:01 7 1.97 0.00 0.00 0.00 0.02 98.01 20:24:40 19:44:01 all 0.26 0.00 0.01 0.01 0.00 99.71 20:24:40 19:44:01 0 0.02 0.00 0.05 0.00 0.00 99.93 20:24:40 19:44:01 1 0.03 0.00 0.00 0.02 0.00 99.95 20:24:40 19:44:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 19:44:01 3 0.00 0.00 0.00 0.08 0.00 99.92 20:24:40 19:44:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 19:44:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:24:40 19:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:44:01 7 1.97 0.00 0.00 0.00 0.00 98.03 20:24:40 19:45:01 all 0.26 0.00 0.01 0.00 0.00 99.73 20:24:40 19:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:24:40 19:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:45:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:24:40 19:45:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:24:40 19:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:45:01 7 1.97 0.00 0.02 0.00 0.00 98.01 20:24:40 19:46:01 all 0.26 0.00 0.01 0.00 0.00 99.72 20:24:40 19:46:01 0 0.00 0.00 0.03 0.00 0.00 99.97 20:24:40 19:46:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:46:01 3 0.00 0.00 0.02 0.02 0.02 99.95 20:24:40 19:46:01 4 0.02 0.00 0.03 0.00 0.02 99.93 20:24:40 19:46:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:46:01 7 2.00 0.00 0.00 0.00 0.00 98.00 20:24:40 19:47:01 all 0.25 0.00 0.00 0.00 0.00 99.73 20:24:40 19:47:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:24:40 19:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:47:01 3 0.00 0.00 0.00 0.03 0.00 99.97 20:24:40 19:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:47:01 7 1.99 0.00 0.00 0.00 0.02 98.00 20:24:40 19:48:01 all 0.27 0.00 0.01 0.01 0.00 99.70 20:24:40 19:48:01 0 0.07 0.00 0.02 0.00 0.00 99.92 20:24:40 19:48:01 1 0.00 0.00 0.02 0.07 0.02 99.90 20:24:40 19:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:48:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:48:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:24:40 19:48:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:48:01 7 2.02 0.00 0.03 0.00 0.02 97.93 20:24:40 19:49:01 all 0.01 0.00 0.00 0.01 0.00 99.97 20:24:40 19:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:49:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 19:49:01 3 0.00 0.00 0.00 0.08 0.00 99.92 20:24:40 19:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:49:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:24:40 19:50:01 all 0.01 0.00 0.01 0.02 0.00 99.96 20:24:40 19:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:50:01 1 0.00 0.00 0.02 0.03 0.00 99.95 20:24:40 19:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:50:01 3 0.02 0.00 0.00 0.07 0.00 99.92 20:24:40 19:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:50:01 7 0.03 0.00 0.02 0.03 0.03 99.88 20:24:40 20:24:40 19:50:01 CPU %user %nice %system %iowait %steal %idle 20:24:40 19:51:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:24:40 19:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:51:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:24:40 19:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:51:01 3 0.00 0.00 0.02 0.02 0.00 99.97 20:24:40 19:51:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:51:01 7 0.05 0.00 0.05 0.00 0.02 99.88 20:24:40 19:52:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:24:40 19:52:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:24:40 19:52:01 1 0.00 0.00 0.03 0.02 0.00 99.95 20:24:40 19:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:52:01 3 0.00 0.00 0.00 0.03 0.02 99.95 20:24:40 19:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:52:01 7 0.02 0.00 0.05 0.00 0.02 99.92 20:24:40 19:53:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:24:40 19:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:53:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:24:40 19:53:01 2 0.00 0.00 0.02 0.00 0.02 99.97 20:24:40 19:53:01 3 0.02 0.00 0.00 0.03 0.00 99.95 20:24:40 19:53:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:24:40 19:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:53:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:24:40 19:54:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:24:40 19:54:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:24:40 19:54:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:24:40 19:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:54:01 3 0.03 0.00 0.02 0.02 0.02 99.92 20:24:40 19:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:54:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 19:55:01 all 0.01 0.00 0.00 0.01 0.00 99.97 20:24:40 19:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:55:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:24:40 19:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:55:01 3 0.02 0.00 0.02 0.10 0.02 99.85 20:24:40 19:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:55:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:55:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:56:01 all 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:56:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:56:01 3 0.03 0.00 0.02 0.02 0.02 99.92 20:24:40 19:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:57:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:24:40 19:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:57:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:24:40 19:57:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 19:57:01 3 0.02 0.00 0.02 0.02 0.02 99.93 20:24:40 19:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:57:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 19:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:57:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:24:40 19:58:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:24:40 19:58:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:24:40 19:58:01 1 0.02 0.00 0.02 0.02 0.02 99.93 20:24:40 19:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:58:01 3 0.02 0.00 0.00 0.03 0.02 99.93 20:24:40 19:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 19:59:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:24:40 19:59:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 19:59:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 19:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:59:01 3 0.03 0.00 0.03 0.02 0.02 99.90 20:24:40 19:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 19:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 19:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 19:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:00:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:24:40 20:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:00:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:24:40 20:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:00:01 3 0.03 0.00 0.02 0.03 0.03 99.88 20:24:40 20:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:00:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 20:01:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:24:40 20:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:01:01 1 0.02 0.00 0.02 0.03 0.00 99.93 20:24:40 20:01:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 20:01:01 3 0.03 0.00 0.02 0.02 0.02 99.92 20:24:40 20:01:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:01:01 7 0.05 0.00 0.00 0.00 0.02 99.93 20:24:40 20:24:40 20:01:01 CPU %user %nice %system %iowait %steal %idle 20:24:40 20:02:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:24:40 20:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 20:02:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:24:40 20:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:02:01 3 0.02 0.00 0.02 0.03 0.02 99.92 20:24:40 20:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:02:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:02:01 7 0.02 0.00 0.03 0.00 0.00 99.95 20:24:40 20:03:01 all 0.23 0.00 0.01 0.00 0.00 99.76 20:24:40 20:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:03:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:24:40 20:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:03:01 3 0.03 0.00 0.02 0.02 0.02 99.92 20:24:40 20:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:03:01 6 1.73 0.00 0.03 0.00 0.00 98.24 20:24:40 20:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:04:01 all 0.13 0.00 0.01 0.01 0.00 99.85 20:24:40 20:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:04:01 1 0.00 0.00 0.02 0.03 0.00 99.95 20:24:40 20:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:04:01 3 0.02 0.00 0.03 0.07 0.02 99.87 20:24:40 20:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:04:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 20:04:01 6 0.96 0.00 0.00 0.00 0.00 99.04 20:24:40 20:04:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 20:05:01 all 0.00 0.00 0.01 0.00 0.01 99.97 20:24:40 20:05:01 0 0.00 0.00 0.03 0.00 0.02 99.95 20:24:40 20:05:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 20:05:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:05:01 3 0.02 0.00 0.02 0.02 0.02 99.93 20:24:40 20:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:05:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:24:40 20:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:06:01 1 0.02 0.00 0.00 0.02 0.02 99.95 20:24:40 20:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:06:01 3 0.02 0.00 0.00 0.02 0.05 99.92 20:24:40 20:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:06:01 7 0.05 0.00 0.02 0.00 0.00 99.93 20:24:40 20:07:02 all 0.00 0.00 0.01 0.01 0.00 99.98 20:24:40 20:07:02 0 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:07:02 1 0.00 0.00 0.02 0.02 0.00 99.97 20:24:40 20:07:02 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:07:02 3 0.00 0.00 0.02 0.03 0.02 99.93 20:24:40 20:07:02 4 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:07:02 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:07:02 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:07:02 7 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:08:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:24:40 20:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:08:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:24:40 20:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:08:01 3 0.03 0.00 0.03 0.02 0.02 99.90 20:24:40 20:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:08:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 20:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:09:01 all 0.22 0.00 0.01 0.00 0.01 99.76 20:24:40 20:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:09:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:24:40 20:09:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:09:01 3 0.03 0.00 0.02 0.02 0.02 99.92 20:24:40 20:09:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:24:40 20:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:09:01 6 1.68 0.00 0.00 0.00 0.00 98.32 20:24:40 20:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:10:01 all 0.09 0.00 0.01 0.01 0.01 99.88 20:24:40 20:10:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:10:01 1 0.03 0.00 0.02 0.03 0.00 99.92 20:24:40 20:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:10:01 3 0.02 0.00 0.02 0.03 0.02 99.92 20:24:40 20:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:10:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 20:10:01 6 0.62 0.00 0.03 0.00 0.02 99.33 20:24:40 20:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:11:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:24:40 20:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:11:01 1 0.02 0.00 0.00 0.05 0.00 99.93 20:24:40 20:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:11:01 3 0.02 0.00 0.03 0.02 0.02 99.92 20:24:40 20:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:11:01 7 0.02 0.00 0.03 0.00 0.00 99.95 20:24:40 20:12:01 all 0.01 0.00 0.01 0.02 0.00 99.96 20:24:40 20:12:01 0 0.00 0.00 0.02 0.02 0.00 99.97 20:24:40 20:12:01 1 0.03 0.00 0.02 0.07 0.00 99.88 20:24:40 20:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:12:01 3 0.02 0.00 0.00 0.05 0.02 99.92 20:24:40 20:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:12:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 20:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:24:40 20:12:01 CPU %user %nice %system %iowait %steal %idle 20:24:40 20:13:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:24:40 20:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:13:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 20:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:13:01 3 0.03 0.00 0.02 0.02 0.02 99.92 20:24:40 20:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:14:01 all 0.02 0.00 0.00 0.01 0.01 99.96 20:24:40 20:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:14:01 1 0.03 0.00 0.00 0.02 0.02 99.93 20:24:40 20:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:14:01 3 0.05 0.00 0.00 0.07 0.02 99.87 20:24:40 20:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:14:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 20:14:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 20:15:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:24:40 20:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:15:01 3 0.02 0.00 0.02 0.02 0.02 99.93 20:24:40 20:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:16:01 all 0.02 0.00 0.01 0.01 0.01 99.95 20:24:40 20:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 20:16:01 1 0.02 0.00 0.03 0.03 0.00 99.92 20:24:40 20:16:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:16:01 3 0.03 0.00 0.02 0.05 0.02 99.88 20:24:40 20:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:16:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 20:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:16:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:17:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:24:40 20:17:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:24:40 20:17:01 1 0.02 0.00 0.02 0.03 0.00 99.93 20:24:40 20:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:17:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:24:40 20:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:17:01 7 0.00 0.00 0.02 0.02 0.00 99.97 20:24:40 20:18:01 all 0.02 0.00 0.00 0.01 0.01 99.97 20:24:40 20:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:18:01 1 0.03 0.00 0.00 0.02 0.00 99.95 20:24:40 20:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 20:18:01 3 0.00 0.00 0.00 0.03 0.02 99.95 20:24:40 20:18:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:24:40 20:18:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 20:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:24:40 20:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:19:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 20:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:19:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 20:19:01 4 0.07 0.00 0.02 0.00 0.02 99.90 20:24:40 20:19:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:24:40 20:19:01 6 0.03 0.00 0.00 0.00 0.02 99.95 20:24:40 20:19:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:24:40 20:20:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:24:40 20:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 20:20:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:24:40 20:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:20:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 20:20:01 4 0.03 0.00 0.03 0.00 0.02 99.92 20:24:40 20:20:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 20:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:21:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:24:40 20:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:21:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:24:40 20:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:21:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 20:21:01 4 0.05 0.00 0.02 0.00 0.02 99.92 20:24:40 20:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:21:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:22:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:24:40 20:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:22:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:24:40 20:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:22:01 3 0.00 0.00 0.00 0.03 0.00 99.97 20:24:40 20:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 20:22:01 5 0.08 0.00 0.00 0.00 0.00 99.92 20:24:40 20:22:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:24:40 20:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:24:40 20:23:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:24:40 20:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:23:01 1 0.02 0.00 0.03 0.02 0.02 99.92 20:24:40 20:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:23:01 3 0.02 0.00 0.02 0.03 0.02 99.92 20:24:40 20:23:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 20:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:23:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:24:40 20:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:24:40 20:24:40 20:23:01 CPU %user %nice %system %iowait %steal %idle 20:24:40 20:24:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:24:40 20:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:24:40 20:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:24:40 20:24:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:24:40 20:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:24:40 20:24:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:24:40 20:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:24:40 20:24:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:24:40 Average: all 6.45 0.00 1.29 0.46 0.02 91.78 20:24:40 Average: 0 6.26 0.00 1.29 0.40 0.02 92.04 20:24:40 Average: 1 6.63 0.00 1.26 0.32 0.02 91.77 20:24:40 Average: 2 6.40 0.00 1.33 0.35 0.02 91.90 20:24:40 Average: 3 6.56 0.00 1.30 0.38 0.02 91.73 20:24:40 Average: 4 6.50 0.00 1.28 0.43 0.02 91.76 20:24:40 Average: 5 6.52 0.00 1.32 0.72 0.02 91.42 20:24:40 Average: 6 6.38 0.00 1.28 0.37 0.02 91.95 20:24:40 Average: 7 6.31 0.00 1.29 0.69 0.02 91.70 20:24:40 20:24:40 20:24:40