Pull request #3989 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b7aae9d99efe6fa961be2a2cce737f8bc987d3b7+d866400a609392987696ebdd94eb737ac4e65fbf (5d5849d223925263a9e59c08a96ffecb5a3524a8) 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-ssh2859605559458907502.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-ssh5128787684430078862.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-3989/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-3989/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh675512055567147523.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-3989/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2074481553801927157.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-ssh10475532811928044477.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-3989/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-3989/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6458780775714529441.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-22077 in /w/workspace/edgexfoundry_edgex-go_PR-3989 [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 d866400a609392987696ebdd94eb737ac4e65fbf into PR head commit b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 Merge succeeded, producing b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 Checking out Revision b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 (PR-3989) > 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/3989/head:refs/remotes/origin/PR-3989 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 # 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 d866400a609392987696ebdd94eb737ac4e65fbf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-25T19:06:24.880Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-25T19:06:25.034Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-25T19:06:25.120Z] ========================================================= [2022-04-25T19:06:25.120Z] EdgeX Global Pipelines Version Info [2022-04-25T19:06:25.120Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-25T19:06:25.902Z] ------------------- [2022-04-25T19:06:25.902Z] stable info: [2022-04-25T19:06:25.902Z] ------------------- [2022-04-25T19:06:25.902Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-25T19:06:25.902Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-25T19:06:25.902Z] Message: update stable to v1.0.221 [2022-04-25T19:06:26.475Z] ------------------- [2022-04-25T19:06:26.475Z] experimental info: [2022-04-25T19:06:26.475Z] ------------------- [2022-04-25T19:06:26.475Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-25T19:06:26.475Z] Commit SHA: e334d830fa8e8412d6042b94a77caa8dfa54c97b [2022-04-25T19:06:26.475Z] Message: update experimental to v1.0.223 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-25T19:06:26.705Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-25T19:06:26.743Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-25T19:06:26.785Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-25T19:06:26.824Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-25T19:06:26.867Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-25T19:06:26.908Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-25T19:06:26.948Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-25T19:06:26.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-25T19:06:27.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-25T19:06:27.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-25T19:06:27.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-25T19:06:27.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-25T19:06:27.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-25T19:06:27.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-25T19:06:27.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-25T19:06:27.293Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-25T19:06:27.331Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-25T19:06:27.373Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-25T19:06:27.413Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-25T19:06:27.451Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-25T19:06:27.499Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-25T19:06:27.539Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-25T19:06:27.579Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3989 [Pipeline] echo [2022-04-25T19:06:27.613Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3989 [Pipeline] echo [2022-04-25T19:06:27.650Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3989 [Pipeline] echo [2022-04-25T19:06:27.692Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [Pipeline] echo [2022-04-25T19:06:27.734Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b7aae9d [Pipeline] echo [2022-04-25T19:06:27.774Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-25T19:06:27.885Z] provisioning config files... [2022-04-25T19:06:27.906Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config217089999804258834tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-25T19:06:28.273Z] ---> docker-login.sh [2022-04-25T19:06:28.273Z] nexus3.edgexfoundry.org:10001 [2022-04-25T19:06:28.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-25T19:06:28.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-25T19:06:28.799Z] Configure a credential helper to remove this warning. See [2022-04-25T19:06:28.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-25T19:06:28.799Z] [2022-04-25T19:06:28.799Z] Login Succeeded [2022-04-25T19:06:28.799Z] nexus3.edgexfoundry.org:10002 [2022-04-25T19:06:28.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-25T19:06:28.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-25T19:06:28.799Z] Configure a credential helper to remove this warning. See [2022-04-25T19:06:28.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-25T19:06:28.799Z] [2022-04-25T19:06:28.799Z] Login Succeeded [2022-04-25T19:06:28.799Z] nexus3.edgexfoundry.org:10003 [2022-04-25T19:06:29.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-25T19:06:29.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-25T19:06:29.060Z] Configure a credential helper to remove this warning. See [2022-04-25T19:06:29.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-25T19:06:29.060Z] [2022-04-25T19:06:29.060Z] Login Succeeded [2022-04-25T19:06:29.060Z] nexus3.edgexfoundry.org:10004 [2022-04-25T19:06:29.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-25T19:06:29.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-25T19:06:29.060Z] Configure a credential helper to remove this warning. See [2022-04-25T19:06:29.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-25T19:06:29.060Z] [2022-04-25T19:06:29.060Z] Login Succeeded [2022-04-25T19:06:29.060Z] docker.io [2022-04-25T19:06:29.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-25T19:06:29.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-25T19:06:29.582Z] Configure a credential helper to remove this warning. See [2022-04-25T19:06:29.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-25T19:06:29.583Z] [2022-04-25T19:06:29.583Z] Login Succeeded [2022-04-25T19:06:29.583Z] ---> docker-login.sh ends [Pipeline] } [2022-04-25T19:06:29.606Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-25T19:06:30.024Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-04-25T19:06:30.025Z] + + cutdirname -d/ cmd/core-command/Dockerfile -f2 [2022-04-25T19:06:30.025Z] [2022-04-25T19:06:30.025Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-25T19:06:30.025Z] + dirname cmd/core-data/Dockerfile [2022-04-25T19:06:30.025Z] + cut -d/ -f2 [2022-04-25T19:06:30.025Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-25T19:06:30.025Z] + dirname cmd/core-metadata/Dockerfile [2022-04-25T19:06:30.025Z] + cut -d/ -f2 [2022-04-25T19:06:30.025Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-25T19:06:30.025Z] + + dirname cmd/security-bootstrapper/Dockerfile [2022-04-25T19:06:30.025Z] cut -d/ -f2 [2022-04-25T19:06:30.025Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-25T19:06:30.025Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-25T19:06:30.025Z] + cut -d/ -f2 [2022-04-25T19:06:30.025Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-25T19:06:30.025Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-25T19:06:30.025Z] + cut -d/ -f2 [2022-04-25T19:06:30.025Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-25T19:06:30.025Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-25T19:06:30.025Z] + cut -d/ -f2 [2022-04-25T19:06:30.025Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-25T19:06:30.025Z] + dirname cmd/security-spire-agent/Dockerfile [2022-04-25T19:06:30.025Z] + cut -d/ -f2 [2022-04-25T19:06:30.025Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-25T19:06:30.025Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-25T19:06:30.025Z] + cut -d/ -f2 [2022-04-25T19:06:30.025Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-25T19:06:30.025Z] + dirname cmd/security-spire-server/Dockerfile [2022-04-25T19:06:30.025Z] + cut -d/ -f2 [2022-04-25T19:06:30.025Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-25T19:06:30.025Z] + cut -d/ -f2 [2022-04-25T19:06:30.025Z] + dirname cmd/support-notifications/Dockerfile [2022-04-25T19:06:30.025Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-25T19:06:30.025Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-25T19:06:30.025Z] + cut -d/ -f2 [2022-04-25T19:06:30.025Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-25T19:06:30.025Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-25T19:06:30.025Z] + cut -d/ -f2 [2022-04-25T19:06:30.025Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-25T19:06:30.170Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-25T19:06:30.644Z] + git rev-list -1 --merges b7aae9d99efe6fa961be2a2cce737f8bc987d3b7~1..b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [Pipeline] echo [2022-04-25T19:06:30.683Z] -----------> git rev-list -1 --merges b7aae9d99efe6fa961be2a2cce737f8bc987d3b7~1..b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [false] [Pipeline] sh [2022-04-25T19:06:31.001Z] + git log --format=format:%s -1 b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [Pipeline] echo [2022-04-25T19:06:31.036Z] ========================================================= [2022-04-25T19:06:31.036Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-25T19:06:31.036Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-25T19:06:31.507Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-25T19:06:31.507Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-25T19:06:31.507Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-25T19:06:31.507Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-25T19:06:31.507Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-25T19:06:31.507Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-25T19:06:31.507Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:06:31.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-25T19:06:31.909Z] [2022-04-25T19:06:31.909Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:06:32.267Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-25T19:06:32.267Z] latest: Pulling from edgex-devops/git-semver [2022-04-25T19:06:32.267Z] a0d0a0d46f8b: Pulling fs layer [2022-04-25T19:06:32.267Z] 3e5f54012d9b: Pulling fs layer [2022-04-25T19:06:32.267Z] 4c7163046ea9: Pulling fs layer [2022-04-25T19:06:32.267Z] 0c2d73faf560: Pulling fs layer [2022-04-25T19:06:32.267Z] 0c2d73faf560: Waiting [2022-04-25T19:06:32.267Z] 3e5f54012d9b: Download complete [2022-04-25T19:06:32.267Z] a0d0a0d46f8b: Verifying Checksum [2022-04-25T19:06:32.267Z] a0d0a0d46f8b: Download complete [2022-04-25T19:06:32.267Z] 0c2d73faf560: Verifying Checksum [2022-04-25T19:06:32.267Z] 0c2d73faf560: Download complete [2022-04-25T19:06:32.267Z] 4c7163046ea9: Verifying Checksum [2022-04-25T19:06:32.267Z] 4c7163046ea9: Download complete [2022-04-25T19:06:32.529Z] a0d0a0d46f8b: Pull complete [2022-04-25T19:06:32.529Z] 3e5f54012d9b: Pull complete [2022-04-25T19:06:32.793Z] 4c7163046ea9: Pull complete [2022-04-25T19:06:33.057Z] 0c2d73faf560: Pull complete [2022-04-25T19:06:33.057Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-25T19:06:33.057Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-25T19:06:33.057Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-25T19:06:33.169Z] prd-ubuntu20.04-docker-8c-8g-22077 does not seem to be running inside a container [2022-04-25T19:06:33.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-25T19:06:33.980Z] $ docker top 54e04fa5b726b90be66cc2b7777a73bca55ff80d70b937fae8d94255a65eb486 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-25T19:06:34.170Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-25T19:06:34.170Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-25T19:06:34.320Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-25T19:06:34.328Z] $ docker exec 54e04fa5b726b90be66cc2b7777a73bca55ff80d70b937fae8d94255a65eb486 ssh-agent [2022-04-25T19:06:34.452Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMGGcFp/agent.14 [2022-04-25T19:06:34.452Z] SSH_AGENT_PID=21 [2022-04-25T19:06:34.462Z] Running ssh-add (command line suppressed) [2022-04-25T19:06:34.593Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2968091252646202802.key (/w/workspace/edgex-go/1@tmp/private_key_2968091252646202802.key) [2022-04-25T19:06:34.605Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-25T19:06:34.941Z] + git tag --points-at HEAD [Pipeline] } [2022-04-25T19:06:34.973Z] $ docker exec --env ******** --env ******** 54e04fa5b726b90be66cc2b7777a73bca55ff80d70b937fae8d94255a65eb486 ssh-agent -k [2022-04-25T19:06:35.103Z] unset SSH_AUTH_SOCK; [2022-04-25T19:06:35.104Z] unset SSH_AGENT_PID; [2022-04-25T19:06:35.104Z] echo Agent pid 21 killed; [2022-04-25T19:06:35.109Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-25T19:06:35.193Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-25T19:06:35.193Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-25T19:06:35.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-25T19:06:35.336Z] $ docker exec 54e04fa5b726b90be66cc2b7777a73bca55ff80d70b937fae8d94255a65eb486 ssh-agent [2022-04-25T19:06:35.483Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPEMoji/agent.54 [2022-04-25T19:06:35.483Z] SSH_AGENT_PID=60 [2022-04-25T19:06:35.489Z] Running ssh-add (command line suppressed) [2022-04-25T19:06:35.615Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_285008519961534953.key (/w/workspace/edgex-go/1@tmp/private_key_285008519961534953.key) [2022-04-25T19:06:35.627Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-25T19:06:35.959Z] + git semver init [2022-04-25T19:06:35.959Z] # -> Open(): unable to determine branch for HEAD [2022-04-25T19:06:35.959Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-04-25T19:06:35.959Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-04-25T19:06:35.959Z] # $SEMVER_REMOTE_NAME = origin [2022-04-25T19:06:35.959Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-25T19:06:35.959Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-25T19:06:35.959Z] # $SEMVER_BRANCH = PR-3989 [2022-04-25T19:06:35.959Z] # $SEMVER_TEMP = /tmp/semver-527733256 [2022-04-25T19:06:35.959Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-25T19:06:50.881Z] # '/tmp/semver-527733256' -> '/w/workspace/edgex-go/1/.semver' [2022-04-25T19:06:50.881Z] # -> Force: false [2022-04-25T19:06:50.881Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-04-25T19:06:50.913Z] $ docker exec --env ******** --env ******** 54e04fa5b726b90be66cc2b7777a73bca55ff80d70b937fae8d94255a65eb486 ssh-agent -k [2022-04-25T19:06:51.038Z] unset SSH_AUTH_SOCK; [2022-04-25T19:06:51.039Z] unset SSH_AGENT_PID; [2022-04-25T19:06:51.039Z] echo Agent pid 60 killed; [2022-04-25T19:06:51.045Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-25T19:06:51.538Z] + git semver [Pipeline] } [2022-04-25T19:06:51.577Z] $ docker stop --time=1 54e04fa5b726b90be66cc2b7777a73bca55ff80d70b937fae8d94255a65eb486 [2022-04-25T19:06:53.560Z] $ docker rm -f 54e04fa5b726b90be66cc2b7777a73bca55ff80d70b937fae8d94255a65eb486 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-25T19:06:54.003Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-25T19:06:54.368Z] Stashed 1 file(s) [Pipeline] echo [2022-04-25T19:06:54.394Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-04-25T19:06:54.893Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-25T19:06:54.924Z] ========================================================= [2022-04-25T19:06:54.924Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-25T19:06:54.924Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-25T19:06:55.269Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-25T19:06:55.269Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-25T19:06:55.269Z] 59bf1c3509f3: Pulling fs layer [2022-04-25T19:06:55.269Z] 666ba61612fd: Pulling fs layer [2022-04-25T19:06:55.269Z] 8ed8ca486205: Pulling fs layer [2022-04-25T19:06:55.269Z] 4fe6c5a15a65: Pulling fs layer [2022-04-25T19:06:55.269Z] 22a0e8bec74d: Pulling fs layer [2022-04-25T19:06:55.269Z] ca2b28591e48: Pulling fs layer [2022-04-25T19:06:55.269Z] a51346096db8: Pulling fs layer [2022-04-25T19:06:55.269Z] daebc70d1ce1: Pulling fs layer [2022-04-25T19:06:55.269Z] 0e18a0eac166: Pulling fs layer [2022-04-25T19:06:55.269Z] ca2b28591e48: Waiting [2022-04-25T19:06:55.269Z] 4fe6c5a15a65: Waiting [2022-04-25T19:06:55.269Z] a51346096db8: Waiting [2022-04-25T19:06:55.269Z] 0e18a0eac166: Waiting [2022-04-25T19:06:55.269Z] daebc70d1ce1: Waiting [2022-04-25T19:06:55.269Z] 8ed8ca486205: Verifying Checksum [2022-04-25T19:06:55.269Z] 8ed8ca486205: Download complete [2022-04-25T19:06:55.269Z] 666ba61612fd: Verifying Checksum [2022-04-25T19:06:55.269Z] 666ba61612fd: Download complete [2022-04-25T19:06:55.269Z] 22a0e8bec74d: Verifying Checksum [2022-04-25T19:06:55.269Z] 22a0e8bec74d: Download complete [2022-04-25T19:06:55.269Z] ca2b28591e48: Verifying Checksum [2022-04-25T19:06:55.269Z] ca2b28591e48: Download complete [2022-04-25T19:06:55.269Z] a51346096db8: Verifying Checksum [2022-04-25T19:06:55.269Z] a51346096db8: Download complete [2022-04-25T19:06:55.269Z] 59bf1c3509f3: Verifying Checksum [2022-04-25T19:06:55.269Z] 59bf1c3509f3: Download complete [2022-04-25T19:06:55.530Z] daebc70d1ce1: Verifying Checksum [2022-04-25T19:06:55.530Z] daebc70d1ce1: Download complete [2022-04-25T19:06:55.530Z] 59bf1c3509f3: Pull complete [2022-04-25T19:06:55.794Z] 666ba61612fd: Pull complete [2022-04-25T19:06:55.794Z] 8ed8ca486205: Pull complete [2022-04-25T19:06:56.056Z] 0e18a0eac166: Verifying Checksum [2022-04-25T19:06:56.056Z] 0e18a0eac166: Download complete [2022-04-25T19:06:56.056Z] 4fe6c5a15a65: Verifying Checksum [2022-04-25T19:06:56.056Z] 4fe6c5a15a65: Download complete [2022-04-25T19:07:00.255Z] 4fe6c5a15a65: Pull complete [2022-04-25T19:07:00.255Z] 22a0e8bec74d: Pull complete [2022-04-25T19:07:00.255Z] ca2b28591e48: Pull complete [2022-04-25T19:07:00.255Z] a51346096db8: Pull complete [2022-04-25T19:07:00.255Z] daebc70d1ce1: Pull complete [2022-04-25T19:07:02.801Z] 0e18a0eac166: Pull complete [2022-04-25T19:07:02.801Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-04-25T19:07:02.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-25T19:07:02.801Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-25T19:07:03.159Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-25T19:07:03.159Z] WORKDIR /edgex [2022-04-25T19:07:03.159Z] COPY go.mod . [2022-04-25T19:07:03.159Z] RUN go mod download [2022-04-25T19:07:03.159Z] + docker build -t ci-base-image-x86_64 -f - . [2022-04-25T19:07:04.556Z] Sending build context to Docker daemon 334.9MB [2022-04-25T19:07:04.556Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-25T19:07:04.556Z] ---> f018257e8ee9 [2022-04-25T19:07:04.556Z] Step 2/4 : WORKDIR /edgex [2022-04-25T19:07:07.868Z] ---> Running in 56ead8fd5118 [2022-04-25T19:07:07.868Z] Removing intermediate container 56ead8fd5118 [2022-04-25T19:07:07.868Z] ---> 4898103a4ed9 [2022-04-25T19:07:07.868Z] Step 3/4 : COPY go.mod . [2022-04-25T19:07:07.868Z] ---> 43389bab0606 [2022-04-25T19:07:07.868Z] Step 4/4 : RUN go mod download [2022-04-25T19:07:07.868Z] ---> Running in ebcb0de6a2fb [2022-04-25T19:07:09.701Z] Still waiting to schedule task [2022-04-25T19:07:09.702Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-04-25T19:07:25.981Z] Removing intermediate container ebcb0de6a2fb [2022-04-25T19:07:25.981Z] ---> 100de39edb8c [2022-04-25T19:07:25.981Z] Successfully built 100de39edb8c [2022-04-25T19:07:25.981Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:07:26.312Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-25T19:07:26.312Z] . [Pipeline] withDockerContainer [2022-04-25T19:07:26.406Z] prd-ubuntu20.04-docker-8c-8g-22077 does not seem to be running inside a container [2022-04-25T19:07:26.444Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-25T19:07:26.919Z] $ docker top c62b324d58486f1b5542dc90a066e4ef2dd9420942f7ec728f4d2d10d4226d93 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-25T19:07:27.319Z] + go version [2022-04-25T19:07:27.319Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-25T19:07:27.360Z] $ docker stop --time=1 c62b324d58486f1b5542dc90a066e4ef2dd9420942f7ec728f4d2d10d4226d93 [2022-04-25T19:07:28.731Z] $ docker rm -f c62b324d58486f1b5542dc90a066e4ef2dd9420942f7ec728f4d2d10d4226d93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:07:29.379Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-25T19:07:29.379Z] . [Pipeline] withDockerContainer [2022-04-25T19:07:29.477Z] prd-ubuntu20.04-docker-8c-8g-22077 does not seem to be running inside a container [2022-04-25T19:07:29.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-25T19:07:29.924Z] $ docker top 5446e941144fecf38e4fb14525d212462d0c87eca5ef27ce78408df2b2b8cd38 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-25T19:07:30.057Z] ========================================================= [2022-04-25T19:07:30.057Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-25T19:07:30.057Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-25T19:07:30.410Z] + make test [2022-04-25T19:07:30.410Z] go mod tidy -compat=1.17 [2022-04-25T19:07:30.410Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-25T19:07:36.996Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-25T19:07:49.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.067s coverage: 28.7% of statements [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-25T19:07:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-25T19:07:50.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.101s coverage: 98.5% of statements [2022-04-25T19:07:50.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-25T19:07:50.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.078s coverage: 53.4% of statements [2022-04-25T19:07:50.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-25T19:07:50.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-25T19:07:53.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.114s coverage: 89.2% of statements [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-25T19:07:53.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.057s coverage: 84.4% of statements [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-25T19:07:53.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.453s coverage: 95.6% of statements [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-25T19:07:53.480Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.081s coverage: 72.2% of statements [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-25T19:07:53.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.066s coverage: 60.0% of statements [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-25T19:07:53.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.112s coverage: 0.9% of statements [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-25T19:07:53.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2022-04-25T19:07:53.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.083s coverage: 29.6% of statements [2022-04-25T19:07:53.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-25T19:07:53.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 47.1% of statements [2022-04-25T19:07:53.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2022-04-25T19:07:53.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2022-04-25T19:07:53.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements [2022-04-25T19:07:53.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements [2022-04-25T19:08:03.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements [2022-04-25T19:08:03.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements [2022-04-25T19:08:04.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.193s coverage: 82.5% of statements [2022-04-25T19:08:04.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.051s coverage: 65.1% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 58.8% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.049s coverage: 80.0% of statements [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.088s coverage: 85.4% of statements [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.2% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.163s coverage: 64.4% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.359s coverage: 65.4% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.152s coverage: 43.8% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.173s coverage: 92.3% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 63.2% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.101s coverage: 97.7% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-25T19:08:14.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-25T19:08:14.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2022-04-25T19:08:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements [2022-04-25T19:08:14.908Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-04-25T19:08:33.005Z] GO111MODULE=on go vet ./... [2022-04-25T19:08:36.293Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-25T19:08:36.293Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-25T19:08:36.862Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-25T19:08:37.466Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-25T19:08:37.782Z] + ls -al . [2022-04-25T19:08:37.782Z] total 672 [2022-04-25T19:08:37.782Z] drwxrwxr-x 10 1001 1001 4096 Apr 25 19:08 . [2022-04-25T19:08:37.782Z] drwxr-xr-x 4 root root 4096 Apr 25 19:07 .. [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 11 Apr 25 19:06 .dockerignore [2022-04-25T19:08:37.782Z] drwxrwxr-x 8 1001 1001 4096 Apr 25 19:06 .git [2022-04-25T19:08:37.782Z] drwxrwxr-x 3 1001 1001 4096 Apr 25 19:06 .github [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 879 Apr 25 19:06 .gitignore [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 42 Apr 25 19:06 .golangci.yml [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 87 Apr 25 19:06 .hadolint.yml [2022-04-25T19:08:37.782Z] drwx------ 3 1001 1001 4096 Apr 25 19:06 .semver [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 166 Apr 25 19:06 .sonarcloud.properties [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 1171 Apr 25 19:06 ADOPTERS.md [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 10086 Apr 25 19:06 Attribution.txt [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 51732 Apr 25 19:06 CHANGELOG.md [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 3804 Apr 25 19:06 CONTRIBUTING.md [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 677 Apr 25 19:06 GOVERNANCE.md [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 850 Apr 25 19:06 Jenkinsfile [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 10775 Apr 25 19:06 LICENSE [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 10389 Apr 25 19:06 Makefile [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 582 Apr 25 19:06 OWNERS.md [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 9120 Apr 25 19:06 README.md [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 6912 Apr 25 19:06 SECURITY.md [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 5 Apr 25 19:06 VERSION [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 4131 Apr 25 19:06 ZMQWindows.md [2022-04-25T19:08:37.782Z] drwxrwxr-x 2 1001 1001 4096 Apr 25 19:06 bin [2022-04-25T19:08:37.782Z] drwxrwxr-x 18 1001 1001 4096 Apr 25 19:06 cmd [2022-04-25T19:08:37.782Z] -rw-r--r-- 1 root root 435134 Apr 25 19:08 coverage.out [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 3256 Apr 25 19:06 go.mod [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 35162 Apr 25 19:07 go.sum [2022-04-25T19:08:37.782Z] drwxrwxr-x 8 1001 1001 4096 Apr 25 19:06 internal [2022-04-25T19:08:37.782Z] drwxrwxr-x 3 1001 1001 4096 Apr 25 19:06 openapi [2022-04-25T19:08:37.782Z] drwxrwxr-x 4 1001 1001 4096 Apr 25 19:06 snap [2022-04-25T19:08:37.782Z] -rw-rw-r-- 1 1001 1001 204 Apr 25 19:06 version.go [Pipeline] sh [2022-04-25T19:08:38.100Z] + '[' -e coverage.out ] [2022-04-25T19:08:38.100Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-25T19:08:38.215Z] Stashed 1 file(s) [Pipeline] sh [2022-04-25T19:08:38.515Z] + make build [2022-04-25T19:08:38.515Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-25T19:08:53.404Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-25T19:09:01.571Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-25T19:09:01.571Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-25T19:09:06.851Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-25T19:09:07.111Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-25T19:09:07.678Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-25T19:09:09.064Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-25T19:09:09.633Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-25T19:09:11.012Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-25T19:09:11.581Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-25T19:09:12.149Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-25T19:09:13.540Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-25T19:09:14.947Z] $ docker stop --time=1 5446e941144fecf38e4fb14525d212462d0c87eca5ef27ce78408df2b2b8cd38 [2022-04-25T19:09:23.198Z] $ docker rm -f 5446e941144fecf38e4fb14525d212462d0c87eca5ef27ce78408df2b2b8cd38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:09:24.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-25T19:09:24.381Z] [2022-04-25T19:09:24.381Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:09:24.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-25T19:09:24.723Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-25T19:09:24.723Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-25T19:09:24.723Z] ca9280d653b3: Pulling fs layer [2022-04-25T19:09:24.723Z] 7e9c9ca2126c: Pulling fs layer [2022-04-25T19:09:24.989Z] ca9280d653b3: Verifying Checksum [2022-04-25T19:09:24.989Z] ca9280d653b3: Download complete [2022-04-25T19:09:25.250Z] cbdbe7a5bc2a: Pull complete [2022-04-25T19:09:25.510Z] 7e9c9ca2126c: Download complete [2022-04-25T19:09:25.769Z] ca9280d653b3: Pull complete [2022-04-25T19:09:29.061Z] 7e9c9ca2126c: Pull complete [2022-04-25T19:09:29.062Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-25T19:09:29.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-25T19:09:29.062Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-25T19:09:29.154Z] prd-ubuntu20.04-docker-8c-8g-22077 does not seem to be running inside a container [2022-04-25T19:09:29.198Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-25T19:09:31.821Z] $ docker top fcb61c961b9a2e80bbbd49e2c7f390700ff4200b7cd841b1840246d7f290bd4b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-25T19:09:32.296Z] + docker-compose build --help [2022-04-25T19:09:32.296Z] + grep parallel [2022-04-25T19:09:32.864Z] --parallel Build images in parallel. [Pipeline] } [2022-04-25T19:09:32.900Z] $ docker stop --time=1 fcb61c961b9a2e80bbbd49e2c7f390700ff4200b7cd841b1840246d7f290bd4b [2022-04-25T19:09:34.298Z] $ docker rm -f fcb61c961b9a2e80bbbd49e2c7f390700ff4200b7cd841b1840246d7f290bd4b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:09:34.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-25T19:09:34.863Z] . [Pipeline] withDockerContainer [2022-04-25T19:09:34.955Z] prd-ubuntu20.04-docker-8c-8g-22077 does not seem to be running inside a container [2022-04-25T19:09:35.006Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-25T19:09:35.784Z] $ docker top f595dda5e9b581c10bd529658a0523e3905a9126fe88a3e885ca7145977ce84d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-25T19:09:36.186Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-25T19:09:36.756Z] Building core-command ... [2022-04-25T19:09:36.756Z] Building core-data ... [2022-04-25T19:09:36.756Z] Building core-metadata ... [2022-04-25T19:09:36.756Z] Building security-bootstrapper ... [2022-04-25T19:09:36.756Z] Building security-proxy-setup ... [2022-04-25T19:09:36.756Z] Building security-secretstore-setup ... [2022-04-25T19:09:36.756Z] Building security-spiffe-token-provider ... [2022-04-25T19:09:36.756Z] Building security-spire-agent ... [2022-04-25T19:09:36.756Z] Building security-spire-config ... [2022-04-25T19:09:36.756Z] Building security-spire-server ... [2022-04-25T19:09:36.756Z] Building support-notifications ... [2022-04-25T19:09:36.756Z] Building support-scheduler ... [2022-04-25T19:09:36.756Z] Building sys-mgmt-agent ... [2022-04-25T19:09:36.756Z] Building security-spire-config [2022-04-25T19:09:36.756Z] Building security-secretstore-setup [2022-04-25T19:09:36.756Z] Building sys-mgmt-agent [2022-04-25T19:09:36.756Z] Building security-proxy-setup [2022-04-25T19:09:36.756Z] Building security-spire-agent [2022-04-25T19:09:54.861Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:09:54.861Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:09:54.861Z] ---> 100de39edb8c [2022-04-25T19:09:54.861Z] Step 3/23 : WORKDIR /edgex-go [2022-04-25T19:09:54.861Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:09:54.861Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:09:54.861Z] ---> 100de39edb8c [2022-04-25T19:09:54.861Z] Step 3/22 : WORKDIR /edgex-go [2022-04-25T19:09:54.861Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:09:54.861Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:09:54.861Z] ---> 100de39edb8c [2022-04-25T19:09:54.861Z] Step 3/26 : WORKDIR /edgex-go [2022-04-25T19:09:54.861Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:09:54.861Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:09:54.861Z] ---> 100de39edb8c [2022-04-25T19:09:54.861Z] Step 3/26 : WORKDIR /edgex-go [2022-04-25T19:09:54.861Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:09:54.861Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:09:54.861Z] ---> 100de39edb8c [2022-04-25T19:09:54.861Z] Step 3/25 : WORKDIR /edgex-go [2022-04-25T19:09:58.178Z] ---> Running in c427aabde2e6 [2022-04-25T19:09:58.178Z] ---> Running in cbed724b4cd0 [2022-04-25T19:09:58.178Z] ---> Running in d7eb16a752b9 [2022-04-25T19:09:58.178Z] ---> Running in f4168da3b453 [2022-04-25T19:09:58.178Z] ---> Running in 4cfee8e9113f [2022-04-25T19:09:58.751Z] Removing intermediate container cbed724b4cd0 [2022-04-25T19:09:58.751Z] ---> 6c1912ac6781 [2022-04-25T19:09:58.751Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:09:58.751Z] Removing intermediate container c427aabde2e6 [2022-04-25T19:09:58.751Z] ---> 1d77b2c59188 [2022-04-25T19:09:58.751Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:09:58.751Z] Removing intermediate container 4cfee8e9113f [2022-04-25T19:09:58.751Z] ---> 0d19a90f9bf4 [2022-04-25T19:09:58.751Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:09:59.011Z] Removing intermediate container d7eb16a752b9 [2022-04-25T19:09:59.011Z] ---> 9e6ac87d3db4 [2022-04-25T19:09:59.011Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:09:59.011Z] Removing intermediate container f4168da3b453 [2022-04-25T19:09:59.011Z] ---> 1719b2457062 [2022-04-25T19:09:59.011Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:09:59.011Z] ---> Running in d4c8997be0a5 [2022-04-25T19:09:59.011Z] ---> Running in 671054588fa2 [2022-04-25T19:09:59.011Z] ---> Running in bce4b4d585b9 [2022-04-25T19:09:59.011Z] ---> Running in e1318ba4faf1 [2022-04-25T19:09:59.011Z] ---> Running in b6e57b15e291 [2022-04-25T19:10:00.404Z] Removing intermediate container 671054588fa2 [2022-04-25T19:10:00.405Z] ---> fb31847d43bb [2022-04-25T19:10:00.405Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-25T19:10:00.405Z] Removing intermediate container d4c8997be0a5 [2022-04-25T19:10:00.405Z] ---> 67a89565cfb1 [2022-04-25T19:10:00.405Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-25T19:10:00.405Z] ---> Running in a4908d51988b [2022-04-25T19:10:00.405Z] ---> Running in bbd5127841c4 [2022-04-25T19:10:00.673Z] Removing intermediate container bce4b4d585b9 [2022-04-25T19:10:00.673Z] ---> 8d5c798a132c [2022-04-25T19:10:00.673Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-25T19:10:00.673Z] Removing intermediate container e1318ba4faf1 [2022-04-25T19:10:00.673Z] ---> 83ce6efb44ca [2022-04-25T19:10:00.673Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-25T19:10:00.673Z] ---> Running in f3ef4e639038 [2022-04-25T19:10:00.673Z] Removing intermediate container b6e57b15e291 [2022-04-25T19:10:00.673Z] ---> 8e8b2e2094d0 [2022-04-25T19:10:00.673Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-25T19:10:00.673Z] ---> Running in fa753a4f7976 [2022-04-25T19:10:00.673Z] ---> Running in b1688cab8f03 [2022-04-25T19:10:01.248Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:10:01.248Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:10:01.511Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:10:01.511Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:10:01.511Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:10:01.772Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:10:02.034Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:10:02.293Z] OK: 221 MiB in 52 packages [2022-04-25T19:10:02.293Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:10:02.293Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:10:02.293Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:10:02.594Z] OK: 221 MiB in 52 packages [2022-04-25T19:10:02.594Z] OK: 221 MiB in 52 packages [2022-04-25T19:10:02.594Z] OK: 221 MiB in 52 packages [2022-04-25T19:10:02.594Z] OK: 221 MiB in 52 packages [2022-04-25T19:10:02.855Z] Removing intermediate container a4908d51988b [2022-04-25T19:10:02.856Z] ---> 702c3ca04bb0 [2022-04-25T19:10:02.856Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-25T19:10:03.115Z] ---> cbb52bbed8e3 [2022-04-25T19:10:03.115Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:10:03.115Z] ---> Running in 2ddc2662c281 [2022-04-25T19:10:03.375Z] Removing intermediate container bbd5127841c4 [2022-04-25T19:10:03.375Z] ---> 8cb25543110f [2022-04-25T19:10:03.375Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-25T19:10:03.375Z] Removing intermediate container fa753a4f7976 [2022-04-25T19:10:03.375Z] ---> 30eb7f603701 [2022-04-25T19:10:03.375Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-25T19:10:03.375Z] Removing intermediate container b1688cab8f03 [2022-04-25T19:10:03.375Z] ---> 064944e1caf1 [2022-04-25T19:10:03.375Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-25T19:10:03.375Z] Removing intermediate container f3ef4e639038 [2022-04-25T19:10:03.375Z] ---> 21b67ca070bb [2022-04-25T19:10:03.375Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-25T19:10:03.637Z] ---> 1c0bcef41c77 [2022-04-25T19:10:03.637Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:10:03.637Z] ---> 4665a9619deb [2022-04-25T19:10:03.637Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:10:03.637Z] ---> b3c28d71d22b [2022-04-25T19:10:03.637Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:10:03.637Z] ---> Running in 0f4f8364df40 [2022-04-25T19:10:03.637Z] ---> Running in f9bb4bdf091b [2022-04-25T19:10:03.637Z] ---> 3188a558df74 [2022-04-25T19:10:03.637Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:10:03.899Z] ---> Running in 02f7f3b905ba [2022-04-25T19:10:03.899Z] ---> Running in 94673fe4b038 [2022-04-25T19:10:04.471Z] Removing intermediate container 2ddc2662c281 [2022-04-25T19:10:04.471Z] ---> 9db897fd5c24 [2022-04-25T19:10:04.471Z] Step 8/22 : COPY . . [2022-04-25T19:10:07.775Z] Removing intermediate container 0f4f8364df40 [2022-04-25T19:10:07.775Z] ---> 22995ee68b7a [2022-04-25T19:10:07.775Z] Step 8/26 : COPY . . [2022-04-25T19:10:07.775Z] Removing intermediate container f9bb4bdf091b [2022-04-25T19:10:07.775Z] ---> bc34c09b3d95 [2022-04-25T19:10:07.775Z] Step 8/23 : COPY . . [2022-04-25T19:10:10.305Z] Removing intermediate container 94673fe4b038 [2022-04-25T19:10:10.305Z] ---> cb0f6dcf3fcf [2022-04-25T19:10:10.305Z] Step 8/26 : COPY . . [2022-04-25T19:10:10.305Z] Removing intermediate container 02f7f3b905ba [2022-04-25T19:10:10.305Z] ---> 4f381c869bb9 [2022-04-25T19:10:10.305Z] Step 8/25 : COPY . . [2022-04-25T19:10:12.731Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22079 in /w/workspace/edgexfoundry_edgex-go_PR-3989 [Pipeline] { [Pipeline] ws [2022-04-25T19:10:12.770Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-04-25T19:10:13.101Z] The recommended git tool is: git [2022-04-25T19:10:20.210Z] using credential edgex-jenkins-ssh [2022-04-25T19:10:20.242Z] Cloning the remote Git repository [2022-04-25T19:10:20.297Z] ---> 1cd6b22291f6 [2022-04-25T19:10:20.297Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-25T19:10:20.297Z] ---> 9b6195c4f34d [2022-04-25T19:10:20.297Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-25T19:10:20.297Z] ---> Running in 51155fdb43c5 [2022-04-25T19:10:20.297Z] ---> Running in 25fafe9eeb25 [2022-04-25T19:10:20.297Z] ---> 9e1270b7b101 [2022-04-25T19:10:20.297Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-25T19:10:20.297Z] ---> 4d529193b6cf [2022-04-25T19:10:20.297Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-25T19:10:20.297Z] ---> 7a55ebbbf4b2 [2022-04-25T19:10:20.297Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-25T19:10:20.297Z] ---> Running in ac464cd573db [2022-04-25T19:10:20.297Z] ---> Running in 0284414b3983 [2022-04-25T19:10:20.297Z] ---> Running in e1c236a89c22 [2022-04-25T19:10:20.297Z] Removing intermediate container 25fafe9eeb25 [2022-04-25T19:10:20.297Z] ---> 52b821faddbb [2022-04-25T19:10:20.297Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-25T19:10:20.558Z] ---> Running in de57fc536ad3 [2022-04-25T19:10:20.558Z] Removing intermediate container ac464cd573db [2022-04-25T19:10:20.558Z] ---> 667b81ec41e3 [2022-04-25T19:10:20.558Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-25T19:10:20.558Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-25T19:10:20.325Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-25T19:10:20.418Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-04-25T19:10:20.516Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-25T19:10:20.517Z] > git --version # timeout=10 [2022-04-25T19:10:20.546Z] > git --version # 'git version 2.25.1' [2022-04-25T19:10:20.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-25T19:10:20.681Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-25T19:10:20.819Z] ---> Running in b89d43a72c0f [2022-04-25T19:10:21.389Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-25T19:10:21.389Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-25T19:10:22.778Z] Removing intermediate container b89d43a72c0f [2022-04-25T19:10:22.778Z] ---> 14cf92e5baa9 [2022-04-25T19:10:22.778Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-25T19:10:23.037Z] Removing intermediate container de57fc536ad3 [2022-04-25T19:10:23.037Z] ---> b99dc0b0b886 [2022-04-25T19:10:23.037Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-25T19:10:23.295Z] ---> Running in 88fdddbd7712 [2022-04-25T19:10:23.295Z] ---> Running in e33e361a6cc2 [2022-04-25T19:10:23.556Z] Removing intermediate container 88fdddbd7712 [2022-04-25T19:10:23.556Z] ---> 21971edf670f [2022-04-25T19:10:23.556Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-25T19:10:24.215Z] Removing intermediate container e33e361a6cc2 [2022-04-25T19:10:24.215Z] ---> f8bd7cf465dd [2022-04-25T19:10:24.215Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-25T19:10:24.475Z] ---> Running in 9d7f70b9bdef [2022-04-25T19:10:24.475Z] ---> Running in 09f885b1bd74 [2022-04-25T19:10:25.865Z] spire-1.2.1/ [2022-04-25T19:10:25.865Z] spire-1.2.1/.data/ [2022-04-25T19:10:25.865Z] spire-1.2.1/.data/.file [2022-04-25T19:10:25.865Z] spire-1.2.1/.dockerignore [2022-04-25T19:10:25.865Z] spire-1.2.1/.gitattributes [2022-04-25T19:10:25.865Z] spire-1.2.1/.githooks/ [2022-04-25T19:10:25.865Z] spire-1.2.1/.githooks/pre-commit [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/ [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/dependabot.yml [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/workflows/ [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-25T19:10:25.865Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-25T19:10:25.865Z] spire-1.2.1/.gitignore [2022-04-25T19:10:25.865Z] spire-1.2.1/.go-version [2022-04-25T19:10:25.865Z] spire-1.2.1/.golangci.yml [2022-04-25T19:10:25.865Z] spire-1.2.1/ADOPTERS.md [2022-04-25T19:10:25.865Z] spire-1.2.1/CHANGELOG.md [2022-04-25T19:10:25.865Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-25T19:10:25.865Z] spire-1.2.1/CODEOWNERS [2022-04-25T19:10:25.865Z] spire-1.2.1/CONTRIBUTING.md [2022-04-25T19:10:25.865Z] spire-1.2.1/Dockerfile [2022-04-25T19:10:25.865Z] spire-1.2.1/Dockerfile.dev [2022-04-25T19:10:25.865Z] spire-1.2.1/Dockerfile.scratch [2022-04-25T19:10:25.865Z] spire-1.2.1/LICENSE [2022-04-25T19:10:25.865Z] spire-1.2.1/MAINTAINERS.md [2022-04-25T19:10:25.865Z] spire-1.2.1/Makefile [2022-04-25T19:10:25.865Z] spire-1.2.1/README.md [2022-04-25T19:10:25.865Z] spire-1.2.1/ROADMAP.md [2022-04-25T19:10:25.865Z] spire-1.2.1/SECURITY.md [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-25T19:10:25.865Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-25T19:10:25.865Z] spire-1.2.1/conf/ [2022-04-25T19:10:25.865Z] spire-1.2.1/conf/agent/ [2022-04-25T19:10:25.865Z] spire-1.2.1/conf/agent/agent.conf [2022-04-25T19:10:25.865Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-25T19:10:25.865Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-25T19:10:25.865Z] spire-1.2.1/conf/server/ [2022-04-25T19:10:25.865Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-25T19:10:25.865Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-25T19:10:25.865Z] spire-1.2.1/conf/server/server.conf [2022-04-25T19:10:25.865Z] spire-1.2.1/conf/server/server_full.conf [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/ [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/SPIRE101.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/auditlog.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/ [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/scaling_spire.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/spire_agent.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/spire_server.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/supported_integrations.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/telemetry.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/telemetry_config.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/upgrading.md [2022-04-25T19:10:25.865Z] spire-1.2.1/doc/using_spire.md [2022-04-25T19:10:25.865Z] spire-1.2.1/examples/ [2022-04-25T19:10:25.865Z] spire-1.2.1/examples/README.md [2022-04-25T19:10:25.865Z] spire-1.2.1/go.mod [2022-04-25T19:10:25.865Z] spire-1.2.1/go.sum [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/agent.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/client/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/common/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/config.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-25T19:10:25.865Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/svid/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/names.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/auth/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cli/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.gospire-1.2.1/ [2022-04-25T19:10:25.866Z] [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/health/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/health/config.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/health/context.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/health/health.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.gospire-1.2.1/.data/ [2022-04-25T19:10:25.866Z] spire-1.2.1/.data/.file [2022-04-25T19:10:25.866Z] spire-1.2.1/.dockerignore [2022-04-25T19:10:25.866Z] spire-1.2.1/.gitattributes [2022-04-25T19:10:25.866Z] spire-1.2.1/.githooks/ [2022-04-25T19:10:25.866Z] spire-1.2.1/.githooks/pre-commit [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/ [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/dependabot.yml [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/workflows/ [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-25T19:10:25.866Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-25T19:10:25.866Z] spire-1.2.1/.gitignore [2022-04-25T19:10:25.866Z] spire-1.2.1/.go-version [2022-04-25T19:10:25.866Z] spire-1.2.1/.golangci.yml [2022-04-25T19:10:25.866Z] spire-1.2.1/ADOPTERS.md [2022-04-25T19:10:25.866Z] spire-1.2.1/CHANGELOG.md [2022-04-25T19:10:25.866Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-25T19:10:25.866Z] spire-1.2.1/CODEOWNERS [2022-04-25T19:10:25.866Z] spire-1.2.1/CONTRIBUTING.md [2022-04-25T19:10:25.866Z] spire-1.2.1/Dockerfile [2022-04-25T19:10:25.866Z] spire-1.2.1/Dockerfile.dev [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/idutil/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/log/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/log/log.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/log/options.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-25T19:10:25.866Z] spire-1.2.1/Dockerfile.scratch [2022-04-25T19:10:25.866Z] spire-1.2.1/LICENSE [2022-04-25T19:10:25.866Z] spire-1.2.1/MAINTAINERS.md [2022-04-25T19:10:25.866Z] spire-1.2.1/Makefile [2022-04-25T19:10:25.866Z] spire-1.2.1/README.md [2022-04-25T19:10:25.866Z] spire-1.2.1/ROADMAP.md [2022-04-25T19:10:25.866Z] spire-1.2.1/SECURITY.md [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/ [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/ [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-25T19:10:25.866Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/profiling/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/selector/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/uptime/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-25T19:10:25.867Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-25T19:10:25.867Z] spire-1.2.1/conf/ [2022-04-25T19:10:25.867Z] spire-1.2.1/conf/agent/ [2022-04-25T19:10:25.867Z] spire-1.2.1/conf/agent/agent.conf [2022-04-25T19:10:25.867Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-25T19:10:25.867Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-25T19:10:25.867Z] spire-1.2.1/conf/server/ [2022-04-25T19:10:25.867Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-25T19:10:25.867Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-25T19:10:25.867Z] spire-1.2.1/conf/server/server.conf [2022-04-25T19:10:25.867Z] spire-1.2.1/conf/server/server_full.conf [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/ [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/SPIRE101.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/auditlog.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/ [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/task.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/version/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/version/version.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509util/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/api.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/health/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/id.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-25T19:10:25.867Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/status.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-25T19:10:25.867Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/bundle/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/scaling_spire.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/spire_agent.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/spire_server.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/supported_integrations.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/telemetry.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/telemetry_config.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/upgrading.md [2022-04-25T19:10:25.868Z] spire-1.2.1/doc/using_spire.md [2022-04-25T19:10:25.868Z] spire-1.2.1/examples/ [2022-04-25T19:10:25.868Z] spire-1.2.1/examples/README.md [2022-04-25T19:10:25.868Z] spire-1.2.1/go.mod [2022-04-25T19:10:25.868Z] spire-1.2.1/go.sum [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/agent.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/client/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/common/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/config.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/cache/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/catalog/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-25T19:10:25.868Z] [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/config.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/svid/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/names.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/auth/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/ [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-25T19:10:25.868Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cli/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-25T19:10:25.869Z] [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/health/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/health/config.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/health/context.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/health/health.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/idutil/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/log/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/log/log.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/log/options.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/profiling/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/selector/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-25T19:10:25.869Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/uptime/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/task.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/version/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/version/version.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509util/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/api.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/health/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/id.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/status.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/bundle/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/cache/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/catalog/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/config.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/registration/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/server.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/server_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/svid/ [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/ [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/private/ [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/private/server/ [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/private/server/journal/ [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/ [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/common/ [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/plugin/ [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-25T19:10:25.870Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-25T19:10:25.870Z] spire-1.2.1/release/ [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire-extras/ [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire-extras/README.md [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire/ [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire/README.md [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire/conf/ [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire/conf/server/ [2022-04-25T19:10:25.870Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/script/ [2022-04-25T19:10:25.871Z] spire-1.2.1/script/build-artifact.sh [2022-04-25T19:10:25.871Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-25T19:10:25.871Z] spire-1.2.1/support/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-25T19:10:25.871Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/clock/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/clock/clock.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/fixture.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/registration/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-25T19:10:25.871Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/README.md [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/common [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-25T19:10:25.871Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-25T19:10:25.871Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/registration/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/server.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/server_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/svid/ [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/ [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/private/ [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/private/server/ [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/private/server/journal/ [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/ [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/common/ [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/plugin/ [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-25T19:10:25.872Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-25T19:10:25.872Z] spire-1.2.1/release/ [2022-04-25T19:10:25.872Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire-extras/ [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire-extras/README.md [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire/ [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire/README.md [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire/conf/ [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire/conf/server/ [2022-04-25T19:10:25.873Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/script/ [2022-04-25T19:10:25.873Z] spire-1.2.1/script/build-artifact.sh [2022-04-25T19:10:25.873Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-25T19:10:25.873Z] spire-1.2.1/support/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-25T19:10:25.873Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/clock/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/clock/clock.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-25T19:10:25.873Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/fixture.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/test-one.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/test.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/plugintest/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/plugintest/config.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/plugintest/load.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/plugintest/option.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/spiretest/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/spiretest/dir.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/spiretest/logs.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/spiretest/suite.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/spiretest/x509.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/testca/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/testca/ca.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/testkey/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/testkey/generate.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/testkey/keys.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/testkey/new.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/tpmsimulator/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/util/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/util/cert_generation.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/util/io_redirection.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/util/race.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/util/util.go [2022-04-25T19:10:25.874Z] building spire from source... [2022-04-25T19:10:25.874Z] [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/registration/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-25T19:10:25.874Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/common [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-25T19:10:25.874Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/test-one.sh [2022-04-25T19:10:25.875Z] spire-1.2.1/test/integration/test.sh [2022-04-25T19:10:25.875Z] spire-1.2.1/test/plugintest/ [2022-04-25T19:10:25.875Z] spire-1.2.1/test/plugintest/config.go [2022-04-25T19:10:25.875Z] spire-1.2.1/test/plugintest/load.go [2022-04-25T19:10:25.875Z] spire-1.2.1/test/plugintest/option.go [2022-04-25T19:10:25.875Z] spire-1.2.1/test/spiretest/ [2022-04-25T19:10:25.876Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/spiretest/dir.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/spiretest/logs.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/spiretest/suite.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/spiretest/x509.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/testca/ [2022-04-25T19:10:25.876Z] spire-1.2.1/test/testca/ca.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/testkey/ [2022-04-25T19:10:25.876Z] spire-1.2.1/test/testkey/generate.sh [2022-04-25T19:10:25.876Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/testkey/keys.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/testkey/new.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/tpmsimulator/ [2022-04-25T19:10:25.876Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/util/ [2022-04-25T19:10:25.876Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/util/cert_generation.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/util/io_redirection.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/util/race.go [2022-04-25T19:10:25.876Z] spire-1.2.1/test/util/util.go [2022-04-25T19:10:25.876Z] building spire from source... [2022-04-25T19:10:26.136Z] Installing go1.17.7... [2022-04-25T19:10:26.136Z] Installing go1.17.7... [2022-04-25T19:10:31.429Z] Building bin/spire-server... [2022-04-25T19:10:31.429Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-25T19:10:31.429Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-25T19:10:31.429Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-25T19:10:31.429Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-25T19:10:31.429Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-25T19:10:31.429Z] Building bin/spire-server... [2022-04-25T19:10:31.429Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-25T19:10:31.429Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-25T19:10:31.429Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-25T19:10:31.429Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-25T19:10:31.429Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-25T19:10:31.689Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-25T19:10:31.689Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-25T19:10:31.689Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-25T19:10:31.689Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-25T19:10:31.689Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-25T19:10:31.689Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-25T19:10:31.689Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-25T19:10:31.689Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-25T19:10:31.689Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-25T19:10:31.689Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-25T19:10:31.689Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-25T19:10:31.949Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-25T19:10:31.949Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-25T19:10:31.949Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-25T19:10:31.949Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-25T19:10:31.949Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-25T19:10:31.949Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-25T19:10:31.949Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-25T19:10:31.949Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-25T19:10:31.949Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-25T19:10:31.949Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-25T19:10:31.949Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-25T19:10:31.949Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-25T19:10:32.209Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-25T19:10:32.209Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-25T19:10:32.209Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-25T19:10:32.209Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-25T19:10:32.468Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-25T19:10:32.468Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-25T19:10:32.468Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-25T19:10:32.468Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-25T19:10:32.468Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-25T19:10:32.468Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-25T19:10:32.469Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-25T19:10:32.469Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-25T19:10:32.469Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-25T19:10:32.469Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-25T19:10:32.469Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-25T19:10:32.469Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-25T19:10:32.469Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-25T19:10:32.469Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-25T19:10:32.469Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-25T19:10:32.469Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-25T19:10:32.469Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-25T19:10:32.469Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-25T19:10:32.469Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-25T19:10:32.469Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-25T19:10:32.469Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-25T19:10:32.469Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-25T19:10:32.469Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-25T19:10:32.469Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-25T19:10:32.469Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-25T19:10:32.928Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-25T19:10:32.928Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-25T19:10:32.928Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-25T19:10:32.928Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-25T19:10:32.928Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-25T19:10:32.928Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-25T19:10:32.928Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-25T19:10:32.928Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-25T19:10:32.928Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-25T19:10:32.929Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-25T19:10:32.929Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-25T19:10:32.929Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-25T19:10:32.929Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-25T19:10:32.929Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-25T19:10:32.929Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-25T19:10:32.929Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-25T19:10:32.929Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-25T19:10:32.929Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-25T19:10:32.929Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-25T19:10:32.929Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-25T19:10:32.929Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-25T19:10:32.929Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-25T19:10:32.929Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-25T19:10:32.929Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-25T19:10:32.929Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-25T19:10:32.929Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-25T19:10:32.929Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-25T19:10:32.929Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-25T19:10:32.929Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-25T19:10:32.929Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-25T19:10:32.929Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-25T19:10:32.929Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-25T19:10:33.188Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-25T19:10:33.188Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-25T19:10:33.188Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-25T19:10:33.188Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-25T19:10:33.188Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-25T19:10:33.188Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-25T19:10:33.188Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-25T19:10:33.188Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-25T19:10:33.188Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-25T19:10:33.188Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-25T19:10:33.188Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-25T19:10:33.451Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-25T19:10:33.711Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-25T19:10:33.969Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-25T19:10:35.878Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-25T19:10:35.878Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-25T19:10:35.878Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-25T19:10:35.878Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-25T19:10:35.878Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-25T19:10:35.878Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-25T19:10:35.878Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-25T19:10:35.878Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-25T19:10:35.879Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-25T19:10:35.879Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-25T19:10:37.386Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-25T19:10:37.407Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-25T19:10:37.434Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-25T19:10:37.470Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-25T19:10:37.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-25T19:10:37.483Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3989/head:refs/remotes/origin/PR-3989 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-25T19:10:38.190Z] Merging remotes/origin/main commit d866400a609392987696ebdd94eb737ac4e65fbf into PR head commit b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:10:38.547Z] Merge succeeded, producing b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:10:38.548Z] Checking out Revision b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 (PR-3989) [2022-04-25T19:10:38.213Z] > git config core.sparsecheckout # timeout=10 [2022-04-25T19:10:38.226Z] > git checkout -f b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 # timeout=10 [2022-04-25T19:10:38.462Z] > git remote # timeout=10 [2022-04-25T19:10:38.479Z] > git config --get remote.origin.url # timeout=10 [2022-04-25T19:10:38.491Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-25T19:10:38.503Z] > git merge d866400a609392987696ebdd94eb737ac4e65fbf # timeout=10 [2022-04-25T19:10:38.529Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-25T19:10:38.560Z] > git config core.sparsecheckout # timeout=10 [2022-04-25T19:10:38.572Z] > git checkout -f b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 # timeout=10 [2022-04-25T19:10:40.090Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-25T19:10:40.090Z] go: downloading google.golang.org/api v0.70.0 [2022-04-25T19:10:40.090Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-25T19:10:40.090Z] go: downloading k8s.io/api v0.23.4 [2022-04-25T19:10:40.090Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-25T19:10:40.090Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-25T19:10:40.351Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-25T19:10:40.351Z] go: downloading google.golang.org/api v0.70.0 [2022-04-25T19:10:40.351Z] go: downloading k8s.io/api v0.23.4 [2022-04-25T19:10:40.351Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-25T19:10:40.351Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-25T19:10:40.351Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-25T19:10:40.351Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-25T19:10:40.351Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-25T19:10:40.351Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-25T19:10:40.351Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-25T19:10:40.351Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-25T19:10:40.351Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-25T19:10:41.039Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-25T19:10:41.039Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-25T19:10:41.039Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-25T19:10:41.613Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-25T19:10:41.613Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-25T19:10:41.873Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-25T19:10:41.873Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-25T19:10:41.873Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-25T19:10:41.873Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-25T19:10:41.873Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-25T19:10:41.873Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-25T19:10:41.873Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-25T19:10:42.457Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-25T19:10:42.457Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-25T19:10:42.457Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-25T19:10:42.717Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-25T19:10:42.717Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-25T19:10:42.717Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-25T19:10:42.717Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-25T19:10:42.958Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-04-25T19:10:42.974Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-25T19:10:42.974Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-25T19:10:42.974Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-25T19:10:42.974Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-25T19:10:42.974Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-25T19:10:43.023Z] > git --version # timeout=10 [2022-04-25T19:10:43.035Z] > git --version # 'git version 2.25.1' [2022-04-25T19:10:43.049Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-25T19:10:43.620Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-25T19:10:43.620Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-25T19:10:43.881Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-25T19:10:43.881Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-25T19:10:44.073Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-25T19:10:44.073Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-25T19:10:44.073Z] Dload Upload Total Spent Left Speed [2022-04-25T19:10:44.073Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 210k 0 --:--:-- --:--:-- --:--:-- 214k [2022-04-25T19:10:44.140Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-25T19:10:44.140Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [Pipeline] sh [2022-04-25T19:10:44.404Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-25T19:10:44.404Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-25T19:10:44.404Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-25T19:10:44.404Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-25T19:10:44.404Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-25T19:10:44.404Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-25T19:10:44.404Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-25T19:10:44.404Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-25T19:10:44.404Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-25T19:10:44.404Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-25T19:10:44.404Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-25T19:10:44.404Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-25T19:10:44.664Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [2022-04-25T19:10:44.664Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-25T19:10:44.664Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-25T19:10:44.664Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-25T19:10:44.664Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-25T19:10:44.664Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-25T19:10:44.664Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-25T19:10:44.664Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-25T19:10:44.664Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-25T19:10:44.664Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-25T19:10:44.664Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-25T19:10:44.664Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-25T19:10:44.664Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-25T19:10:44.664Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-25T19:10:44.664Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-25T19:10:44.664Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-25T19:10:44.664Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-25T19:10:44.664Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-25T19:10:44.664Z] go: downloading k8s.io/klog/v2 v2.30.0 [Pipeline] sh [2022-04-25T19:10:44.925Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-25T19:10:44.926Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-25T19:10:44.926Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-25T19:10:44.926Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-25T19:10:44.926Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-25T19:10:44.926Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-25T19:10:44.926Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-25T19:10:44.926Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-25T19:10:44.926Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-25T19:10:44.926Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-25T19:10:44.926Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-25T19:10:44.926Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-25T19:10:45.044Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ [2022-04-25T19:10:45.044Z] sudo tee /etc/docker/daemon.new [2022-04-25T19:10:45.044Z] { [2022-04-25T19:10:45.044Z] "registry-mirrors": [ [2022-04-25T19:10:45.044Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-25T19:10:45.044Z] ], [2022-04-25T19:10:45.044Z] "bip": "10.250.0.254/24", [2022-04-25T19:10:45.044Z] "hosts": [ [2022-04-25T19:10:45.044Z] "tcp://0.0.0.0:5555", [2022-04-25T19:10:45.044Z] "unix:///var/run/docker.sock" [2022-04-25T19:10:45.045Z] ], [2022-04-25T19:10:45.045Z] "mtu": 1458, [2022-04-25T19:10:45.045Z] "selinux-enabled": true, [2022-04-25T19:10:45.045Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-25T19:10:45.045Z] } [Pipeline] sh [2022-04-25T19:10:45.189Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-25T19:10:45.189Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-25T19:10:45.189Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-25T19:10:45.189Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-25T19:10:45.189Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-25T19:10:45.189Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-25T19:10:45.189Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-25T19:10:45.189Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-25T19:10:45.189Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-25T19:10:45.189Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-25T19:10:45.189Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-25T19:10:45.189Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-25T19:10:45.189Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-25T19:10:45.189Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-25T19:10:45.189Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-25T19:10:45.189Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-25T19:10:45.189Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-25T19:10:45.189Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-25T19:10:45.189Z] go: downloading go.opencensus.io v0.23.0 [2022-04-25T19:10:45.189Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-25T19:10:45.189Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-25T19:10:45.189Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-25T19:10:45.189Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-25T19:10:45.416Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-25T19:10:45.788Z] + sudo service docker restart [2022-04-25T19:10:45.908Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-25T19:10:45.908Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-25T19:10:45.908Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-25T19:10:45.908Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-25T19:10:45.908Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-25T19:10:45.908Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-25T19:10:45.908Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-25T19:10:45.908Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-25T19:10:45.908Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-25T19:10:45.908Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-25T19:10:45.908Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-25T19:10:45.908Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-25T19:10:46.167Z] go: downloading go.opencensus.io v0.23.0 [2022-04-25T19:10:46.167Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-25T19:10:46.167Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-25T19:10:46.167Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-25T19:10:46.167Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-25T19:10:46.167Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-25T19:10:46.167Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-25T19:10:46.167Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-25T19:10:46.167Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-25T19:10:46.167Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-25T19:10:46.167Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-25T19:10:46.167Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-25T19:10:46.167Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-25T19:10:46.167Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-25T19:10:46.167Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-25T19:10:46.167Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-25T19:10:46.167Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-25T19:10:46.167Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-25T19:10:46.167Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-25T19:10:46.167Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-25T19:10:46.167Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-25T19:10:46.761Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-25T19:10:46.761Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-25T19:10:46.761Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-25T19:10:47.024Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-25T19:10:47.024Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-25T19:10:47.024Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-25T19:10:47.024Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-25T19:10:47.024Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-25T19:10:47.024Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-25T19:10:47.024Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-25T19:10:47.024Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-25T19:10:47.024Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-25T19:10:47.024Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-25T19:10:47.024Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-25T19:10:47.024Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-25T19:10:47.024Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-25T19:10:47.024Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-25T19:10:47.024Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-25T19:10:47.283Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-25T19:10:47.283Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-25T19:10:47.283Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-25T19:10:47.283Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-25T19:10:53.000Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-25T19:10:53.000Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-25T19:10:53.000Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-25T19:10:53.000Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-25T19:11:04.255Z] provisioning config files... [2022-04-25T19:11:04.284Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2925709703587508628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-25T19:11:04.874Z] ---> docker-login.sh [2022-04-25T19:11:04.874Z] nexus3.edgexfoundry.org:10001 [2022-04-25T19:11:05.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-25T19:11:05.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-25T19:11:05.753Z] Configure a credential helper to remove this warning. See [2022-04-25T19:11:05.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-25T19:11:05.753Z] [2022-04-25T19:11:05.753Z] Login Succeeded [2022-04-25T19:11:05.753Z] nexus3.edgexfoundry.org:10002 [2022-04-25T19:11:06.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-25T19:11:06.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-25T19:11:06.304Z] Configure a credential helper to remove this warning. See [2022-04-25T19:11:06.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-25T19:11:06.304Z] [2022-04-25T19:11:06.304Z] Login Succeeded [2022-04-25T19:11:06.304Z] nexus3.edgexfoundry.org:10003 [2022-04-25T19:11:06.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-25T19:11:06.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-25T19:11:06.586Z] Configure a credential helper to remove this warning. See [2022-04-25T19:11:06.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-25T19:11:06.586Z] [2022-04-25T19:11:06.586Z] Login Succeeded [2022-04-25T19:11:06.864Z] nexus3.edgexfoundry.org:10004 [2022-04-25T19:11:07.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-25T19:11:07.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-25T19:11:07.137Z] Configure a credential helper to remove this warning. See [2022-04-25T19:11:07.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-25T19:11:07.137Z] [2022-04-25T19:11:07.137Z] Login Succeeded [2022-04-25T19:11:07.137Z] docker.io [2022-04-25T19:11:07.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-25T19:11:08.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-25T19:11:08.010Z] Configure a credential helper to remove this warning. See [2022-04-25T19:11:08.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-25T19:11:08.010Z] [2022-04-25T19:11:08.010Z] Login Succeeded [2022-04-25T19:11:08.010Z] ---> docker-login.sh ends [Pipeline] } [2022-04-25T19:11:08.038Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-25T19:11:08.421Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-25T19:11:08.452Z] ========================================================= [2022-04-25T19:11:08.452Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-25T19:11:08.453Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-25T19:11:08.835Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-25T19:11:09.111Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-25T19:11:09.111Z] 9b3977197b4f: Pulling fs layer [2022-04-25T19:11:09.111Z] 1a89e8eeedd5: Pulling fs layer [2022-04-25T19:11:09.111Z] 94645a83ff95: Pulling fs layer [2022-04-25T19:11:09.111Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-25T19:11:09.111Z] 0c92f367c5e7: Pulling fs layer [2022-04-25T19:11:09.111Z] 3096ccb668a1: Pulling fs layer [2022-04-25T19:11:09.111Z] e8cf19c19ddd: Pulling fs layer [2022-04-25T19:11:09.111Z] a4caa8a26152: Pulling fs layer [2022-04-25T19:11:09.111Z] 3096ccb668a1: Waiting [2022-04-25T19:11:09.111Z] e8cf19c19ddd: Waiting [2022-04-25T19:11:09.111Z] a4caa8a26152: Waiting [2022-04-25T19:11:09.111Z] 0c92f367c5e7: Waiting [2022-04-25T19:11:09.111Z] 3f3a8bcf1eab: Waiting [2022-04-25T19:11:09.111Z] 94645a83ff95: Download complete [2022-04-25T19:11:09.111Z] 1a89e8eeedd5: Verifying Checksum [2022-04-25T19:11:09.111Z] 1a89e8eeedd5: Download complete [2022-04-25T19:11:09.111Z] 0c92f367c5e7: Verifying Checksum [2022-04-25T19:11:09.111Z] 0c92f367c5e7: Download complete [2022-04-25T19:11:09.111Z] 3096ccb668a1: Verifying Checksum [2022-04-25T19:11:09.111Z] 3096ccb668a1: Download complete [2022-04-25T19:11:09.111Z] 9b3977197b4f: Verifying Checksum [2022-04-25T19:11:09.111Z] 9b3977197b4f: Download complete [2022-04-25T19:11:09.111Z] e8cf19c19ddd: Verifying Checksum [2022-04-25T19:11:09.111Z] e8cf19c19ddd: Download complete [2022-04-25T19:11:10.102Z] 9b3977197b4f: Pull complete [2022-04-25T19:11:10.384Z] 1a89e8eeedd5: Pull complete [2022-04-25T19:11:10.990Z] 94645a83ff95: Pull complete [2022-04-25T19:11:11.281Z] a4caa8a26152: Verifying Checksum [2022-04-25T19:11:11.281Z] a4caa8a26152: Download complete [2022-04-25T19:11:11.886Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-25T19:11:11.886Z] 3f3a8bcf1eab: Download complete [2022-04-25T19:11:24.321Z] 3f3a8bcf1eab: Pull complete [2022-04-25T19:11:24.597Z] 0c92f367c5e7: Pull complete [2022-04-25T19:11:24.872Z] 3096ccb668a1: Pull complete [2022-04-25T19:11:25.147Z] e8cf19c19ddd: Pull complete [2022-04-25T19:11:31.875Z] a4caa8a26152: Pull complete [2022-04-25T19:11:31.875Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-04-25T19:11:31.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-25T19:11:31.876Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-25T19:11:32.078Z] Removing intermediate container e1c236a89c22 [2022-04-25T19:11:32.078Z] ---> a4684a1af311 [2022-04-25T19:11:32.078Z] [2022-04-25T19:11:32.078Z] Step 10/25 : FROM alpine:3.14 [2022-04-25T19:11:32.078Z] Removing intermediate container 51155fdb43c5 [2022-04-25T19:11:32.078Z] ---> 77835b3f443b [2022-04-25T19:11:32.078Z] [2022-04-25T19:11:32.078Z] Step 10/22 : FROM alpine:3.14 [2022-04-25T19:11:32.078Z] 3.14: Pulling from library/alpine [2022-04-25T19:11:32.078Z] 3.14: Pulling from library/alpine [2022-04-25T19:11:32.078Z] Removing intermediate container 0284414b3983 [2022-04-25T19:11:32.078Z] ---> f8bf256efd4f [2022-04-25T19:11:32.078Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-25T19:11:32.078Z] ---> Running in f1a2af593056 [2022-04-25T19:11:32.078Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-25T19:11:32.078Z] Status: Downloaded newer image for alpine:3.14 [2022-04-25T19:11:32.078Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-25T19:11:32.078Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-25T19:11:32.078Z] Status: Image is up to date for alpine:3.14 [2022-04-25T19:11:32.078Z] ---> e04c818066af [2022-04-25T19:11:32.078Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-25T19:11:32.078Z] ---> e04c818066af [2022-04-25T19:11:32.078Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-25T19:11:32.295Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-25T19:11:32.296Z] WORKDIR /edgex [2022-04-25T19:11:32.296Z] COPY go.mod . [2022-04-25T19:11:32.296Z] RUN go mod download [2022-04-25T19:11:32.296Z] + docker build -t ci-base-image-arm64 -f - . [2022-04-25T19:11:33.016Z] ---> Running in a69833537bed [2022-04-25T19:11:33.016Z] ---> Running in 53f993aa5cac [2022-04-25T19:11:34.395Z] Removing intermediate container f1a2af593056 [2022-04-25T19:11:34.395Z] ---> db6d573131a8 [2022-04-25T19:11:34.395Z] [2022-04-25T19:11:34.395Z] Step 11/23 : FROM docker:20.10.14 [2022-04-25T19:11:34.395Z] 20.10.14: Pulling from library/docker [2022-04-25T19:11:34.951Z] Sending build context to Docker daemon 169.2MB [2022-04-25T19:11:34.951Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-25T19:11:34.951Z] ---> 725f1c02e7f9 [2022-04-25T19:11:34.951Z] Step 2/4 : WORKDIR /edgex [2022-04-25T19:11:34.968Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:11:34.968Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:11:35.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:11:35.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:11:35.227Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-25T19:11:35.227Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-25T19:11:35.227Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-25T19:11:35.227Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-25T19:11:35.227Z] (5/6) Installing curl (7.79.1-r0) [2022-04-25T19:11:35.227Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-25T19:11:35.227Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:11:35.227Z] Executing ca-certificates-20211220-r0.trigger [2022-04-25T19:11:35.489Z] OK: 8 MiB in 20 packages [2022-04-25T19:11:35.489Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-25T19:11:35.489Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-25T19:11:35.489Z] (3/3) Installing su-exec (0.2-r1) [2022-04-25T19:11:35.489Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:11:35.489Z] Executing ca-certificates-20211220-r0.trigger [2022-04-25T19:11:35.489Z] OK: 6 MiB in 17 packages [2022-04-25T19:11:36.956Z] ---> Running in 87858c75dcab [2022-04-25T19:11:37.233Z] Removing intermediate container 87858c75dcab [2022-04-25T19:11:37.233Z] ---> f99ddd0f6b5a [2022-04-25T19:11:37.233Z] Step 3/4 : COPY go.mod . [2022-04-25T19:11:37.840Z] ---> 2914ef233b59 [2022-04-25T19:11:37.840Z] Step 4/4 : RUN go mod download [2022-04-25T19:11:37.840Z] ---> Running in 75888b342656 [2022-04-25T19:11:38.913Z] Removing intermediate container a69833537bed [2022-04-25T19:11:38.913Z] ---> fe2435c06b38 [2022-04-25T19:11:38.913Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-25T19:11:38.913Z] Removing intermediate container 53f993aa5cac [2022-04-25T19:11:38.913Z] ---> 24844877e020 [2022-04-25T19:11:38.913Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-25T19:11:38.913Z] ---> Running in 1b654ccae554 [2022-04-25T19:11:38.913Z] ---> Running in 4bb8d7d7d2b6 [2022-04-25T19:11:39.172Z] Removing intermediate container 1b654ccae554 [2022-04-25T19:11:39.172Z] ---> d481fa5f6615 [2022-04-25T19:11:39.172Z] Step 13/22 : WORKDIR /edgex [2022-04-25T19:11:39.819Z] Removing intermediate container 4bb8d7d7d2b6 [2022-04-25T19:11:39.819Z] ---> 296ca4e1cb66 [2022-04-25T19:11:39.819Z] Step 13/25 : WORKDIR / [2022-04-25T19:11:39.819Z] ---> Running in 370a5b7a5120 [2022-04-25T19:11:40.410Z] ---> Running in e06138341ce4 [2022-04-25T19:11:40.977Z] Removing intermediate container 370a5b7a5120 [2022-04-25T19:11:40.977Z] ---> ce6cead327fd [2022-04-25T19:11:40.977Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-25T19:11:41.269Z] Removing intermediate container e06138341ce4 [2022-04-25T19:11:41.269Z] ---> c372d87353ac [2022-04-25T19:11:41.269Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-04-25T19:11:41.528Z] ---> 95dc7b204e2b [2022-04-25T19:11:41.528Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-25T19:11:42.095Z] ---> dc34815ed7f6 [2022-04-25T19:11:42.095Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-04-25T19:11:43.038Z] ---> 376a76bb7ecf [2022-04-25T19:11:43.038Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-25T19:11:43.038Z] ---> 90eeb37ba4b8 [2022-04-25T19:11:43.038Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-25T19:11:46.334Z] ---> 5c6829556262 [2022-04-25T19:11:46.334Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-04-25T19:11:46.592Z] ---> f483775b8501 [2022-04-25T19:11:46.592Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-25T19:11:47.532Z] ---> 6ec0819056fe [2022-04-25T19:11:47.532Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-25T19:11:47.532Z] ---> 6ad83ada3f62 [2022-04-25T19:11:47.532Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-25T19:11:47.793Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-25T19:11:47.793Z] ---> Running in 6763395c53cc [2022-04-25T19:11:47.793Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-25T19:11:47.793Z] ---> 7417809fdb73 [2022-04-25T19:11:47.793Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-04-25T19:11:48.056Z] ---> Running in 0b2c4fd8220f [2022-04-25T19:11:48.315Z] ---> 3e4f143f8d2a [2022-04-25T19:11:48.315Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-25T19:11:48.592Z] Removing intermediate container 0b2c4fd8220f [2022-04-25T19:11:48.592Z] ---> 206f6af22b4e [2022-04-25T19:11:48.592Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-04-25T19:11:48.853Z] ---> Running in bed1d7278474 [2022-04-25T19:11:50.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:11:50.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:11:50.234Z] ---> ddb48b832462 [2022-04-25T19:11:50.234Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-25T19:11:50.234Z] (1/43) Installing readline (8.1.1-r0) [2022-04-25T19:11:50.234Z] (2/43) Installing bash (5.1.16-r0) [2022-04-25T19:11:50.234Z] Executing bash-5.1.16-r0.post-install [2022-04-25T19:11:50.234Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-25T19:11:50.234Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-25T19:11:50.234Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-25T19:11:50.234Z] (6/43) Installing curl (7.80.0-r0) [2022-04-25T19:11:50.234Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-25T19:11:50.234Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-25T19:11:50.497Z] (9/43) Installing expat (2.4.7-r0) [2022-04-25T19:11:50.497Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-25T19:11:50.497Z] (11/43) Installing gdbm (1.22-r0) [2022-04-25T19:11:50.497Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-25T19:11:50.497Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-25T19:11:50.497Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-25T19:11:50.497Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-25T19:11:50.497Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-25T19:11:50.497Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-25T19:11:51.098Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-25T19:11:51.098Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-25T19:11:51.098Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-25T19:11:51.098Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-25T19:11:51.098Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-25T19:11:51.098Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-25T19:11:51.098Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-25T19:11:51.098Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-25T19:11:51.098Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-25T19:11:51.098Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-25T19:11:51.098Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-25T19:11:51.098Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-25T19:11:51.098Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-25T19:11:51.098Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-25T19:11:51.098Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-25T19:11:51.098Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-25T19:11:51.098Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-25T19:11:51.098Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-25T19:11:51.098Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-25T19:11:51.098Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-25T19:11:51.098Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-25T19:11:51.098Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-25T19:11:51.098Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-25T19:11:51.098Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-25T19:11:51.098Z] Removing intermediate container 6763395c53cc [2022-04-25T19:11:51.098Z] ---> 7bb70f6b52c6 [2022-04-25T19:11:51.098Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-25T19:11:51.098Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-25T19:11:51.098Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-25T19:11:51.404Z] Executing busybox-1.34.1-r5.trigger [2022-04-25T19:11:51.404Z] OK: 83 MiB in 65 packages [2022-04-25T19:11:51.665Z] ---> 306579d5eda3 [2022-04-25T19:11:51.665Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-04-25T19:11:51.925Z] ---> Running in cd886f6851b2 [2022-04-25T19:11:51.925Z] ---> Running in 09a5bdac4617 [2022-04-25T19:11:52.497Z] Collecting docker-compose==1.23.2 [2022-04-25T19:11:52.497Z] Removing intermediate container cd886f6851b2 [2022-04-25T19:11:52.497Z] ---> 6bf5fd9cff11 [2022-04-25T19:11:52.497Z] Step 20/22 : LABEL arch=x86_64 [2022-04-25T19:11:52.497Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-25T19:11:52.497Z] Collecting cached-property<2,>=1.2.0 [2022-04-25T19:11:52.497Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-25T19:11:52.497Z] Collecting texttable<0.10,>=0.9.0 [2022-04-25T19:11:52.497Z] ---> Running in 3e49efe8316d [2022-04-25T19:11:52.497Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-25T19:11:53.071Z] Removing intermediate container 3e49efe8316d [2022-04-25T19:11:53.071Z] ---> ca51a9b2571a [2022-04-25T19:11:53.071Z] Step 21/22 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:11:53.071Z] Collecting docopt<0.7,>=0.6.1 [2022-04-25T19:11:53.071Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-25T19:11:53.071Z] ---> Running in 063b814ab934 [2022-04-25T19:11:53.367Z] Collecting PyYAML<4,>=3.10 [2022-04-25T19:11:53.628Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-25T19:11:53.628Z] Removing intermediate container 063b814ab934 [2022-04-25T19:11:53.628Z] ---> 1ebcc856b089 [2022-04-25T19:11:53.628Z] Step 22/22 : LABEL version=0.0.0 [2022-04-25T19:11:53.628Z] ---> Running in a1a0acc497ae [2022-04-25T19:11:53.893Z] Removing intermediate container 09a5bdac4617 [2022-04-25T19:11:53.893Z] ---> f145c9ca9046 [2022-04-25T19:11:53.893Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-25T19:11:54.158Z] ---> Running in 94326d4ccde0 [2022-04-25T19:11:54.158Z] Removing intermediate container a1a0acc497ae [2022-04-25T19:11:54.158Z] ---> c70463d350ef [2022-04-25T19:11:54.158Z] [2022-04-25T19:11:54.158Z] Successfully built c70463d350ef [2022-04-25T19:11:54.158Z] Successfully tagged security-proxy-setup:latest [2022-04-25T19:11:54.420Z]  Building security-proxy-setup ... done Building support-scheduler [2022-04-25T19:11:54.420Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-25T19:11:54.420Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-25T19:11:54.420Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-25T19:11:54.420Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-25T19:11:54.683Z] Removing intermediate container 94326d4ccde0 [2022-04-25T19:11:54.683Z] ---> c8edc286c7a8 [2022-04-25T19:11:54.683Z] Step 23/25 : LABEL arch=x86_64 [2022-04-25T19:11:54.948Z] Collecting jsonschema<3,>=2.5.1 [2022-04-25T19:11:54.948Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-25T19:11:54.948Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-04-25T19:11:54.948Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-25T19:11:54.948Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-25T19:11:54.948Z] Collecting docker<4.0,>=3.6.0 [2022-04-25T19:11:54.948Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-25T19:11:55.218Z] Collecting docker-pycreds>=0.4.0 [2022-04-25T19:11:55.218Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-25T19:11:55.218Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-04-25T19:11:55.218Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-25T19:11:55.218Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-25T19:11:55.484Z] Collecting idna<2.8,>=2.5 [2022-04-25T19:11:55.484Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-25T19:11:55.484Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-25T19:11:55.484Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-25T19:11:55.484Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-25T19:11:55.484Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-25T19:11:55.484Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-25T19:11:55.484Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-25T19:11:55.484Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-25T19:11:55.484Z] Attempting uninstall: urllib3 [2022-04-25T19:11:55.484Z] Found existing installation: urllib3 1.26.7 [2022-04-25T19:11:55.484Z] Uninstalling urllib3-1.26.7: [2022-04-25T19:11:55.484Z] Successfully uninstalled urllib3-1.26.7 [2022-04-25T19:11:56.878Z] Attempting uninstall: idna [2022-04-25T19:11:56.878Z] Found existing installation: idna 3.3 [2022-04-25T19:11:56.878Z] Uninstalling idna-3.3: [2022-04-25T19:11:56.878Z] Successfully uninstalled idna-3.3 [2022-04-25T19:11:56.878Z] ---> Running in e458021b9e7f [2022-04-25T19:11:59.427Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:11:59.427Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:11:59.427Z] ---> 100de39edb8c [2022-04-25T19:11:59.427Z] Step 3/22 : WORKDIR /edgex-go [2022-04-25T19:11:59.427Z] ---> Using cache [2022-04-25T19:11:59.427Z] ---> 0d19a90f9bf4 [2022-04-25T19:11:59.427Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:11:59.427Z] ---> Using cache [2022-04-25T19:11:59.427Z] ---> 8d5c798a132c [2022-04-25T19:11:59.427Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-25T19:12:01.342Z] Attempting uninstall: requests [2022-04-25T19:12:01.342Z] Found existing installation: requests 2.26.0 [2022-04-25T19:12:01.342Z] Uninstalling requests-2.26.0: [2022-04-25T19:12:01.342Z] Successfully uninstalled requests-2.26.0 [2022-04-25T19:12:01.606Z] Removing intermediate container e458021b9e7f [2022-04-25T19:12:01.606Z] ---> 608d462240e7 [2022-04-25T19:12:01.606Z] Step 24/25 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:12:03.000Z] Running setup.py install for texttable: started [2022-04-25T19:12:03.578Z] ---> Running in c4780702327f [2022-04-25T19:12:03.578Z] Running setup.py install for texttable: finished with status 'done' [2022-04-25T19:12:03.578Z] Running setup.py install for PyYAML: started [2022-04-25T19:12:03.578Z] ---> Running in 849371df5f99 [2022-04-25T19:12:04.152Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-25T19:12:04.727Z] Running setup.py install for docopt: started [2022-04-25T19:12:04.727Z] Removing intermediate container 849371df5f99 [2022-04-25T19:12:04.727Z] ---> 939e3bce7388 [2022-04-25T19:12:04.727Z] Step 25/25 : LABEL version=0.0.0 [2022-04-25T19:12:04.991Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:12:04.991Z] ---> Running in 1b270018757e [2022-04-25T19:12:04.991Z] Running setup.py install for docopt: finished with status 'done' [2022-04-25T19:12:04.991Z] Running setup.py install for dockerpty: started [2022-04-25T19:12:05.564Z] Removing intermediate container 1b270018757e [2022-04-25T19:12:05.564Z] ---> ad123b2c87b4 [2022-04-25T19:12:05.564Z] [2022-04-25T19:12:05.564Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-25T19:12:05.564Z] Successfully built ad123b2c87b4 [2022-04-25T19:12:05.564Z] Successfully tagged security-secretstore-setup:latest [2022-04-25T19:12:05.564Z] Building core-data [2022-04-25T19:12:05.564Z]  Building security-secretstore-setup ... done fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:12:05.826Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-04-25T19:12:06.087Z] OK: 221 MiB in 52 packages [2022-04-25T19:12:10.308Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:12:10.308Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:12:10.308Z] ---> 100de39edb8c [2022-04-25T19:12:10.308Z] Step 3/23 : WORKDIR /edgex-go [2022-04-25T19:12:10.308Z] ---> Using cache [2022-04-25T19:12:10.308Z] ---> 0d19a90f9bf4 [2022-04-25T19:12:10.308Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:12:10.308Z] ---> Using cache [2022-04-25T19:12:10.308Z] ---> 8d5c798a132c [2022-04-25T19:12:10.308Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-25T19:12:15.664Z] ---> Running in 8585982aaa29 [2022-04-25T19:12:15.664Z] Removing intermediate container c4780702327f [2022-04-25T19:12:15.664Z] ---> 7bf11d2795f6 [2022-04-25T19:12:15.664Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-25T19:12:16.239Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:12:16.239Z] ---> 03d9994494e2 [2022-04-25T19:12:16.239Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:12:16.811Z] ---> Running in f118379eda5e [2022-04-25T19:12:17.072Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:12:17.072Z] Removing intermediate container bed1d7278474 [2022-04-25T19:12:17.072Z] ---> 2988051ab69c [2022-04-25T19:12:17.072Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-25T19:12:17.333Z] OK: 221 MiB in 52 packages [2022-04-25T19:12:17.333Z] ---> Running in 43467b4d37c0 [2022-04-25T19:12:17.595Z] Removing intermediate container 43467b4d37c0 [2022-04-25T19:12:17.595Z] ---> 0197a0704783 [2022-04-25T19:12:17.595Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-25T19:12:17.595Z] ---> Running in bf50d90893aa [2022-04-25T19:12:17.857Z] Removing intermediate container 8585982aaa29 [2022-04-25T19:12:17.857Z] ---> e9697fb707ff [2022-04-25T19:12:17.857Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-25T19:12:18.118Z] Removing intermediate container bf50d90893aa [2022-04-25T19:12:18.118Z] ---> 8b523072c6f7 [2022-04-25T19:12:18.118Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-25T19:12:18.118Z] ---> 4cd2f5d044a3 [2022-04-25T19:12:18.118Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:12:18.118Z] ---> Running in db60a7122c09 [2022-04-25T19:12:18.691Z] Removing intermediate container f118379eda5e [2022-04-25T19:12:18.691Z] ---> ba4f598126b1 [2022-04-25T19:12:18.691Z] Step 8/22 : COPY . . [2022-04-25T19:12:18.691Z] ---> 0a37ec744812 [2022-04-25T19:12:18.692Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-25T19:12:22.908Z] ---> 8d617551417d [2022-04-25T19:12:22.908Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-25T19:12:23.853Z] ---> b5e665fd39a6 [2022-04-25T19:12:23.853Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-25T19:12:23.853Z] ---> Running in 4182ca0404f7 [2022-04-25T19:12:23.853Z] Removing intermediate container db60a7122c09 [2022-04-25T19:12:23.853Z] ---> 3b78f4b751f0 [2022-04-25T19:12:23.853Z] Step 8/23 : COPY . . [2022-04-25T19:12:23.853Z] ---> 60b135d668ad [2022-04-25T19:12:23.853Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-25T19:12:23.853Z] Removing intermediate container 4182ca0404f7 [2022-04-25T19:12:23.853Z] ---> f07a18c3e8e3 [2022-04-25T19:12:23.853Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:12:24.847Z] Removing intermediate container 75888b342656 [2022-04-25T19:12:24.847Z] ---> 1235e9084bc0 [2022-04-25T19:12:24.847Z] Successfully built 1235e9084bc0 [2022-04-25T19:12:24.847Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:12:25.237Z] + docker inspect -f . ci-base-image-arm64 [2022-04-25T19:12:25.237Z] . [2022-04-25T19:12:25.239Z] ---> Running in e4907bd11bfc [Pipeline] withDockerContainer [2022-04-25T19:12:25.500Z] ---> Running in 6fb60d73780c [2022-04-25T19:12:25.508Z] prd-ubuntu20.04-docker-arm64-4c-16g-22079 does not seem to be running inside a container [2022-04-25T19:12:25.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-25T19:12:26.078Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-25T19:12:26.929Z] $ docker top 3db37eaecaa1bb309244f5d590e00f08b2e42643d341db85d340c94cc9f27acb -eo pid,comm [2022-04-25T19:12:27.083Z] Removing intermediate container 6fb60d73780c [2022-04-25T19:12:27.083Z] ---> 9439751956e4 [2022-04-25T19:12:27.083Z] Step 21/23 : LABEL arch=x86_64 [Pipeline] { [Pipeline] sh [2022-04-25T19:12:27.342Z] ---> Running in f414f86ef93f [2022-04-25T19:12:27.601Z] Removing intermediate container f414f86ef93f [2022-04-25T19:12:27.601Z] ---> 0ce9aa7ab8c0 [2022-04-25T19:12:27.601Z] Step 22/23 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:12:27.601Z] ---> Running in 5e42960c2c59 [2022-04-25T19:12:27.874Z] Removing intermediate container 5e42960c2c59 [2022-04-25T19:12:27.874Z] ---> 801f61d0d774 [2022-04-25T19:12:27.874Z] Step 23/23 : LABEL version=0.0.0 [2022-04-25T19:12:27.941Z] + go version [2022-04-25T19:12:27.941Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-25T19:12:27.979Z] $ docker stop --time=1 3db37eaecaa1bb309244f5d590e00f08b2e42643d341db85d340c94cc9f27acb [2022-04-25T19:12:28.142Z] ---> Running in 14f4e0f90ff1 [2022-04-25T19:12:28.142Z] Removing intermediate container 14f4e0f90ff1 [2022-04-25T19:12:28.142Z] ---> b7355a745392 [2022-04-25T19:12:28.142Z] [2022-04-25T19:12:28.402Z] Successfully built b7355a745392 [2022-04-25T19:12:28.402Z] Successfully tagged sys-mgmt-agent:latest [2022-04-25T19:12:28.402Z] Building security-bootstrapper [2022-04-25T19:12:29.581Z] $ docker rm -f 3db37eaecaa1bb309244f5d590e00f08b2e42643d341db85d340c94cc9f27acb [2022-04-25T19:12:29.782Z]  Building sys-mgmt-agent ... done  ---> d7af945ca54f [2022-04-25T19:12:29.782Z] Step 9/23 : RUN make cmd/core-data/core-data [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:12:30.502Z] + docker inspect -f . ci-base-image-arm64 [2022-04-25T19:12:30.502Z] . [Pipeline] withDockerContainer [2022-04-25T19:12:30.745Z] prd-ubuntu20.04-docker-arm64-4c-16g-22079 does not seem to be running inside a container [2022-04-25T19:12:30.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-25T19:12:31.684Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:12:31.684Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:12:31.684Z] ---> 100de39edb8c [2022-04-25T19:12:31.684Z] Step 3/31 : WORKDIR /edgex-go [2022-04-25T19:12:31.684Z] ---> Using cache [2022-04-25T19:12:31.684Z] ---> 0d19a90f9bf4 [2022-04-25T19:12:31.684Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:12:31.684Z] ---> Using cache [2022-04-25T19:12:31.684Z] ---> 8d5c798a132c [2022-04-25T19:12:31.684Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-25T19:12:31.684Z] ---> Using cache [2022-04-25T19:12:31.684Z] ---> 7bf11d2795f6 [2022-04-25T19:12:31.684Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-25T19:12:31.684Z] ---> Using cache [2022-04-25T19:12:31.684Z] ---> 03d9994494e2 [2022-04-25T19:12:31.684Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:12:31.684Z] ---> Using cache [2022-04-25T19:12:31.684Z] ---> ba4f598126b1 [2022-04-25T19:12:31.684Z] Step 8/31 : COPY . . [2022-04-25T19:12:31.684Z] ---> Using cache [2022-04-25T19:12:31.684Z] ---> 60b135d668ad [2022-04-25T19:12:31.684Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-25T19:12:32.128Z] $ docker top 50a253ada7bacfb84611654f4456d87aa0d6a71c3a6eff63a631ecf802c9f473 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-25T19:12:32.443Z] ========================================================= [2022-04-25T19:12:32.443Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-25T19:12:32.443Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-25T19:12:33.153Z] + make test [2022-04-25T19:12:33.153Z] go mod tidy -compat=1.17 [2022-04-25T19:12:34.136Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-25T19:12:38.248Z] ---> Running in 36d2cc7f0067 [2022-04-25T19:12:38.248Z] ---> Running in 8371db72d6e7 [2022-04-25T19:12:39.187Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-25T19:12:39.187Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-25T19:12:47.305Z] Removing intermediate container e4907bd11bfc [2022-04-25T19:12:47.305Z] ---> 06308e78c91d [2022-04-25T19:12:47.305Z] [2022-04-25T19:12:47.305Z] Step 10/22 : FROM alpine:3.14 [2022-04-25T19:12:47.305Z] ---> e04c818066af [2022-04-25T19:12:47.306Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-25T19:12:47.306Z] ---> Running in d3b1690713dc [2022-04-25T19:12:48.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:12:48.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:12:48.503Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-25T19:12:48.503Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:12:48.503Z] OK: 6 MiB in 15 packages [2022-04-25T19:12:49.591Z] Removing intermediate container d3b1690713dc [2022-04-25T19:12:49.591Z] ---> 7c9b21a85f0b [2022-04-25T19:12:49.591Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-25T19:12:49.893Z] ---> Running in 83c715e2398a [2022-04-25T19:12:49.893Z] Removing intermediate container 83c715e2398a [2022-04-25T19:12:49.893Z] ---> c3903bd97c93 [2022-04-25T19:12:49.893Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-25T19:12:50.168Z] ---> Running in f100aae49030 [2022-04-25T19:12:50.428Z] Removing intermediate container f100aae49030 [2022-04-25T19:12:50.428Z] ---> 39c86229acf7 [2022-04-25T19:12:50.428Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-25T19:12:50.428Z] ---> Running in a7e406d22329 [2022-04-25T19:12:50.687Z] Removing intermediate container a7e406d22329 [2022-04-25T19:12:50.687Z] ---> b18e8e4ef881 [2022-04-25T19:12:50.687Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:12:51.270Z] ---> 2cdaffbaf732 [2022-04-25T19:12:51.270Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-25T19:12:52.207Z] ---> a1a673d55eb8 [2022-04-25T19:12:52.208Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-25T19:12:52.468Z] ---> 39e9f466d5d4 [2022-04-25T19:12:52.468Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-25T19:12:52.468Z] ---> Running in 38010e265201 [2022-04-25T19:12:52.728Z] Removing intermediate container 38010e265201 [2022-04-25T19:12:52.728Z] ---> 185efebb4c32 [2022-04-25T19:12:52.728Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:12:52.987Z] ---> Running in 20f3bfac1df4 [2022-04-25T19:12:53.287Z] Removing intermediate container 20f3bfac1df4 [2022-04-25T19:12:53.287Z] ---> 01a2dc549132 [2022-04-25T19:12:53.287Z] Step 20/22 : LABEL arch=x86_64 [2022-04-25T19:12:53.287Z] ---> Running in 469313768f7b [2022-04-25T19:12:53.550Z] Removing intermediate container 469313768f7b [2022-04-25T19:12:53.550Z] ---> 250b533b92bf [2022-04-25T19:12:53.550Z] Step 21/22 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:12:53.550Z] ---> Running in 91d26a7c8319 [2022-04-25T19:12:53.839Z] Removing intermediate container 91d26a7c8319 [2022-04-25T19:12:53.839Z] ---> 3f5f4f08ed22 [2022-04-25T19:12:53.839Z] Step 22/22 : LABEL version=0.0.0 [2022-04-25T19:12:53.839Z] ---> Running in 499beae80854 [2022-04-25T19:12:54.098Z] Removing intermediate container 499beae80854 [2022-04-25T19:12:54.098Z] ---> eaf653675ec1 [2022-04-25T19:12:54.098Z] [2022-04-25T19:12:54.098Z] Successfully built eaf653675ec1 [2022-04-25T19:12:54.098Z] Successfully tagged support-scheduler:latest [2022-04-25T19:12:54.098Z] Building security-spiffe-token-provider [2022-04-25T19:12:58.296Z]  Building support-scheduler ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:12:58.296Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:12:58.296Z] ---> 100de39edb8c [2022-04-25T19:12:58.296Z] Step 3/20 : WORKDIR /edgex-go [2022-04-25T19:12:58.296Z] ---> Using cache [2022-04-25T19:12:58.296Z] ---> 0d19a90f9bf4 [2022-04-25T19:12:58.296Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-25T19:13:02.498Z] ---> Running in 1ceafa9d7563 [2022-04-25T19:13:02.498Z] Removing intermediate container 8371db72d6e7 [2022-04-25T19:13:02.498Z] ---> 8c6ce3e92892 [2022-04-25T19:13:02.498Z] [2022-04-25T19:13:02.498Z] Step 10/31 : FROM alpine:3.14 [2022-04-25T19:13:02.498Z] ---> e04c818066af [2022-04-25T19:13:02.498Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-25T19:13:02.498Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:13:02.769Z] ---> Running in e1c3182bcc5e [2022-04-25T19:13:03.030Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:13:03.610Z] v3.15.4-52-gaf7b2b3e8c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-25T19:13:03.610Z] v3.15.4-62-g80a1f12087 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-25T19:13:03.610Z] OK: 15862 distinct packages available [2022-04-25T19:13:03.610Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:13:03.873Z] Removing intermediate container e1c3182bcc5e [2022-04-25T19:13:03.873Z] ---> 2607cccc6cb6 [2022-04-25T19:13:03.873Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-25T19:13:04.443Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:13:04.703Z] ---> Running in 36132aea52a7 [2022-04-25T19:13:04.703Z] Removing intermediate container 36d2cc7f0067 [2022-04-25T19:13:04.703Z] ---> fa38d23b2ae5 [2022-04-25T19:13:04.703Z] [2022-04-25T19:13:04.703Z] Step 10/23 : FROM alpine:3.14 [2022-04-25T19:13:04.703Z] ---> e04c818066af [2022-04-25T19:13:04.703Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-25T19:13:04.703Z] OK: 221 MiB in 52 packages [2022-04-25T19:13:05.277Z] Building bin/spire-agent... [2022-04-25T19:13:05.536Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-25T19:13:05.536Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-25T19:13:05.536Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-25T19:13:05.536Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-25T19:13:06.108Z]  ---> Running in 778e1fdec7d8 [2022-04-25T19:13:06.108Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-25T19:13:06.108Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-25T19:13:06.108Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-25T19:13:06.368Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-25T19:13:06.368Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-25T19:13:06.368Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-25T19:13:06.368Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-25T19:13:06.368Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-25T19:13:06.496Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-25T19:13:06.627Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-25T19:13:06.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:13:06.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:13:06.889Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-25T19:13:06.889Z] (2/2) Installing su-exec (0.2-r1) [2022-04-25T19:13:06.889Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:13:07.151Z] OK: 6 MiB in 16 packages [2022-04-25T19:13:07.723Z] Building bin/spire-agent... [2022-04-25T19:13:07.723Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-25T19:13:07.723Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-25T19:13:07.723Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-25T19:13:09.102Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-25T19:13:09.102Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-25T19:13:09.102Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-25T19:13:09.102Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-25T19:13:09.102Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-25T19:13:09.102Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-25T19:13:09.102Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-25T19:13:09.102Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-25T19:13:09.102Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-25T19:13:09.373Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-25T19:13:14.653Z] Removing intermediate container 778e1fdec7d8 [2022-04-25T19:13:14.653Z] ---> f31b719639a1 [2022-04-25T19:13:14.653Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-25T19:13:14.653Z] Removing intermediate container 1ceafa9d7563 [2022-04-25T19:13:14.653Z] ---> 4194ebaa73ac [2022-04-25T19:13:14.653Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-25T19:13:14.913Z] ---> Running in 7902dfd36489 [2022-04-25T19:13:14.913Z] Removing intermediate container 36132aea52a7 [2022-04-25T19:13:14.913Z] ---> 5d72e7dfc90e [2022-04-25T19:13:14.913Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-25T19:13:15.172Z] ---> Running in 5933f97243e5 [2022-04-25T19:13:15.172Z] ---> 9c30a68fccba [2022-04-25T19:13:15.172Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:13:15.434Z] Removing intermediate container 7902dfd36489 [2022-04-25T19:13:15.434Z] ---> ab046979bfb9 [2022-04-25T19:13:15.434Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-25T19:13:15.694Z] ---> Running in e0d640f17183 [2022-04-25T19:13:15.694Z] ---> Running in d91448d3b975 [2022-04-25T19:13:15.694Z] Removing intermediate container 5933f97243e5 [2022-04-25T19:13:15.694Z] ---> 8339d9854dce [2022-04-25T19:13:15.694Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-25T19:13:15.954Z] ---> Running in e76075545487 [2022-04-25T19:13:16.214Z] Removing intermediate container d91448d3b975 [2022-04-25T19:13:16.214Z] ---> 61b5a4b96531 [2022-04-25T19:13:16.214Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:13:16.214Z] ---> Running in 4f5b321bf305 [2022-04-25T19:13:16.485Z] Removing intermediate container e76075545487 [2022-04-25T19:13:16.485Z] ---> e8681da1372c [2022-04-25T19:13:16.485Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-25T19:13:16.485Z] ---> Running in 88a59e0fdfa6 [2022-04-25T19:13:17.867Z] Removing intermediate container e0d640f17183 [2022-04-25T19:13:17.867Z] ---> 9f05ed177f9f [2022-04-25T19:13:17.867Z] Step 7/20 : COPY . . [2022-04-25T19:13:24.474Z] Removing intermediate container 88a59e0fdfa6 [2022-04-25T19:13:24.474Z] ---> a1e949b47733 [2022-04-25T19:13:24.474Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-25T19:13:24.474Z] ---> 5fd481835e1f [2022-04-25T19:13:24.474Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-25T19:13:24.474Z] ---> Running in feabc2fb78ce [2022-04-25T19:13:25.416Z] ---> Running in 4bd7ad49a5eb [2022-04-25T19:13:25.416Z] Removing intermediate container 4f5b321bf305 [2022-04-25T19:13:25.416Z] ---> ccab91aa64b3 [2022-04-25T19:13:25.416Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-25T19:13:33.541Z] ---> Running in 3340d3585550 [2022-04-25T19:13:33.541Z] Removing intermediate container feabc2fb78ce [2022-04-25T19:13:33.541Z] ---> b73778d623c8 [2022-04-25T19:13:33.541Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-25T19:13:33.541Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-25T19:13:33.541Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:13:34.111Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:13:34.371Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-25T19:13:34.371Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-25T19:13:34.633Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-25T19:13:34.633Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-25T19:13:34.633Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-25T19:13:34.892Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-25T19:13:34.892Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:13:34.892Z] OK: 8 MiB in 20 packages [2022-04-25T19:13:38.193Z] ---> 966fb123f803 [2022-04-25T19:13:38.193Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-25T19:13:56.305Z] ---> Running in 7028851e5550 [2022-04-25T19:14:01.589Z] Removing intermediate container 3340d3585550 [2022-04-25T19:14:01.589Z] ---> 9f989785c922 [2022-04-25T19:14:01.589Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:14:19.694Z] ---> 199cd3c77e68 [2022-04-25T19:14:19.694Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-25T19:14:19.694Z] Removing intermediate container 4bd7ad49a5eb [2022-04-25T19:14:19.694Z] ---> a1fd06cd0d99 [2022-04-25T19:14:19.694Z] [2022-04-25T19:14:19.694Z] Step 9/20 : FROM alpine:3.15 [2022-04-25T19:14:19.694Z] Removing intermediate container 7028851e5550 [2022-04-25T19:14:19.694Z] ---> d86a8f001e5a [2022-04-25T19:14:19.694Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:14:19.694Z] 3.15: Pulling from library/alpine [2022-04-25T19:14:19.694Z] ---> ab5d7e097400 [2022-04-25T19:14:19.694Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-25T19:14:19.694Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-25T19:14:19.694Z] Status: Downloaded newer image for alpine:3.15 [2022-04-25T19:14:19.694Z] ---> 0ac33e5f5afa [2022-04-25T19:14:19.694Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-25T19:14:19.694Z] ---> ec30236b4353 [2022-04-25T19:14:19.694Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-25T19:14:19.960Z] ---> Running in ff87e8284f75 [2022-04-25T19:14:20.531Z] ---> f95dadfd2815 [2022-04-25T19:14:20.531Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-25T19:14:20.795Z] ---> a472e15237d3 [2022-04-25T19:14:20.795Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-25T19:14:21.055Z] Removing intermediate container ff87e8284f75 [2022-04-25T19:14:21.055Z] ---> 54c0cac9c35b [2022-04-25T19:14:21.055Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:14:21.055Z] ---> Running in 8e4a38c16871 [2022-04-25T19:14:21.314Z] ---> Running in fa07dcd4e275 [2022-04-25T19:14:21.575Z] ---> e51468b66754 [2022-04-25T19:14:21.575Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-25T19:14:21.575Z] Removing intermediate container 8e4a38c16871 [2022-04-25T19:14:21.575Z] ---> e4b8ca590cd1 [2022-04-25T19:14:21.575Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:14:21.575Z] ---> Running in acce11f5242b [2022-04-25T19:14:21.854Z] ---> 7abf71327c36 [2022-04-25T19:14:21.854Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-25T19:14:21.854Z] Removing intermediate container acce11f5242b [2022-04-25T19:14:21.854Z] ---> 9e72f54c2c1a [2022-04-25T19:14:21.854Z] Step 21/23 : LABEL arch=x86_64 [2022-04-25T19:14:22.114Z] ---> Running in 5aa49bb492ff [2022-04-25T19:14:22.379Z] ---> 691ad3383df2 [2022-04-25T19:14:22.379Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-25T19:14:22.640Z] Removing intermediate container 5aa49bb492ff [2022-04-25T19:14:22.640Z] ---> 5dbcec3ed570 [2022-04-25T19:14:22.640Z] Step 22/23 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:14:22.640Z] ---> Running in 05411a6c06d9 [2022-04-25T19:14:22.902Z] ---> Running in 5e4893a543c3 [2022-04-25T19:14:22.902Z] Removing intermediate container fa07dcd4e275 [2022-04-25T19:14:22.902Z] ---> 1abd92ddcce6 [2022-04-25T19:14:22.902Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-25T19:14:23.164Z] Removing intermediate container 05411a6c06d9 [2022-04-25T19:14:23.164Z] ---> 61377a53ca73 [2022-04-25T19:14:23.164Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-25T19:14:23.424Z] ---> Running in 6d992d719b15 [2022-04-25T19:14:23.424Z] Removing intermediate container 5e4893a543c3 [2022-04-25T19:14:23.424Z] ---> c3e3e2e8e93c [2022-04-25T19:14:23.424Z] Step 23/23 : LABEL version=0.0.0 [2022-04-25T19:14:23.686Z] ---> 3884c347a51f [2022-04-25T19:14:23.686Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-25T19:14:23.686Z] ---> Running in 88ac21bc04ec [2022-04-25T19:14:23.950Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:24.209Z] ---> Running in 600a91d40bb2 [2022-04-25T19:14:24.513Z] Removing intermediate container 88ac21bc04ec [2022-04-25T19:14:24.513Z] ---> 70016a5fbb41 [2022-04-25T19:14:24.513Z] [2022-04-25T19:14:24.513Z] Removing intermediate container 9d7f70b9bdef [2022-04-25T19:14:24.513Z] ---> 655dfaaa0bdf [2022-04-25T19:14:24.513Z] [2022-04-25T19:14:24.513Z] Step 13/26 : FROM alpine:3.15 [2022-04-25T19:14:24.513Z] ---> 0ac33e5f5afa [2022-04-25T19:14:24.513Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-25T19:14:24.513Z] ---> Using cache [2022-04-25T19:14:24.513Z] ---> 54c0cac9c35b [2022-04-25T19:14:24.513Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:14:24.513Z] ---> Using cache [2022-04-25T19:14:24.513Z] ---> 1abd92ddcce6 [2022-04-25T19:14:24.513Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-25T19:14:24.772Z] Successfully built 70016a5fbb41 [2022-04-25T19:14:25.050Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:25.050Z] Successfully tagged core-data:latest [2022-04-25T19:14:25.050Z]  Building core-data ... done Building support-notifications [2022-04-25T19:14:25.309Z] ---> Running in a0e13940f7c6 [2022-04-25T19:14:25.309Z] Removing intermediate container 09f885b1bd74 [2022-04-25T19:14:25.309Z] ---> 2c242dfecd3d [2022-04-25T19:14:25.309Z] [2022-04-25T19:14:25.309Z] Step 13/26 : FROM alpine:3.15 [2022-04-25T19:14:25.309Z] ---> 0ac33e5f5afa [2022-04-25T19:14:25.309Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-25T19:14:25.309Z] ---> Using cache [2022-04-25T19:14:25.309Z] ---> 54c0cac9c35b [2022-04-25T19:14:25.309Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:14:25.309Z] ---> Using cache [2022-04-25T19:14:25.309Z] ---> 1abd92ddcce6 [2022-04-25T19:14:25.309Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-25T19:14:25.309Z] v3.15.4-52-gaf7b2b3e8c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-25T19:14:25.309Z] v3.15.4-62-g80a1f12087 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-25T19:14:25.309Z] OK: 15854 distinct packages available [2022-04-25T19:14:25.309Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:26.254Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:26.513Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-25T19:14:26.773Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-25T19:14:26.773Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-25T19:14:26.773Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-25T19:14:27.033Z] (5/9) Installing curl (7.80.0-r0) [2022-04-25T19:14:27.033Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-25T19:14:27.033Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-25T19:14:27.294Z] (8/9) Installing libucontext (1.1-r0) [2022-04-25T19:14:27.294Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-25T19:14:27.294Z] Executing busybox-1.34.1-r5.trigger [2022-04-25T19:14:27.294Z] Executing ca-certificates-20211220-r0.trigger [2022-04-25T19:14:27.294Z] OK: 8 MiB in 23 packages [2022-04-25T19:14:28.231Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:14:28.231Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:14:28.231Z] ---> 100de39edb8c [2022-04-25T19:14:28.231Z] Step 3/22 : WORKDIR /edgex-go [2022-04-25T19:14:28.231Z] ---> Using cache [2022-04-25T19:14:28.231Z] ---> 0d19a90f9bf4 [2022-04-25T19:14:28.231Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:14:28.231Z] ---> Using cache [2022-04-25T19:14:28.231Z] ---> 8d5c798a132c [2022-04-25T19:14:28.231Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-25T19:14:33.509Z] ---> Running in 6f5e42ece5d8 [2022-04-25T19:14:33.509Z] ---> Running in b62f6e6e0eb9 [2022-04-25T19:14:33.509Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:33.509Z] Removing intermediate container 600a91d40bb2 [2022-04-25T19:14:33.509Z] ---> 8fe45818664a [2022-04-25T19:14:33.509Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-25T19:14:33.777Z] ---> Running in 4311acf1402c [2022-04-25T19:14:33.777Z] Removing intermediate container 6d992d719b15 [2022-04-25T19:14:33.777Z] ---> 76f820830ee1 [2022-04-25T19:14:33.777Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:14:33.777Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:34.036Z] Removing intermediate container 4311acf1402c [2022-04-25T19:14:34.036Z] ---> 4d63e3a55ab1 [2022-04-25T19:14:34.036Z] Step 28/31 : CMD ["gate"] [2022-04-25T19:14:34.036Z] ---> 9dc71158c764 [2022-04-25T19:14:34.036Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-25T19:14:34.036Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:34.036Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:34.303Z] ---> Running in 4a80987a798c [2022-04-25T19:14:34.607Z] ---> 4fc60c8f0cbc [2022-04-25T19:14:34.607Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-25T19:14:34.607Z] Removing intermediate container 4a80987a798c [2022-04-25T19:14:34.607Z] ---> 416a46d4fe78 [2022-04-25T19:14:34.607Z] Step 29/31 : LABEL arch=x86_64 [2022-04-25T19:14:34.607Z] v3.15.4-52-gaf7b2b3e8c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-25T19:14:34.607Z] v3.15.4-62-g80a1f12087 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-25T19:14:34.607Z] OK: 15854 distinct packages available [2022-04-25T19:14:34.607Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:34.878Z] ---> Running in eec55e1e48bc [2022-04-25T19:14:34.878Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:34.878Z] ---> e6051fe7e848 [2022-04-25T19:14:34.878Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-25T19:14:34.878Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:34.878Z] Removing intermediate container eec55e1e48bc [2022-04-25T19:14:34.878Z] ---> e48f63387a1c [2022-04-25T19:14:34.878Z] Step 30/31 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:14:34.878Z] ---> Running in 550014d2650f [2022-04-25T19:14:35.175Z] ---> Running in b20909cc817a [2022-04-25T19:14:35.175Z] Removing intermediate container 550014d2650f [2022-04-25T19:14:35.175Z] ---> 7a9b9dbd8477 [2022-04-25T19:14:35.175Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:14:35.175Z] ---> Running in 67bdee6983af [2022-04-25T19:14:35.175Z] v3.15.4-52-gaf7b2b3e8c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-25T19:14:35.175Z] v3.15.4-62-g80a1f12087 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-25T19:14:35.175Z] OK: 15854 distinct packages available [2022-04-25T19:14:35.175Z] Removing intermediate container b20909cc817a [2022-04-25T19:14:35.175Z] ---> beb2e878de17 [2022-04-25T19:14:35.175Z] Step 31/31 : LABEL version=0.0.0 [2022-04-25T19:14:35.175Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:35.175Z] OK: 221 MiB in 52 packages [2022-04-25T19:14:35.455Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:35.455Z] Removing intermediate container 67bdee6983af [2022-04-25T19:14:35.455Z] ---> ad7558912e73 [2022-04-25T19:14:35.455Z] Step 18/20 : LABEL arch=x86_64 [2022-04-25T19:14:35.455Z] ---> Running in 7ed2d56e2ea5 [2022-04-25T19:14:35.455Z] ---> Running in 4fb1c349ca16 [2022-04-25T19:14:35.455Z] Removing intermediate container 7ed2d56e2ea5 [2022-04-25T19:14:35.455Z] ---> 8c00504e294f [2022-04-25T19:14:35.455Z] [2022-04-25T19:14:35.717Z] Removing intermediate container 4fb1c349ca16 [2022-04-25T19:14:35.718Z] ---> 8e87cf8f42df [2022-04-25T19:14:35.718Z] Step 19/20 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:14:35.718Z] Successfully built 8c00504e294f [2022-04-25T19:14:35.718Z] Removing intermediate container b62f6e6e0eb9 [2022-04-25T19:14:35.718Z] ---> Running in d4980ef0e24e [2022-04-25T19:14:35.718Z] ---> 063321a722d8 [2022-04-25T19:14:35.718Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-25T19:14:35.718Z] Successfully tagged security-bootstrapper:latest [2022-04-25T19:14:35.718Z]  Building security-bootstrapper ... done Building core-metadata [2022-04-25T19:14:35.977Z] Removing intermediate container d4980ef0e24e [2022-04-25T19:14:35.977Z] ---> 490e0f01d41b [2022-04-25T19:14:35.977Z] Step 20/20 : LABEL version=0.0.0 [2022-04-25T19:14:35.977Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:14:36.237Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-25T19:14:36.237Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-25T19:14:36.237Z] (3/5) Installing libucontext (1.1-r0) [2022-04-25T19:14:36.500Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-25T19:14:36.500Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-25T19:14:36.500Z] Executing busybox-1.34.1-r5.trigger [2022-04-25T19:14:36.500Z] OK: 6 MiB in 19 packages [2022-04-25T19:14:37.444Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-25T19:14:37.444Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-25T19:14:37.444Z] ---> bf415ae36105 [2022-04-25T19:14:37.444Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:14:37.444Z] (3/4) Installing libucontext (1.1-r0) [2022-04-25T19:14:37.704Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-25T19:14:37.704Z] Executing busybox-1.34.1-r5.trigger [2022-04-25T19:14:37.704Z] OK: 6 MiB in 18 packages [2022-04-25T19:14:39.121Z] ---> Running in ea0c4f69bd37 [2022-04-25T19:14:40.066Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:14:40.066Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:14:40.066Z] ---> 100de39edb8c [2022-04-25T19:14:40.066Z] Step 3/23 : WORKDIR /edgex-go [2022-04-25T19:14:40.066Z] ---> Using cache [2022-04-25T19:14:40.066Z] ---> 0d19a90f9bf4 [2022-04-25T19:14:40.066Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:14:40.066Z] ---> Using cache [2022-04-25T19:14:40.066Z] ---> 8d5c798a132c [2022-04-25T19:14:40.066Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-25T19:14:40.066Z] ---> Using cache [2022-04-25T19:14:40.066Z] ---> 7bf11d2795f6 [2022-04-25T19:14:40.066Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-25T19:14:40.066Z] ---> Using cache [2022-04-25T19:14:40.066Z] ---> 03d9994494e2 [2022-04-25T19:14:40.066Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:14:40.066Z] ---> Using cache [2022-04-25T19:14:40.066Z] ---> ba4f598126b1 [2022-04-25T19:14:40.066Z] Step 8/23 : COPY . . [2022-04-25T19:14:40.066Z] ---> Using cache [2022-04-25T19:14:40.066Z] ---> 60b135d668ad [2022-04-25T19:14:40.066Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-25T19:14:41.077Z] ---> Running in a447feaed189 [2022-04-25T19:14:41.077Z] ---> Running in ead9364f905a [2022-04-25T19:14:41.077Z] Removing intermediate container ea0c4f69bd37 [2022-04-25T19:14:41.077Z] ---> 37e0a11b5321 [2022-04-25T19:14:41.077Z] [2022-04-25T19:14:41.077Z] Successfully built 37e0a11b5321 [2022-04-25T19:14:41.339Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-25T19:14:41.339Z]  Building security-spiffe-token-provider ... done Building core-command [2022-04-25T19:14:41.604Z] Removing intermediate container a0e13940f7c6 [2022-04-25T19:14:41.604Z] ---> ea2cef55aa00 [2022-04-25T19:14:41.604Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-25T19:14:41.604Z] Removing intermediate container 6f5e42ece5d8 [2022-04-25T19:14:41.604Z] ---> af0009300373 [2022-04-25T19:14:41.604Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-25T19:14:41.863Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-25T19:14:46.072Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:14:46.072Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:14:46.072Z] ---> 100de39edb8c [2022-04-25T19:14:46.072Z] Step 3/23 : WORKDIR /edgex-go [2022-04-25T19:14:46.072Z] ---> Using cache [2022-04-25T19:14:46.072Z] ---> 0d19a90f9bf4 [2022-04-25T19:14:46.072Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:14:46.072Z] ---> Using cache [2022-04-25T19:14:46.072Z] ---> 8d5c798a132c [2022-04-25T19:14:46.072Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-25T19:14:46.072Z] ---> Using cache [2022-04-25T19:14:46.072Z] ---> 7bf11d2795f6 [2022-04-25T19:14:46.072Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-25T19:14:46.072Z] ---> Using cache [2022-04-25T19:14:46.072Z] ---> 03d9994494e2 [2022-04-25T19:14:46.072Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:14:46.072Z] ---> Using cache [2022-04-25T19:14:46.072Z] ---> ba4f598126b1 [2022-04-25T19:14:46.072Z] Step 8/23 : COPY . . [2022-04-25T19:14:46.072Z] ---> Using cache [2022-04-25T19:14:46.072Z] ---> 60b135d668ad [2022-04-25T19:14:46.072Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-25T19:14:50.265Z] ---> 59b90b545e1d [2022-04-25T19:14:50.265Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-25T19:14:50.265Z] ---> 43d24b7aee31 [2022-04-25T19:14:50.265Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-25T19:14:50.265Z] ---> Running in 5c53546a9d9a [2022-04-25T19:14:50.265Z] Removing intermediate container ead9364f905a [2022-04-25T19:14:50.265Z] ---> 9fdc5c678e62 [2022-04-25T19:14:50.265Z] Step 8/22 : COPY . . [2022-04-25T19:14:50.841Z] ---> eeb8face2c62 [2022-04-25T19:14:50.841Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-25T19:14:50.841Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-25T19:14:55.044Z] ---> Running in 8e346bec1232 [2022-04-25T19:14:55.614Z] ---> 07a8c5c0c55d [2022-04-25T19:14:55.614Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-25T19:14:56.551Z] ---> b607289e5499 [2022-04-25T19:14:56.551Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-25T19:14:56.810Z] ---> fa16a92b875a [2022-04-25T19:14:56.810Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-25T19:14:56.810Z] Removing intermediate container 8e346bec1232 [2022-04-25T19:14:56.810Z] ---> 943a4394554e [2022-04-25T19:14:56.810Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-25T19:14:56.810Z] ---> Running in 9689d9ff89db [2022-04-25T19:14:57.755Z] ---> 6abd0283f252 [2022-04-25T19:14:57.755Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-25T19:14:57.755Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-25T19:14:57.755Z] ---> b4d7a89e5b4b [2022-04-25T19:14:57.755Z] Step 21/26 : WORKDIR / [2022-04-25T19:14:57.755Z] ---> Running in 62e05bb6b8f0 [2022-04-25T19:14:58.015Z] ---> be6cb0a4c24a [2022-04-25T19:14:58.015Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-25T19:14:58.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-25T19:14:59.023Z] Removing intermediate container 62e05bb6b8f0 [2022-04-25T19:14:59.023Z] ---> dc771a94c692 [2022-04-25T19:14:59.023Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-25T19:14:59.023Z] ---> Running in 741b33a8f060 [2022-04-25T19:14:59.282Z] ---> Running in 9f1847621a62 [2022-04-25T19:14:59.550Z] Removing intermediate container a447feaed189 [2022-04-25T19:14:59.551Z] ---> e335723c5f77 [2022-04-25T19:14:59.551Z] [2022-04-25T19:14:59.551Z] Step 10/23 : FROM alpine:3.14 [2022-04-25T19:14:59.551Z] ---> e04c818066af [2022-04-25T19:14:59.551Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-25T19:14:59.551Z] ---> Using cache [2022-04-25T19:14:59.551Z] ---> 7c9b21a85f0b [2022-04-25T19:14:59.551Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-25T19:14:59.551Z] ---> Using cache [2022-04-25T19:14:59.551Z] ---> c3903bd97c93 [2022-04-25T19:14:59.551Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-25T19:14:59.810Z] Removing intermediate container 741b33a8f060 [2022-04-25T19:14:59.810Z] ---> e5615d3ac54a [2022-04-25T19:14:59.810Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-25T19:14:59.810Z] ---> Running in 521c18e53cab [2022-04-25T19:14:59.810Z] Removing intermediate container 9f1847621a62 [2022-04-25T19:14:59.810Z] ---> 1027be08e7cb [2022-04-25T19:14:59.810Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-25T19:15:00.074Z] ---> Running in 31fa0cfe6eca [2022-04-25T19:15:00.074Z] ---> Running in df1ef0150f71 [2022-04-25T19:15:00.074Z] Removing intermediate container 521c18e53cab [2022-04-25T19:15:00.074Z] ---> 32158d28aa50 [2022-04-25T19:15:00.074Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-25T19:15:00.074Z] ---> Running in efcf2ce925f9 [2022-04-25T19:15:00.334Z] Removing intermediate container 31fa0cfe6eca [2022-04-25T19:15:00.334Z] ---> f4134edd0f25 [2022-04-25T19:15:00.334Z] Step 24/26 : LABEL arch=x86_64 [2022-04-25T19:15:00.595Z] Removing intermediate container df1ef0150f71 [2022-04-25T19:15:00.595Z] ---> 5fa723dddaa1 [2022-04-25T19:15:00.595Z] Step 24/26 : LABEL arch=x86_64 [2022-04-25T19:15:00.854Z] ---> Running in 604b5d76dfba [2022-04-25T19:15:00.854Z] Removing intermediate container efcf2ce925f9 [2022-04-25T19:15:00.854Z] ---> f5dc168619a6 [2022-04-25T19:15:00.854Z] Step 15/23 : WORKDIR / [2022-04-25T19:15:00.854Z] ---> Running in d2cbc38101c0 [2022-04-25T19:15:01.117Z] ---> Running in a33cd9160c83 [2022-04-25T19:15:01.117Z] Removing intermediate container 604b5d76dfba [2022-04-25T19:15:01.117Z] ---> 5988a5b03550 [2022-04-25T19:15:01.117Z] Step 25/26 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:15:01.117Z] Removing intermediate container d2cbc38101c0 [2022-04-25T19:15:01.117Z] ---> 06b1f9104a88 [2022-04-25T19:15:01.117Z] Step 25/26 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:15:01.117Z] ---> Running in 1dd6450a3dd8 [2022-04-25T19:15:01.117Z] ---> Running in 8fe6f8bd33c3 [2022-04-25T19:15:01.376Z] Removing intermediate container 1dd6450a3dd8 [2022-04-25T19:15:01.376Z] ---> dab12f77988a [2022-04-25T19:15:01.376Z] Step 26/26 : LABEL version=0.0.0 [2022-04-25T19:15:01.376Z] Removing intermediate container a33cd9160c83 [2022-04-25T19:15:01.376Z] ---> 81cc7a5860db [2022-04-25T19:15:01.376Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:15:01.376Z] ---> Running in b5d6f2e4d221 [2022-04-25T19:15:01.376Z] Removing intermediate container 8fe6f8bd33c3 [2022-04-25T19:15:01.376Z] ---> d3f398b2bf74 [2022-04-25T19:15:01.376Z] Step 26/26 : LABEL version=0.0.0 [2022-04-25T19:15:01.643Z] ---> Running in 1e5a67d07e57 [2022-04-25T19:15:01.643Z] Removing intermediate container b5d6f2e4d221 [2022-04-25T19:15:01.643Z] ---> b10ec1bd7398 [2022-04-25T19:15:01.643Z] [2022-04-25T19:15:01.905Z] Successfully built b10ec1bd7398 [2022-04-25T19:15:01.905Z] ---> c633d360ac47 [2022-04-25T19:15:01.905Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-25T19:15:01.905Z] Successfully tagged security-spire-agent:latest [2022-04-25T19:15:01.905Z] Building security-spire-server [2022-04-25T19:15:02.163Z]  Building security-spire-agent ... done Removing intermediate container 1e5a67d07e57 [2022-04-25T19:15:02.163Z] ---> a9156a94b0d0 [2022-04-25T19:15:02.163Z] [2022-04-25T19:15:02.163Z] Successfully built a9156a94b0d0 [2022-04-25T19:15:02.163Z] Successfully tagged security-spire-config:latest [2022-04-25T19:15:05.451Z]  Building security-spire-config ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:15:05.451Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:15:05.451Z] ---> 100de39edb8c [2022-04-25T19:15:05.451Z] Step 3/25 : WORKDIR /edgex-go [2022-04-25T19:15:05.451Z] ---> Using cache [2022-04-25T19:15:05.451Z] ---> 0d19a90f9bf4 [2022-04-25T19:15:05.451Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:15:05.451Z] ---> Using cache [2022-04-25T19:15:05.451Z] ---> 8d5c798a132c [2022-04-25T19:15:05.451Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-25T19:15:05.451Z] ---> Using cache [2022-04-25T19:15:05.451Z] ---> 21b67ca070bb [2022-04-25T19:15:05.451Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-25T19:15:05.451Z] ---> Using cache [2022-04-25T19:15:05.451Z] ---> 3188a558df74 [2022-04-25T19:15:05.451Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:15:05.451Z] ---> Using cache [2022-04-25T19:15:05.451Z] ---> cb0f6dcf3fcf [2022-04-25T19:15:05.451Z] Step 8/25 : COPY . . [2022-04-25T19:15:05.451Z] ---> Using cache [2022-04-25T19:15:05.451Z] ---> 9e1270b7b101 [2022-04-25T19:15:05.451Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-25T19:15:05.451Z] ---> Using cache [2022-04-25T19:15:05.451Z] ---> 667b81ec41e3 [2022-04-25T19:15:05.451Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-25T19:15:05.451Z] ---> Using cache [2022-04-25T19:15:05.451Z] ---> 14cf92e5baa9 [2022-04-25T19:15:05.451Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-25T19:15:05.451Z] ---> Using cache [2022-04-25T19:15:05.451Z] ---> 21971edf670f [2022-04-25T19:15:05.451Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-25T19:15:05.451Z] ---> Using cache [2022-04-25T19:15:05.451Z] ---> 655dfaaa0bdf [2022-04-25T19:15:05.451Z] [2022-04-25T19:15:05.451Z] Step 13/25 : FROM alpine:3.15 [2022-04-25T19:15:05.451Z] ---> 0ac33e5f5afa [2022-04-25T19:15:05.452Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-25T19:15:05.452Z] ---> Using cache [2022-04-25T19:15:05.452Z] ---> 54c0cac9c35b [2022-04-25T19:15:05.452Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:15:05.452Z] ---> Using cache [2022-04-25T19:15:05.452Z] ---> 1abd92ddcce6 [2022-04-25T19:15:05.452Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-25T19:15:05.452Z] ---> Using cache [2022-04-25T19:15:05.452Z] ---> ea2cef55aa00 [2022-04-25T19:15:05.452Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-25T19:15:09.636Z] ---> ab99da529183 [2022-04-25T19:15:09.636Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-25T19:15:09.919Z] ---> 8490f68da803 [2022-04-25T19:15:09.919Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-25T19:15:10.488Z] ---> f23ace906eb1 [2022-04-25T19:15:10.488Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-25T19:15:10.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.401s coverage: 28.7% of statements [2022-04-25T19:15:10.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-25T19:15:10.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-25T19:15:11.867Z] ---> 00ab39227d0b [2022-04-25T19:15:11.868Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-25T19:15:11.868Z] ---> Running in 223fe40215de [2022-04-25T19:15:12.128Z] Removing intermediate container 223fe40215de [2022-04-25T19:15:12.128Z] ---> e2a309217269 [2022-04-25T19:15:12.128Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:15:12.128Z] Removing intermediate container 5c53546a9d9a [2022-04-25T19:15:12.128Z] ---> d564bef399fe [2022-04-25T19:15:12.128Z] [2022-04-25T19:15:12.128Z] Step 10/23 : FROM alpine:3.14 [2022-04-25T19:15:12.128Z] ---> e04c818066af [2022-04-25T19:15:12.128Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-25T19:15:12.128Z] ---> Using cache [2022-04-25T19:15:12.128Z] ---> 7c9b21a85f0b [2022-04-25T19:15:12.128Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-25T19:15:12.128Z] ---> Using cache [2022-04-25T19:15:12.128Z] ---> c3903bd97c93 [2022-04-25T19:15:12.128Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-25T19:15:12.388Z] ---> 153a38c102ef [2022-04-25T19:15:12.388Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-25T19:15:12.388Z] ---> Running in aa2652df40cd [2022-04-25T19:15:12.388Z] ---> Running in 86687d9be95c [2022-04-25T19:15:12.647Z] Removing intermediate container 86687d9be95c [2022-04-25T19:15:12.647Z] ---> 2658ae703c4a [2022-04-25T19:15:12.647Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-25T19:15:12.647Z] Removing intermediate container aa2652df40cd [2022-04-25T19:15:12.647Z] ---> d910f21504e5 [2022-04-25T19:15:12.647Z] Step 21/23 : LABEL arch=x86_64 [2022-04-25T19:15:12.647Z] ---> 3e82fdd200fb [2022-04-25T19:15:12.647Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-25T19:15:12.647Z] ---> Running in 8de6e0b767f2 [2022-04-25T19:15:12.647Z] ---> Running in 14a606ebf240 [2022-04-25T19:15:12.647Z] ---> Running in 51fd98de5df2 [2022-04-25T19:15:12.907Z] Removing intermediate container 8de6e0b767f2 [2022-04-25T19:15:12.907Z] ---> 178884d6818b [2022-04-25T19:15:12.907Z] Step 15/23 : WORKDIR / [2022-04-25T19:15:12.907Z] Removing intermediate container 14a606ebf240 [2022-04-25T19:15:12.907Z] ---> 56440b210545 [2022-04-25T19:15:12.907Z] Step 22/23 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:15:12.907Z] Removing intermediate container 51fd98de5df2 [2022-04-25T19:15:12.907Z] ---> 1fd8ceaa8b48 [2022-04-25T19:15:12.907Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-25T19:15:13.167Z] ---> Running in 7dff14bcedbe [2022-04-25T19:15:13.167Z] ---> Running in 20f40a7a74ae [2022-04-25T19:15:13.167Z] ---> Running in fd4fe4e86f0b [2022-04-25T19:15:13.426Z] Removing intermediate container 7dff14bcedbe [2022-04-25T19:15:13.426Z] ---> 190b38071c47 [2022-04-25T19:15:13.426Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:15:13.426Z] Removing intermediate container 20f40a7a74ae [2022-04-25T19:15:13.426Z] ---> ab309b5b414c [2022-04-25T19:15:13.426Z] Step 23/23 : LABEL version=0.0.0 [2022-04-25T19:15:13.426Z] Removing intermediate container fd4fe4e86f0b [2022-04-25T19:15:13.426Z] ---> b292363d0052 [2022-04-25T19:15:13.426Z] Step 23/25 : LABEL arch=x86_64 [2022-04-25T19:15:13.426Z] ---> Running in 18b6f5820938 [2022-04-25T19:15:13.426Z] ---> Running in 6aa5b3a537e0 [2022-04-25T19:15:13.686Z] ---> 484e3cd1b077 [2022-04-25T19:15:13.686Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-25T19:15:13.686Z] Removing intermediate container 18b6f5820938 [2022-04-25T19:15:13.686Z] ---> de13b35468d2 [2022-04-25T19:15:13.686Z] [2022-04-25T19:15:13.686Z] Removing intermediate container 6aa5b3a537e0 [2022-04-25T19:15:13.686Z] ---> 17cefef788cf [2022-04-25T19:15:13.686Z] Step 24/25 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:15:13.947Z] ---> Running in b5af00d692cd [2022-04-25T19:15:13.947Z] Successfully built de13b35468d2 [2022-04-25T19:15:13.947Z] Successfully tagged core-metadata:latest [2022-04-25T19:15:13.947Z] ---> 75bf3904f654 [2022-04-25T19:15:13.947Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-25T19:15:13.947Z]  Building core-metadata ... done Removing intermediate container b5af00d692cd [2022-04-25T19:15:13.947Z] ---> 1ca47ab908e0 [2022-04-25T19:15:13.947Z] Step 25/25 : LABEL version=0.0.0 [2022-04-25T19:15:14.207Z] ---> Running in a3954eba0e13 [2022-04-25T19:15:14.207Z] ---> 17bc04bf0f32 [2022-04-25T19:15:14.207Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-25T19:15:14.207Z] ---> Running in 4c42f1d604d4 [2022-04-25T19:15:14.467Z] Removing intermediate container a3954eba0e13 [2022-04-25T19:15:14.467Z] ---> f29775d56d12 [2022-04-25T19:15:14.467Z] [2022-04-25T19:15:14.467Z] Successfully built f29775d56d12 [2022-04-25T19:15:14.726Z] Successfully tagged security-spire-server:latest [2022-04-25T19:15:14.726Z]  Building security-spire-server ... done Removing intermediate container 4c42f1d604d4 [2022-04-25T19:15:14.726Z] ---> e1b06c2cc20c [2022-04-25T19:15:14.726Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:15:14.726Z] ---> Running in 151ade82b2b6 [2022-04-25T19:15:14.986Z] Removing intermediate container 151ade82b2b6 [2022-04-25T19:15:14.986Z] ---> 8dc1cff9b564 [2022-04-25T19:15:14.986Z] Step 21/23 : LABEL arch=x86_64 [2022-04-25T19:15:15.287Z] ---> Running in 947b4583c19a [2022-04-25T19:15:15.287Z] Removing intermediate container 947b4583c19a [2022-04-25T19:15:15.287Z] ---> bb04c2a7c884 [2022-04-25T19:15:15.287Z] Step 22/23 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:15:15.549Z] ---> Running in a84fe409ceb1 [2022-04-25T19:15:15.809Z] Removing intermediate container a84fe409ceb1 [2022-04-25T19:15:15.809Z] ---> 2cdc055f133a [2022-04-25T19:15:15.809Z] Step 23/23 : LABEL version=0.0.0 [2022-04-25T19:15:16.068Z] ---> Running in 3e074751c8d1 [2022-04-25T19:15:16.327Z] Removing intermediate container 3e074751c8d1 [2022-04-25T19:15:16.327Z] ---> 30ffa4a4e144 [2022-04-25T19:15:16.327Z] [2022-04-25T19:15:16.327Z] Successfully built 30ffa4a4e144 [2022-04-25T19:15:16.327Z] Successfully tagged core-command:latest [2022-04-25T19:15:16.586Z]  Building core-command ... done Removing intermediate container 9689d9ff89db [2022-04-25T19:15:16.586Z] ---> 8b70fd8029cc [2022-04-25T19:15:16.586Z] [2022-04-25T19:15:16.586Z] Step 10/22 : FROM alpine:3.14 [2022-04-25T19:15:16.586Z] ---> e04c818066af [2022-04-25T19:15:16.586Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-25T19:15:16.586Z] ---> Running in fc2773a361b1 [2022-04-25T19:15:16.847Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-25T19:15:17.108Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-25T19:15:17.369Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-25T19:15:17.369Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-25T19:15:17.369Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:15:17.369Z] Executing ca-certificates-20211220-r0.trigger [2022-04-25T19:15:17.369Z] OK: 6 MiB in 16 packages [2022-04-25T19:15:17.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.438s coverage: 98.5% of statements [2022-04-25T19:15:17.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-25T19:15:17.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.415s coverage: 53.4% of statements [2022-04-25T19:15:17.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-25T19:15:17.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-25T19:15:17.938Z] Removing intermediate container fc2773a361b1 [2022-04-25T19:15:17.938Z] ---> ffc8d92ac159 [2022-04-25T19:15:17.938Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-25T19:15:17.938Z] ---> Running in ef8bae49a372 [2022-04-25T19:15:17.938Z] Removing intermediate container ef8bae49a372 [2022-04-25T19:15:17.938Z] ---> 5a73ef985e8f [2022-04-25T19:15:17.938Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-25T19:15:17.938Z] ---> Running in 0eecabbad4e7 [2022-04-25T19:15:18.198Z] Removing intermediate container 0eecabbad4e7 [2022-04-25T19:15:18.198Z] ---> 1c9e223f07ec [2022-04-25T19:15:18.198Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-25T19:15:18.198Z] ---> Running in 9fa9d3590a13 [2022-04-25T19:15:18.198Z] Removing intermediate container 9fa9d3590a13 [2022-04-25T19:15:18.198Z] ---> 66179f75a637 [2022-04-25T19:15:18.198Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:15:18.457Z] ---> 78e40a295374 [2022-04-25T19:15:18.457Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-25T19:15:19.028Z] ---> 45034363abd9 [2022-04-25T19:15:19.028Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-25T19:15:19.028Z] ---> 3b6cc3302102 [2022-04-25T19:15:19.028Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-25T19:15:19.028Z] ---> Running in 82b50da772e7 [2022-04-25T19:15:19.289Z] Removing intermediate container 82b50da772e7 [2022-04-25T19:15:19.289Z] ---> 3c1b82632acd [2022-04-25T19:15:19.289Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:15:19.289Z] ---> Running in 2fa61db2e85d [2022-04-25T19:15:19.289Z] Removing intermediate container 2fa61db2e85d [2022-04-25T19:15:19.289Z] ---> 937335766a56 [2022-04-25T19:15:19.289Z] Step 20/22 : LABEL arch=x86_64 [2022-04-25T19:15:19.289Z] ---> Running in 00ab2f1dbfea [2022-04-25T19:15:19.549Z] Removing intermediate container 00ab2f1dbfea [2022-04-25T19:15:19.549Z] ---> b4a4ec8483bc [2022-04-25T19:15:19.549Z] Step 21/22 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:15:19.549Z] ---> Running in 5609db5e91ff [2022-04-25T19:15:19.549Z] Removing intermediate container 5609db5e91ff [2022-04-25T19:15:19.549Z] ---> f04596f1409a [2022-04-25T19:15:19.549Z] Step 22/22 : LABEL version=0.0.0 [2022-04-25T19:15:19.549Z] ---> Running in d06c569477b6 [2022-04-25T19:15:19.808Z] Removing intermediate container d06c569477b6 [2022-04-25T19:15:19.808Z] ---> 2228cc1ed82b [2022-04-25T19:15:19.808Z] [2022-04-25T19:15:19.808Z] Successfully built 2228cc1ed82b [2022-04-25T19:15:19.808Z] Successfully tagged support-notifications:latest [2022-04-25T19:15:20.078Z]  Building support-notifications ... done  [Pipeline] } [2022-04-25T19:15:20.096Z] $ docker stop --time=1 f595dda5e9b581c10bd529658a0523e3905a9126fe88a3e885ca7145977ce84d [2022-04-25T19:15:21.398Z] $ docker rm -f f595dda5e9b581c10bd529658a0523e3905a9126fe88a3e885ca7145977ce84d [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-25T19:15:21.815Z] + docker images [2022-04-25T19:15:21.815Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-25T19:15:21.815Z] support-notifications latest 2228cc1ed82b 2 seconds ago 26.9MB [2022-04-25T19:15:21.815Z] 8b70fd8029cc 5 seconds ago 1.55GB [2022-04-25T19:15:21.815Z] core-command latest 30ffa4a4e144 6 seconds ago 16.1MB [2022-04-25T19:15:21.815Z] security-spire-server latest f29775d56d12 7 seconds ago 87.3MB [2022-04-25T19:15:21.815Z] core-metadata latest de13b35468d2 8 seconds ago 17MB [2022-04-25T19:15:21.815Z] d564bef399fe 10 seconds ago 1.49GB [2022-04-25T19:15:21.815Z] security-spire-config latest a9156a94b0d0 20 seconds ago 86.7MB [2022-04-25T19:15:21.815Z] security-spire-agent latest b10ec1bd7398 20 seconds ago 127MB [2022-04-25T19:15:21.815Z] e335723c5f77 23 seconds ago 1.5GB [2022-04-25T19:15:21.815Z] security-spiffe-token-provider latest 37e0a11b5321 41 seconds ago 28.8MB [2022-04-25T19:15:21.815Z] security-bootstrapper latest 8c00504e294f 46 seconds ago 19.1MB [2022-04-25T19:15:21.815Z] core-data latest 70016a5fbb41 57 seconds ago 22.5MB [2022-04-25T19:15:21.815Z] 2c242dfecd3d About a minute ago 4.43GB [2022-04-25T19:15:21.815Z] 655dfaaa0bdf About a minute ago 4.43GB [2022-04-25T19:15:21.815Z] a1fd06cd0d99 About a minute ago 1.54GB [2022-04-25T19:15:21.815Z] fa38d23b2ae5 2 minutes ago 1.52GB [2022-04-25T19:15:21.815Z] 8c6ce3e92892 2 minutes ago 1.5GB [2022-04-25T19:15:21.815Z] support-scheduler latest eaf653675ec1 2 minutes ago 26.3MB [2022-04-25T19:15:21.815Z] 06308e78c91d 2 minutes ago 1.55GB [2022-04-25T19:15:21.815Z] sys-mgmt-agent latest b7355a745392 2 minutes ago 299MB [2022-04-25T19:15:21.815Z] security-secretstore-setup latest ad123b2c87b4 3 minutes ago 28.5MB [2022-04-25T19:15:21.815Z] security-proxy-setup latest c70463d350ef 3 minutes ago 26.9MB [2022-04-25T19:15:21.815Z] db6d573131a8 3 minutes ago 1.49GB [2022-04-25T19:15:21.815Z] 77835b3f443b 3 minutes ago 1.5GB [2022-04-25T19:15:21.815Z] a4684a1af311 3 minutes ago 1.5GB [2022-04-25T19:15:21.815Z] ci-base-image-x86_64 latest 100de39edb8c 8 minutes ago 896MB [2022-04-25T19:15:21.815Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine f018257e8ee9 3 days ago 562MB [2022-04-25T19:15:21.815Z] docker 20.10.14 7417809fdb73 2 weeks ago 218MB [2022-04-25T19:15:21.815Z] alpine 3.14 e04c818066af 2 weeks ago 5.59MB [2022-04-25T19:15:21.815Z] alpine 3.15 0ac33e5f5afa 2 weeks ago 5.57MB [2022-04-25T19:15:21.815Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-25T19:15:21.815Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 22 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-25T19:15:44.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.199s coverage: 89.2% of statements [2022-04-25T19:15:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-25T19:15:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-25T19:15:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-25T19:15:44.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.373s coverage: 84.4% of statements [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-25T19:15:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.423s coverage: 95.6% of statements [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-25T19:15:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.384s coverage: 72.2% of statements [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-25T19:15:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.474s coverage: 60.0% of statements [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-25T19:15:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.586s coverage: 0.9% of statements [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-25T19:15:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.334s coverage: 58.8% of statements [2022-04-25T19:15:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.413s coverage: 29.6% of statements [2022-04-25T19:15:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-25T19:15:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.235s coverage: 47.1% of statements [2022-04-25T19:15:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.246s coverage: 79.5% of statements [2022-04-25T19:15:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.233s coverage: 94.1% of statements [2022-04-25T19:15:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.268s coverage: 96.3% of statements [2022-04-25T19:15:44.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.219s coverage: 87.5% of statements [2022-04-25T19:15:59.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.219s coverage: 94.4% of statements [2022-04-25T19:15:59.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.212s coverage: 44.8% of statements [2022-04-25T19:16:04.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.777s coverage: 82.5% of statements [2022-04-25T19:16:04.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-25T19:16:11.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.371s coverage: 92.9% of statements [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-25T19:16:11.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 65.1% of statements [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-25T19:16:11.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.213s coverage: 87.2% of statements [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-25T19:16:11.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.209s coverage: 100.0% of statements [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-25T19:16:11.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.306s coverage: 58.8% of statements [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-25T19:16:11.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.305s coverage: 80.0% of statements [2022-04-25T19:16:11.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.273s coverage: 87.2% of statements [2022-04-25T19:16:11.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.323s coverage: 85.4% of statements [2022-04-25T19:16:11.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.919s coverage: 91.2% of statements [2022-04-25T19:16:11.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-25T19:16:16.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.100s coverage: 64.4% of statements [2022-04-25T19:16:16.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-25T19:16:16.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-25T19:16:16.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.282s coverage: 100.0% of statements [2022-04-25T19:16:16.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.172s coverage: 89.4% of statements [2022-04-25T19:16:16.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.130s coverage: 100.0% of statements [2022-04-25T19:16:16.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2022-04-25T19:16:16.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements [2022-04-25T19:16:26.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.587s coverage: 65.4% of statements [2022-04-25T19:16:26.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-25T19:16:26.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-25T19:16:26.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-25T19:16:29.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.947s coverage: 43.8% of statements [2022-04-25T19:16:29.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-25T19:16:29.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-25T19:16:29.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.257s coverage: 89.5% of statements [2022-04-25T19:16:29.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-25T19:16:29.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.325s coverage: 84.8% of statements [2022-04-25T19:16:29.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-25T19:16:29.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-25T19:16:29.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-25T19:16:29.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-25T19:16:37.666Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.489s coverage: 17.7% of statements [2022-04-25T19:16:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-25T19:16:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-25T19:16:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-25T19:16:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-25T19:16:37.666Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.777s coverage: 92.3% of statements [2022-04-25T19:16:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-25T19:16:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-25T19:16:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-25T19:16:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-25T19:16:37.666Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.377s coverage: 63.2% of statements [2022-04-25T19:16:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-25T19:16:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-25T19:16:39.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.521s coverage: 97.7% of statements [2022-04-25T19:16:39.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-25T19:16:39.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-25T19:16:39.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-25T19:16:39.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-25T19:16:39.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.236s coverage: 28.9% of statements [2022-04-25T19:16:39.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-25T19:16:39.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-25T19:16:39.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-25T19:16:39.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-25T19:16:39.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-25T19:16:39.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-25T19:16:39.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.250s coverage: 100.0% of statements [2022-04-25T19:16:39.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.096s coverage: 96.9% of statements [2022-04-25T19:16:40.280Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-04-25T19:16:40.280Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-25T19:16:40.280Z] GO111MODULE=on go vet ./... [2022-04-25T19:18:47.263Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-25T19:18:47.263Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-25T19:18:49.246Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-25T19:18:52.680Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-25T19:18:53.359Z] + ls -al . [2022-04-25T19:18:53.359Z] total 668 [2022-04-25T19:18:53.359Z] drwxrwxr-x 9 1001 1001 4096 Apr 25 19:18 . [2022-04-25T19:18:53.359Z] drwxr-xr-x 4 root root 4096 Apr 25 19:12 .. [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 11 Apr 25 19:10 .dockerignore [2022-04-25T19:18:53.359Z] drwxrwxr-x 8 1001 1001 4096 Apr 25 19:10 .git [2022-04-25T19:18:53.359Z] drwxrwxr-x 3 1001 1001 4096 Apr 25 19:10 .github [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 879 Apr 25 19:10 .gitignore [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 42 Apr 25 19:10 .golangci.yml [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 87 Apr 25 19:10 .hadolint.yml [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 166 Apr 25 19:10 .sonarcloud.properties [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 1171 Apr 25 19:10 ADOPTERS.md [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 10086 Apr 25 19:10 Attribution.txt [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 51732 Apr 25 19:10 CHANGELOG.md [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 3804 Apr 25 19:10 CONTRIBUTING.md [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 677 Apr 25 19:10 GOVERNANCE.md [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 850 Apr 25 19:10 Jenkinsfile [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 10775 Apr 25 19:10 LICENSE [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 10389 Apr 25 19:10 Makefile [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 582 Apr 25 19:10 OWNERS.md [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 9120 Apr 25 19:10 README.md [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 6912 Apr 25 19:10 SECURITY.md [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 5 Apr 25 19:06 VERSION [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 4131 Apr 25 19:10 ZMQWindows.md [2022-04-25T19:18:53.359Z] drwxrwxr-x 2 1001 1001 4096 Apr 25 19:10 bin [2022-04-25T19:18:53.359Z] drwxrwxr-x 18 1001 1001 4096 Apr 25 19:10 cmd [2022-04-25T19:18:53.359Z] -rw-r--r-- 1 root root 435134 Apr 25 19:16 coverage.out [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 3256 Apr 25 19:10 go.mod [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 35162 Apr 25 19:12 go.sum [2022-04-25T19:18:53.359Z] drwxrwxr-x 8 1001 1001 4096 Apr 25 19:10 internal [2022-04-25T19:18:53.359Z] drwxrwxr-x 3 1001 1001 4096 Apr 25 19:10 openapi [2022-04-25T19:18:53.359Z] drwxrwxr-x 4 1001 1001 4096 Apr 25 19:10 snap [2022-04-25T19:18:53.359Z] -rw-rw-r-- 1 1001 1001 204 Apr 25 19:10 version.go [Pipeline] sh [2022-04-25T19:18:54.040Z] + '[' -e coverage.out ] [2022-04-25T19:18:54.041Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-25T19:18:54.075Z] Warning: overwriting stash ‘coverage-report’ [2022-04-25T19:18:54.970Z] Stashed 1 file(s) [Pipeline] sh [2022-04-25T19:18:55.652Z] + make build [2022-04-25T19:18:55.652Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-25T19:20:32.594Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-25T19:21:40.693Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-25T19:21:45.013Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-25T19:22:32.069Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-25T19:22:32.069Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-25T19:22:35.462Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-25T19:22:43.746Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-25T19:22:47.133Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-25T19:22:53.862Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-25T19:22:58.189Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-25T19:23:02.516Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-25T19:23:12.714Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-25T19:23:19.489Z] $ docker stop --time=1 50a253ada7bacfb84611654f4456d87aa0d6a71c3a6eff63a631ecf802c9f473 [2022-04-25T19:23:21.808Z] $ docker rm -f 50a253ada7bacfb84611654f4456d87aa0d6a71c3a6eff63a631ecf802c9f473 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:23:24.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-25T19:23:25.220Z] [2022-04-25T19:23:25.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:23:25.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-25T19:23:25.911Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-25T19:23:25.911Z] 29e5d40040c1: Pulling fs layer [2022-04-25T19:23:25.911Z] 1ce36da41761: Pulling fs layer [2022-04-25T19:23:25.911Z] 25b303627fd3: Pulling fs layer [2022-04-25T19:23:25.911Z] 29e5d40040c1: Verifying Checksum [2022-04-25T19:23:25.911Z] 29e5d40040c1: Download complete [2022-04-25T19:23:26.520Z] 1ce36da41761: Verifying Checksum [2022-04-25T19:23:26.520Z] 1ce36da41761: Download complete [2022-04-25T19:23:26.805Z] 29e5d40040c1: Pull complete [2022-04-25T19:23:28.351Z] 25b303627fd3: Verifying Checksum [2022-04-25T19:23:28.351Z] 25b303627fd3: Download complete [2022-04-25T19:23:28.351Z] 1ce36da41761: Pull complete [2022-04-25T19:23:40.856Z] 25b303627fd3: Pull complete [2022-04-25T19:23:40.856Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-25T19:23:40.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-25T19:23:40.856Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-25T19:23:41.168Z] prd-ubuntu20.04-docker-arm64-4c-16g-22079 does not seem to be running inside a container [2022-04-25T19:23:41.281Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-25T19:23:44.015Z] $ docker top d738611d6bfb7404d03fc5fb47797b1f1df6f8f043b52a5f0c042c3d8d8334e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-25T19:23:45.036Z] + docker-compose build --help [2022-04-25T19:23:45.036Z] + grep parallel [2022-04-25T19:23:53.307Z] --parallel Build images in parallel. [Pipeline] } [2022-04-25T19:23:53.347Z] $ docker stop --time=1 d738611d6bfb7404d03fc5fb47797b1f1df6f8f043b52a5f0c042c3d8d8334e8 [2022-04-25T19:23:55.050Z] $ docker rm -f d738611d6bfb7404d03fc5fb47797b1f1df6f8f043b52a5f0c042c3d8d8334e8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-25T19:23:55.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-25T19:23:55.799Z] . [Pipeline] withDockerContainer [2022-04-25T19:23:56.068Z] prd-ubuntu20.04-docker-arm64-4c-16g-22079 does not seem to be running inside a container [2022-04-25T19:23:56.167Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-25T19:23:57.578Z] $ docker top 113c55b109ab2fc417bc537caa8d1a670c5e9c7c2656a450b8b00cf7089121f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-25T19:23:58.583Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-25T19:24:06.858Z] Building core-command ... [2022-04-25T19:24:06.858Z] Building core-data ... [2022-04-25T19:24:06.858Z] Building core-metadata ... [2022-04-25T19:24:06.858Z] Building security-bootstrapper ... [2022-04-25T19:24:06.858Z] Building security-proxy-setup ... [2022-04-25T19:24:06.858Z] Building security-secretstore-setup ... [2022-04-25T19:24:06.858Z] Building security-spiffe-token-provider ... [2022-04-25T19:24:06.858Z] Building security-spire-agent ... [2022-04-25T19:24:06.858Z] Building security-spire-config ... [2022-04-25T19:24:06.858Z] Building security-spire-server ... [2022-04-25T19:24:06.858Z] Building support-notifications ... [2022-04-25T19:24:06.858Z] Building support-scheduler ... [2022-04-25T19:24:06.858Z] Building sys-mgmt-agent ... [2022-04-25T19:24:06.858Z] Building security-proxy-setup [2022-04-25T19:24:06.858Z] Building security-spiffe-token-provider [2022-04-25T19:24:06.858Z] Building core-data [2022-04-25T19:24:06.858Z] Building security-secretstore-setup [2022-04-25T19:24:06.858Z] Building security-spire-agent [2022-04-25T19:25:43.669Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:25:43.669Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:25:43.669Z] ---> 1235e9084bc0 [2022-04-25T19:25:43.669Z] Step 3/25 : WORKDIR /edgex-go [2022-04-25T19:25:43.669Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:25:43.669Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:25:43.669Z] ---> 1235e9084bc0 [2022-04-25T19:25:43.669Z] Step 3/22 : WORKDIR /edgex-go [2022-04-25T19:25:43.669Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:25:43.669Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:25:43.669Z] ---> 1235e9084bc0 [2022-04-25T19:25:43.669Z] Step 3/20 : WORKDIR /edgex-go [2022-04-25T19:25:43.669Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:25:43.669Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:25:43.669Z] ---> 1235e9084bc0 [2022-04-25T19:25:43.669Z] Step 3/26 : WORKDIR /edgex-go [2022-04-25T19:25:43.669Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:25:43.669Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:25:43.669Z] ---> 1235e9084bc0 [2022-04-25T19:25:43.669Z] Step 3/23 : WORKDIR /edgex-go [2022-04-25T19:25:43.669Z] ---> Running in 4145eac4f29c [2022-04-25T19:25:43.669Z] ---> Running in 16a114940b05 [2022-04-25T19:25:43.669Z] ---> Running in a8c8a4ae611c [2022-04-25T19:25:43.669Z] ---> Running in 843f6d96f69c [2022-04-25T19:25:43.669Z] ---> Running in 60c08072fc19 [2022-04-25T19:25:43.669Z] Removing intermediate container a8c8a4ae611c [2022-04-25T19:25:43.669Z] ---> f45fd39e6450 [2022-04-25T19:25:43.669Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:25:43.669Z] Removing intermediate container 843f6d96f69c [2022-04-25T19:25:43.669Z] ---> 0f43eacb0291 [2022-04-25T19:25:43.669Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:25:43.669Z] ---> Running in 991996dca0c7 [2022-04-25T19:25:43.669Z] Removing intermediate container 16a114940b05 [2022-04-25T19:25:43.669Z] ---> 69bd40fa0b94 [2022-04-25T19:25:43.669Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:25:43.669Z] Removing intermediate container 4145eac4f29c [2022-04-25T19:25:43.669Z] ---> 10ef9bdff279 [2022-04-25T19:25:43.669Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:25:43.669Z] Removing intermediate container 60c08072fc19 [2022-04-25T19:25:43.669Z] ---> 08b23816ec78 [2022-04-25T19:25:43.669Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-25T19:25:43.669Z] ---> Running in a476dc40063b [2022-04-25T19:25:43.669Z] ---> Running in 4036cdeaa6aa [2022-04-25T19:25:43.669Z] ---> Running in 11f8fdff0aee [2022-04-25T19:25:43.669Z] ---> Running in ac6dfedd5fe5 [2022-04-25T19:25:43.669Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.669Z] Removing intermediate container 991996dca0c7 [2022-04-25T19:25:43.669Z] ---> e8298630ad4a [2022-04-25T19:25:43.669Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-25T19:25:43.669Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.669Z] ---> Running in c9e8d01ff2a4 [2022-04-25T19:25:43.669Z] Removing intermediate container a476dc40063b [2022-04-25T19:25:43.669Z] ---> cec431982158 [2022-04-25T19:25:43.669Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-25T19:25:43.669Z] ---> Running in 66ffef0b061c [2022-04-25T19:25:43.669Z] Removing intermediate container 4036cdeaa6aa [2022-04-25T19:25:43.669Z] ---> 59ae411ca85b [2022-04-25T19:25:43.669Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-25T19:25:43.669Z] Removing intermediate container 11f8fdff0aee [2022-04-25T19:25:43.669Z] ---> e67db2a7ad6c [2022-04-25T19:25:43.669Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-25T19:25:43.669Z] ---> Running in 90fecfe1a740 [2022-04-25T19:25:43.669Z] ---> Running in 6bb52b46c24d [2022-04-25T19:25:43.669Z] v3.15.4-52-gaf7b2b3e8c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-25T19:25:43.669Z] v3.15.4-62-g80a1f12087 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-25T19:25:43.669Z] OK: 15737 distinct packages available [2022-04-25T19:25:43.669Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.669Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.669Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.670Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.670Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.670Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.670Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.670Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.670Z] OK: 220 MiB in 52 packages [2022-04-25T19:25:43.670Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.670Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:25:43.670Z] OK: 220 MiB in 52 packages [2022-04-25T19:25:43.962Z] OK: 220 MiB in 52 packages [2022-04-25T19:25:44.999Z] OK: 220 MiB in 52 packages [2022-04-25T19:25:44.999Z] OK: 220 MiB in 52 packages [2022-04-25T19:25:44.999Z] Removing intermediate container ac6dfedd5fe5 [2022-04-25T19:25:44.999Z] ---> e1117ebffc0c [2022-04-25T19:25:44.999Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-25T19:25:46.006Z] Removing intermediate container c9e8d01ff2a4 [2022-04-25T19:25:46.006Z] ---> a1ed0e815e9d [2022-04-25T19:25:46.006Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-25T19:25:46.006Z] Removing intermediate container 66ffef0b061c [2022-04-25T19:25:46.006Z] ---> 7fc9cded3748 [2022-04-25T19:25:46.006Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-25T19:25:46.616Z] ---> 1f4e891afc0f [2022-04-25T19:25:46.616Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:25:46.616Z] Removing intermediate container 90fecfe1a740 [2022-04-25T19:25:46.616Z] ---> e78e817dfd0d [2022-04-25T19:25:46.616Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-25T19:25:46.616Z] Removing intermediate container 6bb52b46c24d [2022-04-25T19:25:46.616Z] ---> e24d5de09430 [2022-04-25T19:25:46.616Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-25T19:25:46.894Z] ---> Running in 1f2c8ef70a4a [2022-04-25T19:25:47.510Z] ---> f5e5635b5e50 [2022-04-25T19:25:47.510Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:25:47.510Z] ---> Running in 54e2884438b2 [2022-04-25T19:25:48.124Z] ---> 462223cc0fd0 [2022-04-25T19:25:48.124Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:25:48.124Z] ---> Running in 64c57416baee [2022-04-25T19:25:48.420Z] ---> 2cff6f2efd1e [2022-04-25T19:25:48.420Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:25:48.726Z] ---> Running in 65f3d06428c9 [2022-04-25T19:25:48.726Z] ---> 3fa6bc102c64 [2022-04-25T19:25:48.726Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:25:49.023Z] ---> Running in bb91bf9fc897 [2022-04-25T19:25:52.481Z] Removing intermediate container 1f2c8ef70a4a [2022-04-25T19:25:52.481Z] ---> c1273dddc53b [2022-04-25T19:25:52.481Z] Step 7/20 : COPY . . [2022-04-25T19:25:54.484Z] Removing intermediate container 54e2884438b2 [2022-04-25T19:25:54.484Z] ---> 81e12fd3e9aa [2022-04-25T19:25:54.484Z] Step 8/22 : COPY . . [2022-04-25T19:25:54.794Z] Removing intermediate container 64c57416baee [2022-04-25T19:25:54.794Z] ---> 539e33dafea5 [2022-04-25T19:25:54.794Z] Step 8/23 : COPY . . [2022-04-25T19:25:55.076Z] Removing intermediate container 65f3d06428c9 [2022-04-25T19:25:55.076Z] ---> 9625048153fa [2022-04-25T19:25:55.076Z] Step 8/25 : COPY . . [2022-04-25T19:25:55.076Z] Removing intermediate container bb91bf9fc897 [2022-04-25T19:25:55.076Z] ---> ec7cd2bf079b [2022-04-25T19:25:55.076Z] Step 8/26 : COPY . . [2022-04-25T19:26:27.487Z] ---> 0adb6d175981 [2022-04-25T19:26:27.487Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-25T19:26:27.487Z] ---> f304e6bc553b [2022-04-25T19:26:27.487Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-25T19:26:27.487Z] ---> 8304814203fc [2022-04-25T19:26:27.487Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-25T19:26:27.487Z] ---> Running in 715da4df7726 [2022-04-25T19:26:27.487Z] ---> f03bc87acf5c [2022-04-25T19:26:27.487Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-25T19:26:27.487Z] ---> Running in 437434f7e22b [2022-04-25T19:26:27.487Z] ---> Running in 9e7e98524297 [2022-04-25T19:26:27.487Z] ---> Running in 2a0e8b97c44f [2022-04-25T19:26:27.487Z] ---> 6232a275036a [2022-04-25T19:26:27.487Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-25T19:26:27.487Z] ---> Running in fd9939ef1f7d [2022-04-25T19:26:27.487Z] Removing intermediate container fd9939ef1f7d [2022-04-25T19:26:27.487Z] ---> 82dbb85562bb [2022-04-25T19:26:27.487Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-25T19:26:27.487Z] ---> Running in e513bbe1ab4e [2022-04-25T19:26:27.487Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-25T19:26:27.781Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-25T19:26:27.781Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-25T19:26:28.065Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-25T19:26:30.078Z] Removing intermediate container e513bbe1ab4e [2022-04-25T19:26:30.078Z] ---> 7c2d131250ba [2022-04-25T19:26:30.078Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-25T19:26:30.078Z] ---> Running in b7630b57b3e6 [2022-04-25T19:26:31.088Z] Removing intermediate container b7630b57b3e6 [2022-04-25T19:26:31.088Z] ---> c32e5bbff9e1 [2022-04-25T19:26:31.088Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-25T19:26:31.088Z] ---> Running in 570369191c50 [2022-04-25T19:26:33.770Z] spire-1.2.1/ [2022-04-25T19:26:34.066Z] spire-1.2.1/.data/ [2022-04-25T19:26:34.066Z] spire-1.2.1/.data/.file [2022-04-25T19:26:34.066Z] spire-1.2.1/.dockerignore [2022-04-25T19:26:34.066Z] spire-1.2.1/.gitattributes [2022-04-25T19:26:34.066Z] spire-1.2.1/.githooks/ [2022-04-25T19:26:34.066Z] spire-1.2.1/.githooks/pre-commit [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/ [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/dependabot.yml [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/workflows/ [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-25T19:26:34.066Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-25T19:26:34.066Z] spire-1.2.1/.gitignore [2022-04-25T19:26:34.066Z] spire-1.2.1/.go-version [2022-04-25T19:26:34.066Z] spire-1.2.1/.golangci.yml [2022-04-25T19:26:34.067Z] spire-1.2.1/ADOPTERS.md [2022-04-25T19:26:34.067Z] spire-1.2.1/CHANGELOG.md [2022-04-25T19:26:34.067Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-25T19:26:34.067Z] spire-1.2.1/CODEOWNERS [2022-04-25T19:26:34.067Z] spire-1.2.1/CONTRIBUTING.md [2022-04-25T19:26:34.067Z] spire-1.2.1/Dockerfile [2022-04-25T19:26:34.067Z] spire-1.2.1/Dockerfile.dev [2022-04-25T19:26:34.067Z] spire-1.2.1/Dockerfile.scratch [2022-04-25T19:26:34.067Z] spire-1.2.1/LICENSE [2022-04-25T19:26:34.067Z] spire-1.2.1/MAINTAINERS.md [2022-04-25T19:26:34.067Z] spire-1.2.1/Makefile [2022-04-25T19:26:34.067Z] spire-1.2.1/README.md [2022-04-25T19:26:34.067Z] spire-1.2.1/ROADMAP.md [2022-04-25T19:26:34.067Z] spire-1.2.1/SECURITY.md [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-25T19:26:34.067Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-25T19:26:34.067Z] spire-1.2.1/conf/ [2022-04-25T19:26:34.067Z] spire-1.2.1/conf/agent/ [2022-04-25T19:26:34.067Z] spire-1.2.1/conf/agent/agent.conf [2022-04-25T19:26:34.067Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-25T19:26:34.067Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-25T19:26:34.067Z] spire-1.2.1/conf/server/ [2022-04-25T19:26:34.067Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-25T19:26:34.067Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-25T19:26:34.067Z] spire-1.2.1/conf/server/server.conf [2022-04-25T19:26:34.067Z] spire-1.2.1/conf/server/server_full.conf [2022-04-25T19:26:34.067Z] spire-1.2.1/doc/ [2022-04-25T19:26:34.067Z] spire-1.2.1/doc/SPIRE101.md [2022-04-25T19:26:34.067Z] spire-1.2.1/doc/auditlog.md [2022-04-25T19:26:34.067Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-25T19:26:34.067Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-25T19:26:34.067Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-25T19:26:34.067Z] spire-1.2.1/doc/images/ [2022-04-25T19:26:34.067Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-25T19:26:34.067Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-25T19:26:34.067Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/scaling_spire.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/spire_agent.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/spire_server.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/supported_integrations.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/telemetry.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/telemetry_config.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/upgrading.md [2022-04-25T19:26:34.376Z] spire-1.2.1/doc/using_spire.md [2022-04-25T19:26:34.376Z] spire-1.2.1/examples/ [2022-04-25T19:26:34.376Z] spire-1.2.1/examples/README.md [2022-04-25T19:26:34.376Z] spire-1.2.1/go.mod [2022-04-25T19:26:34.376Z] spire-1.2.1/go.sum [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/agent.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/client/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/common/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/config.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-25T19:26:34.376Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-25T19:26:34.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-25T19:26:34.792Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/svid/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/names.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/auth/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cli/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/health/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/health/config.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/health/context.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/health/health.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/idutil/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/log/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/log/log.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/log/options.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-25T19:26:34.793Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/profiling/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/selector/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-25T19:26:34.794Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-25T19:26:35.133Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-25T19:26:35.133Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-25T19:26:35.133Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-25T19:26:35.133Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-25T19:26:35.133Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-25T19:26:35.133Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-25T19:26:35.133Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-25T19:26:35.133Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-25T19:26:35.133Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/uptime/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/task.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/version/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/version/version.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509util/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/api.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/health/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/id.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/status.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/bundle/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/cache/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/catalog/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/config.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-25T19:26:35.134Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-25T19:26:35.421Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-25T19:26:35.422Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/registration/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/server.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/server_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/svid/ [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/ [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/private/ [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/private/server/ [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/private/server/journal/ [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/ [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/common/ [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/plugin/ [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-25T19:26:35.741Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-25T19:26:35.741Z] spire-1.2.1/release/ [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire-extras/ [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire-extras/README.md [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire/ [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire/README.md [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire/conf/ [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire/conf/server/ [2022-04-25T19:26:35.741Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-25T19:26:35.741Z] spire-1.2.1/script/ [2022-04-25T19:26:35.741Z] spire-1.2.1/script/build-artifact.sh [2022-04-25T19:26:35.741Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-25T19:26:35.741Z] spire-1.2.1/support/ [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/ [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-25T19:26:35.741Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-25T19:26:35.742Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-25T19:26:35.742Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-25T19:26:35.742Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-25T19:26:35.742Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-25T19:26:35.742Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-25T19:26:35.742Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-25T19:26:35.742Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-25T19:26:35.742Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-25T19:26:35.742Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-25T19:26:35.742Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-25T19:26:36.070Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/clock/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/clock/clock.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/fixture.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/registration/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-25T19:26:36.070Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/README.md [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/common [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-25T19:26:36.070Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-25T19:26:36.071Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:26:36.362Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-25T19:26:36.363Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-25T19:26:36.641Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/test-one.sh [2022-04-25T19:26:36.642Z] spire-1.2.1/test/integration/test.sh [2022-04-25T19:26:36.642Z] spire-1.2.1/test/plugintest/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/plugintest/config.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/plugintest/load.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/plugintest/option.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/spiretest/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/spiretest/dir.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/spiretest/logs.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/spiretest/suite.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/spiretest/x509.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/testca/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/testca/ca.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/testkey/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/testkey/generate.sh [2022-04-25T19:26:36.642Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/testkey/keys.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/testkey/new.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/tpmsimulator/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/util/ [2022-04-25T19:26:36.642Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/util/cert_generation.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/util/io_redirection.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/util/race.go [2022-04-25T19:26:36.642Z] spire-1.2.1/test/util/util.go [2022-04-25T19:26:36.642Z] building spire from source... [2022-04-25T19:26:37.683Z] Installing go1.17.7... [2022-04-25T19:27:04.580Z] Building bin/spire-server... [2022-04-25T19:27:04.580Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-25T19:27:04.580Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-25T19:27:04.580Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-25T19:27:04.580Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-25T19:27:04.856Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-25T19:27:08.260Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-25T19:27:08.867Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-25T19:27:09.474Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-25T19:27:09.474Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-25T19:27:09.754Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-25T19:27:10.364Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-25T19:27:10.364Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-25T19:27:10.649Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-25T19:27:10.649Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-25T19:27:10.933Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-25T19:27:10.933Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-25T19:27:10.933Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-25T19:27:11.213Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-25T19:27:11.213Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-25T19:27:12.710Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-25T19:27:12.711Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-25T19:27:12.711Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-25T19:27:12.987Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-25T19:27:13.982Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-25T19:27:46.413Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-25T19:27:46.413Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-25T19:27:46.413Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-25T19:27:46.413Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-25T19:27:46.413Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-25T19:27:46.413Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-25T19:27:46.413Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-25T19:27:46.413Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-25T19:27:46.413Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-25T19:27:46.413Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-25T19:27:46.413Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-25T19:27:46.413Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-25T19:27:46.413Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-25T19:27:46.413Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-25T19:27:46.413Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-25T19:27:46.413Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-25T19:27:47.025Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-25T19:27:47.638Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-25T19:27:47.638Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-25T19:27:47.638Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-25T19:27:47.918Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-25T19:27:47.918Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-25T19:27:49.927Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-25T19:27:56.688Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-25T19:27:56.688Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-25T19:27:56.688Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-25T19:27:56.688Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-25T19:27:56.688Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-25T19:27:56.688Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-25T19:27:56.688Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-25T19:27:56.973Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-25T19:27:57.588Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-25T19:27:57.588Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-25T19:27:57.588Z] go: downloading google.golang.org/api v0.70.0 [2022-04-25T19:27:58.590Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-25T19:28:04.034Z] go: downloading k8s.io/api v0.23.4 [2022-04-25T19:28:12.386Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-25T19:28:13.000Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-25T19:29:00.049Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-25T19:29:00.049Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-25T19:29:00.049Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-25T19:29:00.049Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-25T19:29:00.049Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-25T19:29:00.049Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-25T19:29:00.049Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-25T19:29:03.505Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-25T19:29:03.782Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-25T19:29:04.056Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-25T19:29:06.697Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-25T19:29:06.697Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-25T19:29:08.150Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-25T19:29:08.150Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-25T19:29:08.150Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-25T19:29:08.150Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-25T19:29:08.430Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-25T19:29:08.712Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-25T19:29:08.993Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-25T19:29:09.279Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-25T19:29:09.279Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-25T19:29:11.289Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-25T19:29:11.289Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-25T19:29:11.901Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-25T19:29:12.189Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-25T19:29:12.189Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-25T19:29:12.475Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-25T19:29:12.475Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-25T19:29:19.258Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-25T19:29:19.545Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-25T19:29:19.825Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-25T19:29:19.825Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-25T19:29:19.825Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-25T19:29:19.825Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-25T19:29:20.109Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-25T19:29:21.113Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-25T19:29:21.397Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-25T19:29:21.681Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-25T19:29:21.961Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-25T19:29:22.243Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-25T19:29:23.708Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-25T19:29:24.319Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-25T19:29:24.600Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-25T19:29:25.210Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-25T19:29:25.210Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-25T19:29:25.685Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-25T19:29:25.685Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-25T19:29:25.685Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-25T19:29:25.685Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-25T19:29:28.148Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-25T19:29:28.148Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-25T19:29:28.465Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-25T19:29:28.744Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-25T19:29:29.026Z] go: downloading go.opencensus.io v0.23.0 [2022-04-25T19:29:30.484Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-25T19:29:32.488Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-25T19:29:32.488Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-25T19:29:32.768Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-25T19:29:33.053Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-25T19:29:33.053Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-25T19:29:33.665Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-25T19:29:33.944Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-25T19:29:34.553Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-25T19:29:38.908Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-25T19:29:41.568Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-25T19:29:41.568Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-25T19:29:41.853Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-25T19:29:41.853Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-25T19:29:41.853Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-25T19:29:42.850Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-25T19:29:43.129Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-25T19:29:43.130Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-25T19:29:43.410Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-25T19:29:43.690Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-25T19:29:43.690Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-25T19:29:43.968Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-25T19:29:56.405Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-25T19:29:56.405Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-25T19:29:56.405Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-25T19:29:56.405Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-25T19:30:43.512Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-25T19:30:43.512Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-25T19:32:20.428Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-25T19:32:20.428Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-25T19:32:32.909Z] Removing intermediate container 715da4df7726 [2022-04-25T19:32:32.909Z] ---> 55bc8182137c [2022-04-25T19:32:32.909Z] [2022-04-25T19:32:32.909Z] Step 10/25 : FROM alpine:3.14 [2022-04-25T19:32:32.909Z] 3.14: Pulling from library/alpine [2022-04-25T19:32:33.924Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-25T19:32:33.924Z] Status: Downloaded newer image for alpine:3.14 [2022-04-25T19:32:33.924Z] ---> ac73e934f311 [2022-04-25T19:32:33.924Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-25T19:32:34.531Z] ---> Running in f16f7cd24788 [2022-04-25T19:32:35.529Z] Removing intermediate container 9e7e98524297 [2022-04-25T19:32:35.529Z] ---> 12db4201acde [2022-04-25T19:32:35.529Z] [2022-04-25T19:32:35.529Z] Step 10/22 : FROM alpine:3.14 [2022-04-25T19:32:35.529Z] ---> ac73e934f311 [2022-04-25T19:32:35.529Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-25T19:32:35.529Z] ---> Running in 3ad8f5da4713 [2022-04-25T19:32:37.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:32:38.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:32:38.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:32:38.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:32:39.453Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-25T19:32:39.453Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-25T19:32:39.453Z] (3/3) Installing su-exec (0.2-r1) [2022-04-25T19:32:39.453Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:32:39.734Z] Executing ca-certificates-20211220-r0.trigger [2022-04-25T19:32:39.734Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-25T19:32:40.016Z] OK: 6 MiB in 17 packages [2022-04-25T19:32:40.016Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-25T19:32:40.016Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-25T19:32:40.016Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-25T19:32:40.301Z] (5/6) Installing curl (7.79.1-r0) [2022-04-25T19:32:40.301Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-25T19:32:40.301Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:32:40.301Z] Executing ca-certificates-20211220-r0.trigger [2022-04-25T19:32:40.919Z] OK: 8 MiB in 20 packages [2022-04-25T19:32:43.593Z] Removing intermediate container f16f7cd24788 [2022-04-25T19:32:43.594Z] ---> e557832a1981 [2022-04-25T19:32:43.594Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-25T19:32:43.594Z] ---> Running in 1329e1c09d95 [2022-04-25T19:32:44.199Z] Removing intermediate container 3ad8f5da4713 [2022-04-25T19:32:44.199Z] ---> 466c9bd3edf9 [2022-04-25T19:32:44.199Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-25T19:32:44.481Z] ---> Running in 1bbd11ac3745 [2022-04-25T19:32:44.760Z] Removing intermediate container 1329e1c09d95 [2022-04-25T19:32:44.760Z] ---> 1003ee1911c0 [2022-04-25T19:32:44.760Z] Step 13/25 : WORKDIR / [2022-04-25T19:32:45.040Z] ---> Running in e5c3e5f25b25 [2022-04-25T19:32:45.362Z] Removing intermediate container 1bbd11ac3745 [2022-04-25T19:32:45.362Z] ---> aaac0d5500be [2022-04-25T19:32:45.362Z] Step 13/22 : WORKDIR /edgex [2022-04-25T19:32:45.642Z] ---> Running in 6e4c25eb7240 [2022-04-25T19:32:46.247Z] Removing intermediate container e5c3e5f25b25 [2022-04-25T19:32:46.247Z] ---> c002efd56bcd [2022-04-25T19:32:46.247Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-04-25T19:32:46.526Z] Removing intermediate container 6e4c25eb7240 [2022-04-25T19:32:46.526Z] ---> 12b3e0354756 [2022-04-25T19:32:46.526Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-25T19:32:47.541Z] ---> bd03df934c31 [2022-04-25T19:32:47.541Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-04-25T19:32:48.161Z] ---> 74709f51a770 [2022-04-25T19:32:48.161Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-25T19:32:49.165Z] ---> 2deb1882d3d5 [2022-04-25T19:32:49.165Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-25T19:32:50.625Z] ---> 5ef0808512b7 [2022-04-25T19:32:50.625Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-04-25T19:32:50.625Z] ---> 3d96b51f8fc2 [2022-04-25T19:32:50.625Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-25T19:32:52.305Z] ---> bb95e29575f7 [2022-04-25T19:32:52.305Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-25T19:32:53.462Z] ---> 9d0cec16c653 [2022-04-25T19:32:53.462Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-25T19:32:54.956Z] ---> 0c8ddf935e44 [2022-04-25T19:32:54.956Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-25T19:32:55.239Z] ---> Running in 6c66115fe861 [2022-04-25T19:32:55.519Z] ---> 04b9f4b6939d [2022-04-25T19:32:55.519Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-25T19:32:58.974Z] ---> d48f85372cff [2022-04-25T19:32:58.974Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-25T19:32:59.611Z] Removing intermediate container 6c66115fe861 [2022-04-25T19:32:59.611Z] ---> a38d7792353b [2022-04-25T19:32:59.611Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-25T19:32:59.903Z] ---> Running in ee6ba2617882 [2022-04-25T19:33:00.515Z] ---> cb23a5872c47 [2022-04-25T19:33:00.515Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-04-25T19:33:00.515Z] Removing intermediate container ee6ba2617882 [2022-04-25T19:33:00.515Z] ---> 45cea196b6e9 [2022-04-25T19:33:00.515Z] Step 20/22 : LABEL arch=arm64 [2022-04-25T19:33:00.515Z] ---> Running in f7d7a8222f18 [2022-04-25T19:33:00.796Z] ---> Running in db523cfba521 [2022-04-25T19:33:01.812Z] Removing intermediate container db523cfba521 [2022-04-25T19:33:01.812Z] ---> 391a30697d17 [2022-04-25T19:33:01.812Z] Step 21/22 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:33:02.110Z] ---> Running in 8653f58b7f8e [2022-04-25T19:33:02.756Z] Removing intermediate container 8653f58b7f8e [2022-04-25T19:33:02.756Z] ---> 95e11f8ed51a [2022-04-25T19:33:02.756Z] Step 22/22 : LABEL version=0.0.0 [2022-04-25T19:33:03.064Z] ---> Running in 9bdb01c3909d [2022-04-25T19:33:03.681Z] Removing intermediate container 9bdb01c3909d [2022-04-25T19:33:03.681Z] ---> c93f8146443c [2022-04-25T19:33:03.681Z] [2022-04-25T19:33:05.139Z] Successfully built c93f8146443c [2022-04-25T19:33:05.139Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-25T19:33:05.139Z]  Building security-proxy-setup ... done Building security-bootstrapper [2022-04-25T19:33:05.139Z] Removing intermediate container f7d7a8222f18 [2022-04-25T19:33:05.139Z] ---> 2db3b2852b59 [2022-04-25T19:33:05.139Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-25T19:33:05.139Z] ---> Running in f5f4ba1f6062 [2022-04-25T19:33:05.749Z] Removing intermediate container f5f4ba1f6062 [2022-04-25T19:33:05.749Z] ---> a1e6ea3ba3d5 [2022-04-25T19:33:05.749Z] Step 23/25 : LABEL arch=arm64 [2022-04-25T19:33:05.749Z] ---> Running in c157b88a2efd [2022-04-25T19:33:06.374Z] Removing intermediate container c157b88a2efd [2022-04-25T19:33:06.652Z] ---> 2f63ea36e057 [2022-04-25T19:33:06.652Z] Step 24/25 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:33:06.652Z] ---> Running in 5fac0b59846d [2022-04-25T19:33:07.251Z] Removing intermediate container 5fac0b59846d [2022-04-25T19:33:07.251Z] ---> 8424bfdc6e6a [2022-04-25T19:33:07.251Z] Step 25/25 : LABEL version=0.0.0 [2022-04-25T19:33:07.251Z] ---> Running in f8197ed7fb15 [2022-04-25T19:33:07.872Z] Removing intermediate container f8197ed7fb15 [2022-04-25T19:33:07.872Z] ---> 039f23b864f7 [2022-04-25T19:33:07.872Z] [2022-04-25T19:33:08.873Z] Successfully built 039f23b864f7 [2022-04-25T19:33:08.873Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-25T19:33:08.873Z]  Building security-secretstore-setup ... done Building security-spire-config [2022-04-25T19:34:05.569Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:34:05.569Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:34:05.569Z] ---> 1235e9084bc0 [2022-04-25T19:34:05.569Z] Step 3/31 : WORKDIR /edgex-go [2022-04-25T19:34:05.569Z] ---> Using cache [2022-04-25T19:34:05.569Z] ---> 08b23816ec78 [2022-04-25T19:34:05.570Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:34:05.570Z] ---> Running in 12d8a82498f0 [2022-04-25T19:34:05.570Z] Removing intermediate container 2a0e8b97c44f [2022-04-25T19:34:05.570Z] ---> f7e5b709473f [2022-04-25T19:34:05.570Z] [2022-04-25T19:34:05.570Z] Step 10/23 : FROM alpine:3.14 [2022-04-25T19:34:05.570Z] ---> ac73e934f311 [2022-04-25T19:34:05.570Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-25T19:34:05.570Z] ---> Running in 4be02f7d2f1c [2022-04-25T19:34:05.570Z] Removing intermediate container 4be02f7d2f1c [2022-04-25T19:34:05.570Z] ---> 9e78e1cbf404 [2022-04-25T19:34:05.570Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-25T19:34:05.570Z] ---> Running in 8d432afe1e3d [2022-04-25T19:34:05.570Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:34:05.570Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:34:05.570Z] ---> 1235e9084bc0 [2022-04-25T19:34:05.570Z] Step 3/26 : WORKDIR /edgex-go [2022-04-25T19:34:05.570Z] ---> Using cache [2022-04-25T19:34:05.570Z] ---> 08b23816ec78 [2022-04-25T19:34:05.570Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:34:05.570Z] ---> Running in f77e96d7055f [2022-04-25T19:34:05.570Z] Removing intermediate container 8d432afe1e3d [2022-04-25T19:34:05.570Z] ---> b9acdda7733a [2022-04-25T19:34:05.570Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-25T19:34:05.570Z] Removing intermediate container 12d8a82498f0 [2022-04-25T19:34:05.570Z] ---> a80f28f6d9bc [2022-04-25T19:34:05.570Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-25T19:34:05.570Z] ---> Running in 8a51c2ab8767 [2022-04-25T19:34:05.570Z] ---> Running in b51cdd1aa099 [2022-04-25T19:34:05.570Z] Removing intermediate container b51cdd1aa099 [2022-04-25T19:34:05.570Z] ---> 67d328818122 [2022-04-25T19:34:05.570Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:34:05.570Z] ---> Running in 738a3b105e25 [2022-04-25T19:34:05.859Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:34:06.146Z] Removing intermediate container f77e96d7055f [2022-04-25T19:34:06.146Z] ---> 8d1772448b63 [2022-04-25T19:34:06.146Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-25T19:34:06.146Z] ---> Running in 03d7f652003f [2022-04-25T19:34:07.161Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:34:08.649Z] Removing intermediate container 738a3b105e25 [2022-04-25T19:34:08.649Z] ---> 75f0b4a4a699 [2022-04-25T19:34:08.649Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-25T19:34:08.649Z] ---> Running in 303ede2325ab [2022-04-25T19:34:09.256Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:34:09.256Z] OK: 220 MiB in 52 packages [2022-04-25T19:34:10.287Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:34:11.318Z] Removing intermediate container 8a51c2ab8767 [2022-04-25T19:34:11.318Z] ---> 73c37f9ece04 [2022-04-25T19:34:11.318Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-25T19:34:11.921Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:34:12.205Z] OK: 220 MiB in 52 packages [2022-04-25T19:34:12.825Z] ---> 610555c310c6 [2022-04-25T19:34:12.825Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:34:13.109Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:34:13.109Z] ---> Running in e07e5252e6c3 [2022-04-25T19:34:14.110Z] Removing intermediate container 03d7f652003f [2022-04-25T19:34:14.110Z] ---> 09a7f600beb6 [2022-04-25T19:34:14.110Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-25T19:34:14.734Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-25T19:34:14.734Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-25T19:34:15.014Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-25T19:34:15.014Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-25T19:34:15.303Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-25T19:34:15.590Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-25T19:34:15.590Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:34:15.590Z] ---> 20a71acd7257 [2022-04-25T19:34:15.590Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:34:15.590Z] OK: 8 MiB in 20 packages [2022-04-25T19:34:15.891Z] ---> Running in 78efad783fd3 [2022-04-25T19:34:18.571Z] Removing intermediate container 303ede2325ab [2022-04-25T19:34:18.571Z] ---> a311fdb9ba83 [2022-04-25T19:34:18.571Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:34:20.599Z] ---> fd4509d58812 [2022-04-25T19:34:20.599Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-25T19:34:20.599Z] Removing intermediate container e07e5252e6c3 [2022-04-25T19:34:20.599Z] ---> cc9e94c00dd0 [2022-04-25T19:34:20.599Z] Step 8/31 : COPY . . [2022-04-25T19:34:24.090Z] ---> d47d33dfb4d6 [2022-04-25T19:34:24.090Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-25T19:34:24.090Z] Removing intermediate container 78efad783fd3 [2022-04-25T19:34:24.090Z] ---> dbb040dac63e [2022-04-25T19:34:24.090Z] Step 8/26 : COPY . . [2022-04-25T19:34:25.593Z] ---> 2fdb29f50da7 [2022-04-25T19:34:25.593Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-25T19:34:25.593Z] ---> Running in 3a54ce45185a [2022-04-25T19:34:27.061Z] Removing intermediate container 3a54ce45185a [2022-04-25T19:34:27.061Z] ---> c07eb1a98bba [2022-04-25T19:34:27.061Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:34:27.061Z] ---> Running in d5fa2b3059b2 [2022-04-25T19:34:28.089Z] Removing intermediate container d5fa2b3059b2 [2022-04-25T19:34:28.089Z] ---> cda9443ec8c2 [2022-04-25T19:34:28.089Z] Step 21/23 : LABEL arch=arm64 [2022-04-25T19:34:28.365Z] ---> Running in 7d3cd05dc68d [2022-04-25T19:34:29.831Z] Removing intermediate container 7d3cd05dc68d [2022-04-25T19:34:29.831Z] ---> 0e95248b43fb [2022-04-25T19:34:29.831Z] Step 22/23 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:34:30.115Z] ---> Running in efb7b2f80029 [2022-04-25T19:34:31.587Z] Removing intermediate container efb7b2f80029 [2022-04-25T19:34:31.587Z] ---> 09bd3efdb0f1 [2022-04-25T19:34:31.587Z] Step 23/23 : LABEL version=0.0.0 [2022-04-25T19:34:31.587Z] ---> Running in 0dc5a64dc1ef [2022-04-25T19:34:32.601Z] Removing intermediate container 0dc5a64dc1ef [2022-04-25T19:34:32.601Z] ---> 84e87b5a5078 [2022-04-25T19:34:32.601Z] [2022-04-25T19:34:34.078Z] Successfully built 84e87b5a5078 [2022-04-25T19:34:34.078Z] Successfully tagged core-data-arm64:latest [2022-04-25T19:34:34.078Z] Building security-spire-server [2022-04-25T19:35:06.547Z]  Building core-data ... done Removing intermediate container 437434f7e22b [2022-04-25T19:35:06.547Z] ---> 0780c33f5e8b [2022-04-25T19:35:06.547Z] [2022-04-25T19:35:06.547Z] Step 9/20 : FROM alpine:3.15 [2022-04-25T19:35:06.547Z] 3.15: Pulling from library/alpine [2022-04-25T19:35:07.179Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-25T19:35:07.179Z] Status: Downloaded newer image for alpine:3.15 [2022-04-25T19:35:07.179Z] ---> 3fb3c9af89a9 [2022-04-25T19:35:07.179Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-25T19:35:08.206Z] ---> Running in cee0235ec023 [2022-04-25T19:35:09.674Z] Removing intermediate container cee0235ec023 [2022-04-25T19:35:09.674Z] ---> ec563147ff8d [2022-04-25T19:35:09.674Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:35:09.674Z] ---> Running in 709349ef8af1 [2022-04-25T19:35:16.671Z] Removing intermediate container 709349ef8af1 [2022-04-25T19:35:16.671Z] ---> bf8d0f41f4e4 [2022-04-25T19:35:16.671Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-25T19:35:16.671Z] ---> Running in 10ff40356e85 [2022-04-25T19:35:16.671Z] ---> 8b03c6e01680 [2022-04-25T19:35:16.671Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-25T19:35:16.955Z] ---> Running in a8cee30ba938 [2022-04-25T19:35:20.439Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:35:20.439Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:35:20.439Z] ---> 1235e9084bc0 [2022-04-25T19:35:20.439Z] Step 3/25 : WORKDIR /edgex-go [2022-04-25T19:35:20.439Z] ---> Using cache [2022-04-25T19:35:20.439Z] ---> 08b23816ec78 [2022-04-25T19:35:20.439Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:35:20.439Z] ---> Using cache [2022-04-25T19:35:20.439Z] ---> 8d1772448b63 [2022-04-25T19:35:20.439Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-25T19:35:20.439Z] ---> Using cache [2022-04-25T19:35:20.439Z] ---> 09a7f600beb6 [2022-04-25T19:35:20.439Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-25T19:35:20.439Z] ---> Using cache [2022-04-25T19:35:20.439Z] ---> 20a71acd7257 [2022-04-25T19:35:20.439Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:35:20.439Z] ---> Using cache [2022-04-25T19:35:20.439Z] ---> dbb040dac63e [2022-04-25T19:35:20.439Z] Step 8/25 : COPY . . [2022-04-25T19:35:20.439Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-25T19:35:20.439Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:35:21.453Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:35:22.069Z] ---> fe6562eeef6f [2022-04-25T19:35:22.069Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-25T19:35:22.355Z] ---> Running in 6c43e85dc6a0 [2022-04-25T19:35:23.374Z] v3.15.4-52-gaf7b2b3e8c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-25T19:35:23.374Z] v3.15.4-62-g80a1f12087 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-25T19:35:23.374Z] OK: 15729 distinct packages available [2022-04-25T19:35:23.374Z] Removing intermediate container 6c43e85dc6a0 [2022-04-25T19:35:23.374Z] ---> 5f26aaa75893 [2022-04-25T19:35:23.374Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-25T19:35:23.374Z] ---> Running in d21cbd0f22a7 [2022-04-25T19:35:23.676Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:35:24.697Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:35:26.170Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-25T19:35:26.458Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-25T19:35:26.743Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-25T19:35:26.743Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-25T19:35:27.029Z] (5/9) Installing curl (7.80.0-r0) [2022-04-25T19:35:27.029Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-25T19:35:27.029Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-25T19:35:27.326Z] (8/9) Installing libucontext (1.1-r0) [2022-04-25T19:35:27.326Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-25T19:35:27.326Z] Executing busybox-1.34.1-r5.trigger [2022-04-25T19:35:27.326Z] Executing ca-certificates-20211220-r0.trigger [2022-04-25T19:35:27.952Z] OK: 8 MiB in 23 packages [2022-04-25T19:35:28.572Z] Removing intermediate container d21cbd0f22a7 [2022-04-25T19:35:28.572Z] ---> 15a2f31e608c [2022-04-25T19:35:28.572Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-25T19:35:28.855Z] ---> Running in a714dea9699d [2022-04-25T19:35:30.339Z] Removing intermediate container a714dea9699d [2022-04-25T19:35:30.339Z] ---> 38dcbd60c70c [2022-04-25T19:35:30.339Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-25T19:35:30.339Z] ---> Running in e28b63c782b0 [2022-04-25T19:35:33.045Z] Removing intermediate container 10ff40356e85 [2022-04-25T19:35:33.045Z] ---> dd70c009b96b [2022-04-25T19:35:33.045Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:35:34.061Z] spire-1.2.1/ [2022-04-25T19:35:34.061Z] spire-1.2.1/.data/ [2022-04-25T19:35:34.061Z] spire-1.2.1/.data/.file [2022-04-25T19:35:34.061Z] spire-1.2.1/.dockerignore [2022-04-25T19:35:34.061Z] spire-1.2.1/.gitattributes [2022-04-25T19:35:34.061Z] spire-1.2.1/.githooks/ [2022-04-25T19:35:34.061Z] spire-1.2.1/.githooks/pre-commit [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/ [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/dependabot.yml [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/workflows/ [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-25T19:35:34.061Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-25T19:35:34.061Z] spire-1.2.1/.gitignore [2022-04-25T19:35:34.061Z] spire-1.2.1/.go-version [2022-04-25T19:35:34.061Z] spire-1.2.1/.golangci.yml [2022-04-25T19:35:34.061Z] spire-1.2.1/ADOPTERS.md [2022-04-25T19:35:34.061Z] spire-1.2.1/CHANGELOG.md [2022-04-25T19:35:34.061Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-25T19:35:34.061Z] spire-1.2.1/CODEOWNERS [2022-04-25T19:35:34.061Z] spire-1.2.1/CONTRIBUTING.md [2022-04-25T19:35:34.061Z] spire-1.2.1/Dockerfile [2022-04-25T19:35:34.061Z] spire-1.2.1/Dockerfile.dev [2022-04-25T19:35:34.061Z] spire-1.2.1/Dockerfile.scratch [2022-04-25T19:35:34.061Z] spire-1.2.1/LICENSE [2022-04-25T19:35:34.061Z] spire-1.2.1/MAINTAINERS.md [2022-04-25T19:35:34.061Z] spire-1.2.1/Makefile [2022-04-25T19:35:34.061Z] spire-1.2.1/README.md [2022-04-25T19:35:34.061Z] spire-1.2.1/ROADMAP.md [2022-04-25T19:35:34.061Z] spire-1.2.1/SECURITY.md [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-25T19:35:34.061Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-25T19:35:34.062Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-25T19:35:34.062Z] spire-1.2.1/conf/ [2022-04-25T19:35:34.062Z] spire-1.2.1/conf/agent/ [2022-04-25T19:35:34.062Z] spire-1.2.1/conf/agent/agent.conf [2022-04-25T19:35:34.062Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-25T19:35:34.062Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-25T19:35:34.062Z] spire-1.2.1/conf/server/ [2022-04-25T19:35:34.062Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-25T19:35:34.062Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-25T19:35:34.062Z] spire-1.2.1/conf/server/server.conf [2022-04-25T19:35:34.062Z] spire-1.2.1/conf/server/server_full.conf [2022-04-25T19:35:34.062Z] spire-1.2.1/doc/ [2022-04-25T19:35:34.062Z] spire-1.2.1/doc/SPIRE101.md [2022-04-25T19:35:34.062Z] spire-1.2.1/doc/auditlog.md [2022-04-25T19:35:34.062Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-25T19:35:34.062Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-25T19:35:34.062Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-25T19:35:34.062Z] spire-1.2.1/doc/images/ [2022-04-25T19:35:34.062Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-25T19:35:34.062Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-25T19:35:34.062Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/scaling_spire.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/spire_agent.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/spire_server.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/supported_integrations.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/telemetry.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/telemetry_config.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/upgrading.md [2022-04-25T19:35:34.369Z] spire-1.2.1/doc/using_spire.md [2022-04-25T19:35:34.369Z] spire-1.2.1/examples/ [2022-04-25T19:35:34.369Z] spire-1.2.1/examples/README.md [2022-04-25T19:35:34.369Z] spire-1.2.1/go.mod [2022-04-25T19:35:34.369Z] spire-1.2.1/go.sum [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/agent.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/client/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/common/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/config.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-25T19:35:34.369Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-25T19:35:34.370Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/svid/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/names.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/auth/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/cli/ [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-25T19:35:34.667Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go ---> b4010d93992f [2022-04-25T19:35:34.668Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-25T19:35:34.668Z] [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/health/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/health/config.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/health/context.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/health/health.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/idutil/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/log/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/log/log.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/log/options.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-25T19:35:34.668Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/profiling/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/selector/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/uptime/ [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-25T19:35:34.951Z] spire-1.2.1/pkg/common/util/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/task.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/version/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/version/version.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509util/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/api.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-25T19:35:34.952Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/health/ [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/id.go [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-25T19:35:35.232Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/status.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/bundle/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/cache/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/catalog/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/config.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-25T19:35:35.233Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-25T19:35:35.234Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-25T19:35:35.520Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/registration/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/server.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/server_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/svid/ [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/ [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/private/ [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/private/server/ [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/private/server/journal/ [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/ [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/common/ [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/plugin/ [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-25T19:35:35.521Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-25T19:35:35.521Z] spire-1.2.1/release/ [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire-extras/ [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire-extras/README.md [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire/ [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire/README.md [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire/conf/ [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire/conf/server/ [2022-04-25T19:35:35.521Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-25T19:35:35.521Z] spire-1.2.1/script/ [2022-04-25T19:35:35.521Z] spire-1.2.1/script/build-artifact.sh [2022-04-25T19:35:35.521Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-25T19:35:35.521Z] spire-1.2.1/support/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-25T19:35:35.521Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-25T19:35:35.522Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/clock/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/clock/clock.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-25T19:35:35.522Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/fixture.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/registration/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-25T19:35:35.801Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/README.md [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/common [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/suites/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-25T19:35:35.801Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-25T19:35:35.802Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-25T19:35:35.803Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-25T19:35:36.079Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:35:36.079Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-25T19:35:36.079Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-25T19:35:36.079Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-25T19:35:36.079Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-25T19:35:36.079Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/test-one.sh [2022-04-25T19:35:36.080Z] spire-1.2.1/test/integration/test.sh [2022-04-25T19:35:36.080Z] spire-1.2.1/test/plugintest/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/plugintest/config.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/plugintest/load.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/plugintest/option.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/spiretest/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/spiretest/dir.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/spiretest/logs.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/spiretest/suite.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/spiretest/x509.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/testca/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/testca/ca.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/testkey/ [2022-04-25T19:35:36.080Z] spire-1.2.1/test/testkey/generate.sh [2022-04-25T19:35:36.080Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-25T19:35:36.080Z] spire-1.2.1/test/testkey/keys.go [2022-04-25T19:35:36.081Z] spire-1.2.1/test/testkey/new.go [2022-04-25T19:35:36.081Z] spire-1.2.1/test/tpmsimulator/ [2022-04-25T19:35:36.081Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-25T19:35:36.081Z] spire-1.2.1/test/util/ [2022-04-25T19:35:36.081Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-25T19:35:36.081Z] spire-1.2.1/test/util/cert_generation.go [2022-04-25T19:35:36.081Z] spire-1.2.1/test/util/io_redirection.go [2022-04-25T19:35:36.081Z] spire-1.2.1/test/util/race.go [2022-04-25T19:35:36.081Z] spire-1.2.1/test/util/util.go [2022-04-25T19:35:36.081Z] building spire from source... [2022-04-25T19:35:36.689Z] Installing go1.17.7... [2022-04-25T19:35:38.697Z] ---> bc0eb07ed9fc [2022-04-25T19:35:38.697Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-25T19:35:40.177Z] ---> 201741b2fb79 [2022-04-25T19:35:40.177Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-25T19:35:40.177Z] ---> Running in e4c7276c9586 [2022-04-25T19:35:41.231Z] Removing intermediate container e4c7276c9586 [2022-04-25T19:35:41.231Z] ---> df0b9a265df0 [2022-04-25T19:35:41.231Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:35:41.513Z] ---> Running in 562eb6a16dec [2022-04-25T19:35:42.150Z] Removing intermediate container 562eb6a16dec [2022-04-25T19:35:42.150Z] ---> 35ab6132151d [2022-04-25T19:35:42.150Z] Step 18/20 : LABEL arch=arm64 [2022-04-25T19:35:42.443Z] ---> Running in 1abffbc865f0 [2022-04-25T19:35:43.931Z] Removing intermediate container 1abffbc865f0 [2022-04-25T19:35:43.931Z] ---> ef0e849dcacf [2022-04-25T19:35:43.931Z] Step 19/20 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:35:43.931Z] ---> Running in ab134c216aa8 [2022-04-25T19:35:44.953Z] Removing intermediate container ab134c216aa8 [2022-04-25T19:35:44.953Z] ---> 56ee83b338d0 [2022-04-25T19:35:44.953Z] Step 20/20 : LABEL version=0.0.0 [2022-04-25T19:35:45.256Z] ---> Running in 7f4491bda67e [2022-04-25T19:35:46.704Z] Removing intermediate container 7f4491bda67e [2022-04-25T19:35:46.704Z] ---> 7e959ddcda4e [2022-04-25T19:35:46.704Z] [2022-04-25T19:35:47.697Z] Successfully built 7e959ddcda4e [2022-04-25T19:35:47.697Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-25T19:35:47.697Z]  Building security-spiffe-token-provider ... done Building support-notifications [2022-04-25T19:35:56.082Z] ---> dd02502f0c49 [2022-04-25T19:35:56.082Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-25T19:35:56.362Z] ---> Running in 961f3f360fd6 [2022-04-25T19:35:57.018Z] Removing intermediate container 961f3f360fd6 [2022-04-25T19:35:57.018Z] ---> 6776c78b8a22 [2022-04-25T19:35:57.018Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-25T19:35:57.310Z] ---> Running in 18e798fb1555 [2022-04-25T19:36:01.675Z] Removing intermediate container 18e798fb1555 [2022-04-25T19:36:01.675Z] ---> c63d1d48796d [2022-04-25T19:36:01.675Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-25T19:36:01.675Z] ---> Running in 24427e1a5cfd [2022-04-25T19:36:01.954Z] Removing intermediate container 24427e1a5cfd [2022-04-25T19:36:01.954Z] ---> 62fc4bafa733 [2022-04-25T19:36:01.954Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-25T19:36:02.242Z] ---> Running in 5b6ff6f41d92 [2022-04-25T19:36:06.598Z] spire-1.2.1/ [2022-04-25T19:36:06.598Z] spire-1.2.1/.data/ [2022-04-25T19:36:06.598Z] spire-1.2.1/.data/.file [2022-04-25T19:36:06.598Z] spire-1.2.1/.dockerignore [2022-04-25T19:36:06.598Z] spire-1.2.1/.gitattributes [2022-04-25T19:36:06.598Z] spire-1.2.1/.githooks/ [2022-04-25T19:36:06.598Z] spire-1.2.1/.githooks/pre-commit [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/ [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/dependabot.yml [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/workflows/ [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-25T19:36:06.598Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-25T19:36:06.598Z] spire-1.2.1/.gitignore [2022-04-25T19:36:06.598Z] spire-1.2.1/.go-version [2022-04-25T19:36:06.598Z] spire-1.2.1/.golangci.yml [2022-04-25T19:36:06.598Z] spire-1.2.1/ADOPTERS.md [2022-04-25T19:36:06.598Z] spire-1.2.1/CHANGELOG.md [2022-04-25T19:36:06.598Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-25T19:36:06.598Z] spire-1.2.1/CODEOWNERS [2022-04-25T19:36:06.598Z] spire-1.2.1/CONTRIBUTING.md [2022-04-25T19:36:06.598Z] spire-1.2.1/Dockerfile [2022-04-25T19:36:06.598Z] spire-1.2.1/Dockerfile.dev [2022-04-25T19:36:06.598Z] spire-1.2.1/Dockerfile.scratch [2022-04-25T19:36:06.598Z] spire-1.2.1/LICENSE [2022-04-25T19:36:06.598Z] spire-1.2.1/MAINTAINERS.md [2022-04-25T19:36:06.598Z] spire-1.2.1/Makefile [2022-04-25T19:36:06.598Z] spire-1.2.1/README.md [2022-04-25T19:36:06.598Z] spire-1.2.1/ROADMAP.md [2022-04-25T19:36:06.598Z] spire-1.2.1/SECURITY.md [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-25T19:36:06.598Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-25T19:36:06.599Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-25T19:36:06.599Z] spire-1.2.1/conf/ [2022-04-25T19:36:06.599Z] spire-1.2.1/conf/agent/ [2022-04-25T19:36:06.599Z] spire-1.2.1/conf/agent/agent.conf [2022-04-25T19:36:06.599Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-25T19:36:06.599Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-25T19:36:06.599Z] spire-1.2.1/conf/server/ [2022-04-25T19:36:06.599Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-25T19:36:06.599Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-25T19:36:06.599Z] spire-1.2.1/conf/server/server.conf [2022-04-25T19:36:06.599Z] spire-1.2.1/conf/server/server_full.conf [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/ [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/SPIRE101.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/auditlog.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/ [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/scaling_spire.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/spire_agent.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/spire_server.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/supported_integrations.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/telemetry.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/telemetry_config.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/upgrading.md [2022-04-25T19:36:06.599Z] spire-1.2.1/doc/using_spire.md [2022-04-25T19:36:06.599Z] spire-1.2.1/examples/ [2022-04-25T19:36:06.599Z] spire-1.2.1/examples/README.md [2022-04-25T19:36:06.599Z] spire-1.2.1/go.mod [2022-04-25T19:36:06.599Z] spire-1.2.1/go.sum [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/agent.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/client/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/common/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/config.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-25T19:36:06.599Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/svid/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/names.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/auth/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cli/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-25T19:36:06.600Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/health/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/health/config.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/health/context.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/health/health.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/idutil/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/log/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/log/log.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/log/options.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/profiling/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/selector/ [2022-04-25T19:36:06.601Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/uptime/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/task.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/version/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/version/version.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509util/ [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-25T19:36:06.883Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/api.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/health/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/id.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/status.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/bundle/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/cache/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/catalog/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/config.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-25T19:36:06.884Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-25T19:36:07.173Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-25T19:36:07.174Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/registration/ [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/server.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/server_test.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/svid/ [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-25T19:36:07.452Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/ [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/private/ [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/private/server/ [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/private/server/journal/ [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/ [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/common/ [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/plugin/ [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-25T19:36:07.452Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-25T19:36:07.452Z] spire-1.2.1/release/ [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire-extras/ [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire-extras/README.md [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire/ [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire/README.md [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire/conf/ [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire/conf/server/ [2022-04-25T19:36:07.452Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-25T19:36:07.452Z] spire-1.2.1/script/ [2022-04-25T19:36:07.452Z] spire-1.2.1/script/build-artifact.sh [2022-04-25T19:36:07.452Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-25T19:36:07.452Z] spire-1.2.1/support/ [2022-04-25T19:36:07.452Z] spire-1.2.1/support/k8s/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-25T19:36:07.453Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/clock/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/clock/clock.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/fixture.go [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-25T19:36:07.453Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/registration/ [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-25T19:36:07.454Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/ [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/README.md [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/common [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/ [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-25T19:36:07.454Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-25T19:36:07.740Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-25T19:36:07.741Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-25T19:36:07.742Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-25T19:36:08.018Z] spire-1.2.1/test/integration/test-one.sh [2022-04-25T19:36:08.019Z] spire-1.2.1/test/integration/test.sh [2022-04-25T19:36:08.019Z] spire-1.2.1/test/plugintest/ [2022-04-25T19:36:08.019Z] spire-1.2.1/test/plugintest/config.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/plugintest/load.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/plugintest/option.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/spiretest/ [2022-04-25T19:36:08.019Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/spiretest/dir.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/spiretest/logs.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/spiretest/suite.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/spiretest/x509.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/testca/ [2022-04-25T19:36:08.019Z] spire-1.2.1/test/testca/ca.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/testkey/ [2022-04-25T19:36:08.019Z] spire-1.2.1/test/testkey/generate.sh [2022-04-25T19:36:08.019Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/testkey/keys.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/testkey/new.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/tpmsimulator/ [2022-04-25T19:36:08.019Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/util/ [2022-04-25T19:36:08.019Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/util/cert_generation.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/util/io_redirection.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/util/race.go [2022-04-25T19:36:08.019Z] spire-1.2.1/test/util/util.go [2022-04-25T19:36:08.019Z] building spire from source... [2022-04-25T19:36:08.297Z] Installing go1.17.7... [2022-04-25T19:36:10.969Z] Building bin/spire-server... [2022-04-25T19:36:11.583Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-25T19:36:11.583Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-25T19:36:11.583Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-25T19:36:13.060Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-25T19:36:13.060Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-25T19:36:14.536Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-25T19:36:15.552Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-25T19:36:17.576Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-25T19:36:17.853Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-25T19:36:21.349Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-25T19:36:22.457Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-25T19:36:22.457Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-25T19:36:22.457Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-25T19:36:23.193Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-25T19:36:23.193Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-25T19:36:23.193Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-25T19:36:23.603Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-25T19:36:24.220Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:36:24.220Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:36:24.220Z] ---> 1235e9084bc0 [2022-04-25T19:36:24.220Z] Step 3/22 : WORKDIR /edgex-go [2022-04-25T19:36:24.220Z] ---> Using cache [2022-04-25T19:36:24.220Z] ---> 08b23816ec78 [2022-04-25T19:36:24.220Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:36:24.220Z] ---> Using cache [2022-04-25T19:36:24.220Z] ---> 8d1772448b63 [2022-04-25T19:36:24.220Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-25T19:36:25.227Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-25T19:36:25.227Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-25T19:36:25.523Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-25T19:36:25.827Z]  ---> Running in 674f1a97d20b [2022-04-25T19:36:26.107Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-25T19:36:26.107Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-25T19:36:27.573Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-25T19:36:27.573Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-25T19:36:27.860Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:36:28.879Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:36:30.348Z] OK: 220 MiB in 52 packages [2022-04-25T19:36:32.378Z] Removing intermediate container 674f1a97d20b [2022-04-25T19:36:32.378Z] ---> 5d84a148597b [2022-04-25T19:36:32.378Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-25T19:36:33.884Z] ---> 9a8582f2c7c0 [2022-04-25T19:36:33.884Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:36:33.884Z] ---> Running in 4e58695e7c53 [2022-04-25T19:36:40.680Z] Removing intermediate container 4e58695e7c53 [2022-04-25T19:36:40.680Z] ---> 500fc1b0099f [2022-04-25T19:36:40.680Z] Step 8/22 : COPY . . [2022-04-25T19:36:46.158Z] Building bin/spire-server... [2022-04-25T19:36:46.158Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-25T19:36:46.158Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-25T19:36:46.158Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-25T19:36:46.442Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-25T19:36:46.722Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-25T19:36:46.722Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-25T19:36:46.722Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-25T19:36:47.003Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-25T19:36:47.003Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-25T19:36:47.003Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-25T19:36:47.621Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-25T19:36:47.900Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-25T19:36:47.900Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-25T19:36:48.180Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-25T19:36:48.180Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-25T19:36:48.180Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-25T19:36:48.465Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-25T19:36:48.465Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-25T19:36:48.465Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-25T19:36:48.748Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-25T19:36:49.027Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-25T19:36:49.641Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-25T19:36:49.641Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-25T19:36:49.922Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-25T19:36:51.393Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-25T19:36:52.002Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-25T19:36:52.002Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-25T19:36:52.282Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-25T19:36:52.282Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-25T19:36:52.282Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-25T19:36:52.560Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-25T19:36:52.842Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-25T19:36:53.120Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-25T19:36:53.120Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-25T19:36:54.123Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-25T19:36:54.731Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-25T19:36:55.010Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-25T19:36:55.010Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-25T19:36:55.010Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-25T19:36:55.010Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-25T19:36:55.617Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-25T19:36:55.617Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-25T19:36:55.617Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-25T19:36:56.617Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-25T19:36:56.895Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-25T19:36:57.175Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-25T19:36:57.175Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-25T19:36:57.175Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-25T19:36:57.175Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-25T19:36:57.456Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-25T19:36:57.456Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-25T19:36:58.063Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-25T19:36:58.063Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-25T19:36:58.063Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-25T19:36:59.525Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-25T19:36:59.525Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-25T19:37:00.555Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-25T19:37:00.555Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-25T19:37:00.849Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-25T19:37:01.457Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-25T19:37:03.487Z]  ---> df8855540585 [2022-04-25T19:37:03.487Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-25T19:37:03.487Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-25T19:37:03.487Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-25T19:37:03.487Z]  ---> Running in ccf4814eb2ab [2022-04-25T19:37:05.504Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-25T19:37:12.278Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-25T19:37:12.278Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-25T19:37:12.278Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-25T19:37:12.557Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-25T19:37:12.844Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-25T19:37:31.199Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-25T19:37:31.199Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-25T19:37:31.199Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-25T19:37:31.199Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-25T19:37:31.199Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-25T19:37:31.199Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-25T19:37:31.199Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-25T19:37:31.199Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-25T19:37:31.199Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-25T19:37:31.199Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-25T19:37:31.800Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-25T19:37:31.800Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-25T19:37:32.077Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-25T19:37:32.354Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-25T19:37:32.354Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-25T19:37:32.354Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-25T19:37:32.354Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-25T19:37:32.633Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-25T19:37:32.633Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-25T19:37:32.633Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-25T19:37:32.633Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-25T19:37:32.914Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-25T19:37:39.668Z] go: downloading google.golang.org/api v0.70.0 [2022-04-25T19:37:39.668Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-25T19:37:39.668Z] go: downloading k8s.io/api v0.23.4 [2022-04-25T19:37:40.658Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-25T19:37:40.658Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-25T19:37:40.658Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-25T19:37:40.658Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-25T19:37:40.934Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-25T19:37:40.934Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-25T19:37:41.212Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-25T19:37:42.207Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-25T19:37:55.024Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-25T19:37:55.024Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-25T19:38:05.231Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-25T19:38:05.231Z] go: downloading google.golang.org/api v0.70.0 [2022-04-25T19:38:05.231Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-25T19:38:05.231Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-25T19:38:05.836Z] go: downloading k8s.io/api v0.23.4 [2022-04-25T19:38:11.282Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-25T19:38:23.716Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-25T19:38:28.056Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-25T19:38:28.056Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-25T19:38:28.056Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-25T19:38:28.056Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-25T19:38:29.046Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-25T19:38:30.528Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-25T19:38:33.200Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-25T19:38:34.203Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-25T19:38:36.203Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-25T19:38:36.203Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-25T19:38:36.203Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-25T19:38:37.664Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-25T19:38:37.946Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-25T19:38:37.947Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-25T19:38:38.225Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-25T19:38:38.837Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-25T19:38:38.837Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-25T19:38:38.837Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-25T19:38:39.117Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-25T19:38:39.399Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-25T19:38:39.677Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-25T19:38:41.138Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-25T19:38:41.417Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-25T19:38:41.698Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-25T19:38:48.476Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-25T19:38:48.476Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-25T19:38:48.756Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-25T19:38:48.756Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-25T19:38:48.756Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-25T19:38:49.039Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-25T19:38:49.039Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-25T19:38:50.043Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-25T19:38:50.043Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-25T19:38:50.323Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-25T19:38:50.618Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-25T19:38:50.618Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-25T19:38:52.080Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-25T19:38:52.363Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-25T19:38:52.643Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-25T19:38:52.643Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-25T19:38:52.643Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-25T19:38:52.924Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-25T19:38:52.924Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-25T19:38:52.924Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-25T19:38:52.924Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-25T19:38:52.924Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-25T19:38:53.202Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-25T19:38:53.202Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-25T19:38:53.202Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-25T19:38:53.484Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-25T19:38:54.482Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-25T19:38:54.482Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-25T19:38:54.482Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-25T19:38:54.760Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-25T19:38:55.040Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-25T19:38:55.040Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-25T19:38:55.646Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-25T19:38:57.656Z] go: downloading go.opencensus.io v0.23.0 [2022-04-25T19:38:57.935Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-25T19:38:58.542Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-25T19:38:58.542Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-25T19:38:58.542Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-25T19:38:58.542Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-25T19:38:59.147Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-25T19:38:59.147Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-25T19:38:59.147Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-25T19:38:59.427Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-25T19:38:59.707Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-25T19:39:00.311Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-25T19:39:00.585Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-25T19:39:00.859Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-25T19:39:01.849Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-25T19:39:02.454Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-25T19:39:02.454Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-25T19:39:02.731Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-25T19:39:02.731Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-25T19:39:03.012Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-25T19:39:03.012Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-25T19:39:03.294Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-25T19:39:03.576Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-25T19:39:05.035Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-25T19:39:05.312Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-25T19:39:05.591Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-25T19:39:05.591Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-25T19:39:05.876Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-25T19:39:05.876Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-25T19:39:06.484Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-25T19:39:06.484Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-25T19:39:06.762Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-25T19:39:07.380Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-25T19:39:08.130Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-25T19:39:08.130Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-25T19:39:08.866Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-25T19:39:08.866Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-25T19:39:08.866Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-25T19:39:09.184Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-25T19:39:13.590Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-25T19:39:13.873Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-25T19:39:14.154Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-25T19:39:14.154Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-25T19:39:14.154Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-25T19:39:14.434Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-25T19:39:14.434Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-25T19:39:15.887Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-25T19:39:15.887Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-25T19:39:16.166Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-25T19:39:16.166Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-25T19:39:16.166Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-25T19:39:17.625Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-25T19:39:18.233Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-25T19:39:18.510Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-25T19:39:18.510Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-25T19:39:18.510Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-25T19:39:18.510Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-25T19:39:18.791Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-25T19:39:18.791Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-25T19:39:18.791Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-25T19:39:20.247Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-25T19:39:20.247Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-25T19:39:20.528Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-25T19:39:20.528Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-25T19:39:20.528Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-25T19:39:20.806Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-25T19:39:20.806Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-25T19:39:20.806Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-25T19:39:21.083Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-25T19:39:23.079Z] go: downloading go.opencensus.io v0.23.0 [2022-04-25T19:39:24.079Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-25T19:39:24.357Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-25T19:39:24.639Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-25T19:39:24.639Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-25T19:39:24.918Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-25T19:39:25.199Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-25T19:39:25.478Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-25T19:39:26.093Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-25T19:39:30.502Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-25T19:39:33.182Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-25T19:39:33.182Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-25T19:39:33.798Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-25T19:39:34.080Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-25T19:39:35.095Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-25T19:39:35.376Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-25T19:39:35.670Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-25T19:39:35.990Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-25T19:39:36.269Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-25T19:39:36.269Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-25T19:39:36.547Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-25T19:39:49.008Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-25T19:39:49.008Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-25T19:39:49.008Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-25T19:39:49.008Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-25T19:39:49.621Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-25T19:39:49.621Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-25T19:40:22.048Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-25T19:40:22.048Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-25T19:41:30.111Z] Removing intermediate container a8cee30ba938 [2022-04-25T19:41:30.111Z] ---> 76a17ff9ef99 [2022-04-25T19:41:30.111Z] [2022-04-25T19:41:30.111Z] Step 10/31 : FROM alpine:3.14 [2022-04-25T19:41:30.111Z] ---> ac73e934f311 [2022-04-25T19:41:30.111Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-25T19:41:30.111Z] ---> Running in f3fea3c29605 [2022-04-25T19:41:30.111Z] Removing intermediate container f3fea3c29605 [2022-04-25T19:41:30.111Z] ---> ef845d1f4b4e [2022-04-25T19:41:30.111Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-25T19:41:30.111Z] ---> Running in 01c0bfbd928d [2022-04-25T19:41:30.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:41:30.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:41:30.111Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-25T19:41:30.111Z] (2/2) Installing su-exec (0.2-r1) [2022-04-25T19:41:30.111Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:41:30.111Z] OK: 6 MiB in 16 packages [2022-04-25T19:41:30.111Z] Removing intermediate container 01c0bfbd928d [2022-04-25T19:41:30.111Z] ---> c1a53f7cfe73 [2022-04-25T19:41:30.111Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-25T19:41:30.111Z] ---> Running in 6b96bc7f93cd [2022-04-25T19:41:30.111Z] Removing intermediate container 6b96bc7f93cd [2022-04-25T19:41:30.111Z] ---> 35cbdebd0f18 [2022-04-25T19:41:30.111Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-25T19:41:30.111Z] ---> Running in fe6aace90978 [2022-04-25T19:41:30.111Z] Removing intermediate container fe6aace90978 [2022-04-25T19:41:30.111Z] ---> 03ff48526fac [2022-04-25T19:41:30.111Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-25T19:41:30.111Z] ---> Running in cc53a83a1bd5 [2022-04-25T19:41:33.528Z] Removing intermediate container cc53a83a1bd5 [2022-04-25T19:41:33.528Z] ---> 72976bf113fb [2022-04-25T19:41:33.528Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-25T19:41:33.528Z] ---> Running in 0e60639c7460 [2022-04-25T19:41:34.133Z] Removing intermediate container 0e60639c7460 [2022-04-25T19:41:34.133Z] ---> e1f7eb71e2c8 [2022-04-25T19:41:34.133Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-25T19:41:35.128Z] ---> 6fc95191f535 [2022-04-25T19:41:35.128Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-25T19:41:35.128Z] ---> Running in 4d6a3fd43c53 [2022-04-25T19:41:38.584Z] Removing intermediate container 4d6a3fd43c53 [2022-04-25T19:41:38.584Z] ---> ee5a3cb214f5 [2022-04-25T19:41:38.584Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:41:39.622Z] ---> 96ce761cf96b [2022-04-25T19:41:39.622Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-25T19:41:41.631Z] ---> ac6a7e48edf2 [2022-04-25T19:41:41.631Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-25T19:41:42.359Z] ---> a83dc263c875 [2022-04-25T19:41:42.359Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-25T19:41:43.507Z] ---> 991828f3a72d [2022-04-25T19:41:43.507Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-25T19:41:44.531Z] ---> ad6ec860a557 [2022-04-25T19:41:44.531Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-25T19:41:44.810Z] ---> Running in 1df1d7127436 [2022-04-25T19:41:45.418Z] Removing intermediate container 1df1d7127436 [2022-04-25T19:41:45.418Z] ---> 083a8246f5d7 [2022-04-25T19:41:45.418Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-25T19:41:46.421Z] ---> d8d454b3babe [2022-04-25T19:41:46.421Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-25T19:41:47.030Z] ---> Running in 840dba24b7bd [2022-04-25T19:41:50.483Z] Removing intermediate container 840dba24b7bd [2022-04-25T19:41:50.483Z] ---> 81cc1893ae2f [2022-04-25T19:41:50.483Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-25T19:41:50.761Z] ---> Running in ec8fe6e826d1 [2022-04-25T19:41:51.362Z] Removing intermediate container ec8fe6e826d1 [2022-04-25T19:41:51.362Z] ---> e338525bb063 [2022-04-25T19:41:51.362Z] Step 28/31 : CMD ["gate"] [2022-04-25T19:41:51.645Z] ---> Running in e1b8953c401c [2022-04-25T19:41:52.261Z] Removing intermediate container e1b8953c401c [2022-04-25T19:41:52.261Z] ---> 80e696482420 [2022-04-25T19:41:52.261Z] Step 29/31 : LABEL arch=arm64 [2022-04-25T19:41:52.539Z] ---> Running in c30d0d1098da [2022-04-25T19:41:53.147Z] Removing intermediate container c30d0d1098da [2022-04-25T19:41:53.147Z] ---> 600995523f29 [2022-04-25T19:41:53.147Z] Step 30/31 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:41:53.147Z] ---> Running in 1c99bf7035f9 [2022-04-25T19:41:53.767Z] Removing intermediate container 1c99bf7035f9 [2022-04-25T19:41:53.767Z] ---> 471d3477ff9a [2022-04-25T19:41:53.767Z] Step 31/31 : LABEL version=0.0.0 [2022-04-25T19:41:54.378Z] ---> Running in 994086023b54 [2022-04-25T19:41:54.656Z] Removing intermediate container 994086023b54 [2022-04-25T19:41:54.656Z] ---> 74538a3af487 [2022-04-25T19:41:54.656Z] [2022-04-25T19:41:55.646Z] Successfully built 74538a3af487 [2022-04-25T19:41:55.646Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-25T19:41:55.646Z] Building core-metadata [2022-04-25T19:42:28.051Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:42:28.051Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:42:28.051Z] ---> 1235e9084bc0 [2022-04-25T19:42:28.051Z] Step 3/23 : WORKDIR /edgex-go [2022-04-25T19:42:28.051Z] ---> Using cache [2022-04-25T19:42:28.051Z] ---> 08b23816ec78 [2022-04-25T19:42:28.051Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:42:28.051Z] ---> Using cache [2022-04-25T19:42:28.051Z] ---> 8d1772448b63 [2022-04-25T19:42:28.051Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-25T19:42:28.051Z] ---> Running in b5245a70ed01 [2022-04-25T19:42:30.054Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:42:31.048Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:42:32.500Z] OK: 220 MiB in 52 packages [2022-04-25T19:42:33.972Z] Removing intermediate container b5245a70ed01 [2022-04-25T19:42:33.972Z] ---> 747407e7464a [2022-04-25T19:42:33.972Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-25T19:42:35.422Z] ---> 4cad88d3d8f2 [2022-04-25T19:42:35.422Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:42:35.422Z] ---> Running in 217bd57c8661 [2022-04-25T19:42:42.184Z] Removing intermediate container 217bd57c8661 [2022-04-25T19:42:42.184Z] ---> 7dff160e3c3a [2022-04-25T19:42:42.184Z] Step 8/23 : COPY . . [2022-04-25T19:43:04.388Z] ---> cc19a62e7235 [2022-04-25T19:43:04.388Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-25T19:43:04.388Z] ---> Running in 20f373bbd847 [2022-04-25T19:43:04.388Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-25T19:46:11.436Z] Removing intermediate container ccf4814eb2ab [2022-04-25T19:46:11.436Z] ---> b7f93106702e [2022-04-25T19:46:11.436Z] [2022-04-25T19:46:11.436Z] Step 10/22 : FROM alpine:3.14 [2022-04-25T19:46:11.436Z] ---> ac73e934f311 [2022-04-25T19:46:11.436Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-25T19:46:11.436Z] ---> Running in d51f42801404 [2022-04-25T19:46:11.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:46:11.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:46:11.436Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-25T19:46:11.436Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-25T19:46:11.436Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:46:11.436Z] Executing ca-certificates-20211220-r0.trigger [2022-04-25T19:46:11.436Z] OK: 6 MiB in 16 packages [2022-04-25T19:46:13.432Z] Removing intermediate container d51f42801404 [2022-04-25T19:46:13.432Z] ---> 8d5c960d6c9b [2022-04-25T19:46:13.432Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-25T19:46:13.432Z] ---> Running in aaaebf8e8b2d [2022-04-25T19:46:14.038Z] Removing intermediate container aaaebf8e8b2d [2022-04-25T19:46:14.038Z] ---> c9e8a4f6406f [2022-04-25T19:46:14.038Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-25T19:46:14.038Z] ---> Running in 56abdb766af3 [2022-04-25T19:46:14.647Z] Removing intermediate container 56abdb766af3 [2022-04-25T19:46:14.647Z] ---> 55b50eb6c330 [2022-04-25T19:46:14.647Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-25T19:46:14.647Z] ---> Running in 28e1feb65672 [2022-04-25T19:46:15.253Z] Removing intermediate container 28e1feb65672 [2022-04-25T19:46:15.253Z] ---> b380702caaed [2022-04-25T19:46:15.253Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:46:16.249Z] ---> 6ad2303fc93d [2022-04-25T19:46:16.249Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-25T19:46:19.112Z] ---> 7e03e51fcade [2022-04-25T19:46:19.112Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-25T19:46:20.159Z] ---> 894f31040d25 [2022-04-25T19:46:20.159Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-25T19:46:20.497Z] ---> Running in b2a59aa2fcff [2022-04-25T19:46:20.773Z] Removing intermediate container b2a59aa2fcff [2022-04-25T19:46:20.773Z] ---> 4f59479b3b7b [2022-04-25T19:46:20.773Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:46:21.050Z] ---> Running in 301e2f272f29 [2022-04-25T19:46:21.653Z] Removing intermediate container 301e2f272f29 [2022-04-25T19:46:21.653Z] ---> 6b0ee73b16dd [2022-04-25T19:46:21.653Z] Step 20/22 : LABEL arch=arm64 [2022-04-25T19:46:21.653Z] ---> Running in cf78ca0b7913 [2022-04-25T19:46:22.261Z] Removing intermediate container cf78ca0b7913 [2022-04-25T19:46:22.261Z] ---> e878068e172e [2022-04-25T19:46:22.261Z] Step 21/22 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:46:22.261Z] ---> Running in f5f10d92bf5c [2022-04-25T19:46:22.880Z] Removing intermediate container f5f10d92bf5c [2022-04-25T19:46:22.880Z] ---> 8a8b37e926f9 [2022-04-25T19:46:22.880Z] Step 22/22 : LABEL version=0.0.0 [2022-04-25T19:46:23.157Z] ---> Running in 54f4e6b52082 [2022-04-25T19:46:23.759Z] Removing intermediate container 54f4e6b52082 [2022-04-25T19:46:23.760Z] ---> 012513424352 [2022-04-25T19:46:23.760Z] [2022-04-25T19:46:24.371Z] Successfully built 012513424352 [2022-04-25T19:46:24.371Z] Successfully tagged support-notifications-arm64:latest [2022-04-25T19:46:24.371Z]  Building support-notifications ... done Building core-command [2022-04-25T19:46:56.799Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:46:56.799Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:46:56.799Z] ---> 1235e9084bc0 [2022-04-25T19:46:56.799Z] Step 3/23 : WORKDIR /edgex-go [2022-04-25T19:46:56.799Z] ---> Using cache [2022-04-25T19:46:56.799Z] ---> 08b23816ec78 [2022-04-25T19:46:56.799Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:46:56.799Z] ---> Using cache [2022-04-25T19:46:56.799Z] ---> 8d1772448b63 [2022-04-25T19:46:56.799Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-25T19:46:56.799Z] ---> Using cache [2022-04-25T19:46:56.799Z] ---> 747407e7464a [2022-04-25T19:46:56.799Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-25T19:46:56.799Z] ---> Using cache [2022-04-25T19:46:56.799Z] ---> 4cad88d3d8f2 [2022-04-25T19:46:56.799Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:46:56.799Z] ---> Using cache [2022-04-25T19:46:56.799Z] ---> 7dff160e3c3a [2022-04-25T19:46:56.799Z] Step 8/23 : COPY . . [2022-04-25T19:46:56.799Z] ---> Using cache [2022-04-25T19:46:56.799Z] ---> cc19a62e7235 [2022-04-25T19:46:56.799Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-25T19:46:56.799Z] ---> Running in ca105d3de10b [2022-04-25T19:46:56.799Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-25T19:49:18.728Z] Removing intermediate container 20f373bbd847 [2022-04-25T19:49:18.728Z] ---> 15d0849fdfad [2022-04-25T19:49:18.728Z] [2022-04-25T19:49:18.728Z] Step 10/23 : FROM alpine:3.14 [2022-04-25T19:49:18.728Z] ---> ac73e934f311 [2022-04-25T19:49:18.728Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-25T19:49:18.728Z] ---> Running in e5766fe1b613 [2022-04-25T19:49:18.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:49:18.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:49:18.728Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-25T19:49:18.728Z] Executing busybox-1.33.1-r7.trigger [2022-04-25T19:49:18.728Z] OK: 5 MiB in 15 packages [2022-04-25T19:49:18.728Z] Removing intermediate container e5766fe1b613 [2022-04-25T19:49:18.728Z] ---> f6c1a1f6717f [2022-04-25T19:49:18.728Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-25T19:49:18.728Z] ---> Running in b9d4a94a5e18 [2022-04-25T19:49:18.728Z] Removing intermediate container b9d4a94a5e18 [2022-04-25T19:49:18.728Z] ---> c396b3efd97c [2022-04-25T19:49:18.728Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-25T19:49:18.728Z] ---> Running in b4c2be5f324e [2022-04-25T19:49:18.728Z] Removing intermediate container b4c2be5f324e [2022-04-25T19:49:18.728Z] ---> cc960e97834e [2022-04-25T19:49:18.728Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-25T19:49:18.728Z] ---> Running in 9537e09fdc83 [2022-04-25T19:49:18.728Z] Removing intermediate container 9537e09fdc83 [2022-04-25T19:49:18.728Z] ---> 59826eff1303 [2022-04-25T19:49:18.728Z] Step 15/23 : WORKDIR / [2022-04-25T19:49:18.728Z] ---> Running in b436436be301 [2022-04-25T19:49:18.728Z] Removing intermediate container b436436be301 [2022-04-25T19:49:18.728Z] ---> 692df4b0e975 [2022-04-25T19:49:18.728Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:49:18.728Z] ---> e9305da665f3 [2022-04-25T19:49:18.728Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-25T19:49:18.728Z] ---> 526bddf2f15e [2022-04-25T19:49:18.728Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-25T19:49:19.721Z] ---> cb171cd0cbdd [2022-04-25T19:49:19.721Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-25T19:49:20.002Z] ---> Running in 56a8c998c92b [2022-04-25T19:49:20.611Z] Removing intermediate container 56a8c998c92b [2022-04-25T19:49:20.611Z] ---> 3b6b055d9d55 [2022-04-25T19:49:20.611Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:49:20.891Z] ---> Running in 8c34a54b9d42 [2022-04-25T19:49:21.497Z] Removing intermediate container 8c34a54b9d42 [2022-04-25T19:49:21.498Z] ---> 43a101b584eb [2022-04-25T19:49:21.498Z] Step 21/23 : LABEL arch=arm64 [2022-04-25T19:49:21.498Z] ---> Running in 8750ef3131fe [2022-04-25T19:49:22.150Z] Removing intermediate container 8750ef3131fe [2022-04-25T19:49:22.150Z] ---> 89f3f40a0a06 [2022-04-25T19:49:22.150Z] Step 22/23 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:49:22.150Z] ---> Running in 73ff2dacb31d [2022-04-25T19:49:22.792Z] Removing intermediate container 73ff2dacb31d [2022-04-25T19:49:22.792Z] ---> aa9dc9b91bb0 [2022-04-25T19:49:22.792Z] Step 23/23 : LABEL version=0.0.0 [2022-04-25T19:49:23.070Z] ---> Running in e3c255451baf [2022-04-25T19:49:23.678Z] Removing intermediate container e3c255451baf [2022-04-25T19:49:23.678Z] ---> 041040ce9a4a [2022-04-25T19:49:23.678Z] [2022-04-25T19:49:23.956Z] Successfully built 041040ce9a4a [2022-04-25T19:49:24.234Z] Successfully tagged core-metadata-arm64:latest [2022-04-25T19:49:24.234Z]  Building core-metadata ... done Building support-scheduler [2022-04-25T19:49:56.642Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:49:56.642Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:49:56.642Z] ---> 1235e9084bc0 [2022-04-25T19:49:56.642Z] Step 3/22 : WORKDIR /edgex-go [2022-04-25T19:49:56.642Z] ---> Using cache [2022-04-25T19:49:56.642Z] ---> 08b23816ec78 [2022-04-25T19:49:56.642Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:49:56.642Z] ---> Using cache [2022-04-25T19:49:56.642Z] ---> 8d1772448b63 [2022-04-25T19:49:56.642Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-25T19:49:56.642Z] ---> Using cache [2022-04-25T19:49:56.642Z] ---> 747407e7464a [2022-04-25T19:49:56.642Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-25T19:49:56.642Z] ---> Using cache [2022-04-25T19:49:56.642Z] ---> 4cad88d3d8f2 [2022-04-25T19:49:56.642Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:49:56.642Z] ---> Using cache [2022-04-25T19:49:56.642Z] ---> 7dff160e3c3a [2022-04-25T19:49:56.642Z] Step 8/22 : COPY . . [2022-04-25T19:49:56.642Z] ---> Using cache [2022-04-25T19:49:56.642Z] ---> cc19a62e7235 [2022-04-25T19:49:56.642Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-25T19:49:56.921Z] ---> Running in 4e8b8bcf3ede [2022-04-25T19:49:59.577Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-25T19:52:51.641Z] Removing intermediate container ca105d3de10b [2022-04-25T19:52:51.641Z] ---> 99da81c6ae0e [2022-04-25T19:52:51.641Z] [2022-04-25T19:52:51.641Z] Step 10/23 : FROM alpine:3.14 [2022-04-25T19:52:51.641Z] ---> ac73e934f311 [2022-04-25T19:52:51.641Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-25T19:52:51.641Z] ---> Using cache [2022-04-25T19:52:51.641Z] ---> f6c1a1f6717f [2022-04-25T19:52:51.641Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-25T19:52:51.641Z] ---> Using cache [2022-04-25T19:52:51.641Z] ---> c396b3efd97c [2022-04-25T19:52:51.641Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-25T19:52:51.641Z] ---> Running in 62217ad8b912 [2022-04-25T19:52:51.641Z] Removing intermediate container 62217ad8b912 [2022-04-25T19:52:51.641Z] ---> d04c0a2a48a4 [2022-04-25T19:52:51.641Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-25T19:52:51.641Z] ---> Running in 67711b025088 [2022-04-25T19:52:51.641Z] Removing intermediate container 67711b025088 [2022-04-25T19:52:51.641Z] ---> 103e94480f57 [2022-04-25T19:52:51.641Z] Step 15/23 : WORKDIR / [2022-04-25T19:52:51.641Z] ---> Running in 5c586c3dc485 [2022-04-25T19:52:51.641Z] Removing intermediate container 5c586c3dc485 [2022-04-25T19:52:51.641Z] ---> e659d5b47413 [2022-04-25T19:52:51.641Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:52:51.641Z] ---> 75e076312bf1 [2022-04-25T19:52:51.641Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-25T19:52:51.641Z] ---> 8d3d83f3b4ab [2022-04-25T19:52:51.641Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-25T19:52:51.641Z] ---> ce8e264b97bd [2022-04-25T19:52:51.641Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-25T19:52:51.641Z] ---> Running in d1831ff5cb2d [2022-04-25T19:52:51.641Z] Removing intermediate container d1831ff5cb2d [2022-04-25T19:52:51.641Z] ---> b42eee0a6ccf [2022-04-25T19:52:51.641Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:52:51.641Z] ---> Running in e16c4e0327be [2022-04-25T19:52:51.641Z] Removing intermediate container e16c4e0327be [2022-04-25T19:52:51.641Z] ---> 02674b57d6d4 [2022-04-25T19:52:51.641Z] Step 21/23 : LABEL arch=arm64 [2022-04-25T19:52:51.641Z] ---> Running in c629f6d398cf [2022-04-25T19:52:51.641Z] Removing intermediate container c629f6d398cf [2022-04-25T19:52:51.641Z] ---> 0ecf0e117bd7 [2022-04-25T19:52:51.641Z] Step 22/23 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:52:51.642Z] ---> Running in f0cbae4f438d [2022-04-25T19:52:51.642Z] Removing intermediate container f0cbae4f438d [2022-04-25T19:52:51.642Z] ---> 012c37ab87a4 [2022-04-25T19:52:51.642Z] Step 23/23 : LABEL version=0.0.0 [2022-04-25T19:52:51.642Z] ---> Running in c34b3d47a3db [2022-04-25T19:52:51.642Z] Removing intermediate container c34b3d47a3db [2022-04-25T19:52:51.642Z] ---> 84f3b31fb9b4 [2022-04-25T19:52:51.642Z] [2022-04-25T19:52:52.349Z] Successfully built 84f3b31fb9b4 [2022-04-25T19:52:52.349Z] Successfully tagged core-command-arm64:latest [2022-04-25T19:52:52.349Z]  Building core-command ... done Building sys-mgmt-agent [2022-04-25T19:53:31.603Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-25T19:53:31.603Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-25T19:53:31.603Z] ---> 1235e9084bc0 [2022-04-25T19:53:31.603Z] Step 3/23 : WORKDIR /edgex-go [2022-04-25T19:53:31.603Z] ---> Using cache [2022-04-25T19:53:31.603Z] ---> 08b23816ec78 [2022-04-25T19:53:31.603Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T19:53:31.603Z] ---> Using cache [2022-04-25T19:53:31.603Z] ---> 8d1772448b63 [2022-04-25T19:53:31.603Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-25T19:53:31.603Z] ---> Running in da4b5bcc1c70 [2022-04-25T19:53:31.603Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T19:53:31.603Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T19:53:33.059Z] OK: 220 MiB in 52 packages [2022-04-25T19:53:34.557Z] Removing intermediate container da4b5bcc1c70 [2022-04-25T19:53:34.557Z] ---> 207755aed343 [2022-04-25T19:53:34.557Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-25T19:53:35.576Z] ---> 6d88f3a0fe4f [2022-04-25T19:53:35.576Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-25T19:53:35.876Z] ---> Running in 4786d5a7d9be [2022-04-25T19:53:42.690Z] Removing intermediate container 4786d5a7d9be [2022-04-25T19:53:42.690Z] ---> dccc875f9c90 [2022-04-25T19:53:42.690Z] Step 8/23 : COPY . . [2022-04-25T19:54:09.597Z] ---> 769d8c1e247d [2022-04-25T19:54:09.597Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-25T19:54:09.597Z] ---> Running in e6ec0cd98de7 [2022-04-25T19:54:09.597Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-25T19:59:31.942Z] Removing intermediate container 4e8b8bcf3ede [2022-04-25T19:59:31.942Z] ---> 99534e2fb311 [2022-04-25T19:59:31.942Z] [2022-04-25T19:59:31.942Z] Step 10/22 : FROM alpine:3.14 [2022-04-25T19:59:31.942Z] ---> ac73e934f311 [2022-04-25T19:59:31.942Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-25T19:59:31.942Z] ---> Using cache [2022-04-25T19:59:31.942Z] ---> f6c1a1f6717f [2022-04-25T19:59:31.942Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-25T19:59:31.942Z] ---> Using cache [2022-04-25T19:59:31.942Z] ---> c396b3efd97c [2022-04-25T19:59:31.942Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-25T19:59:31.942Z] ---> Running in 1f47a38a024e [2022-04-25T19:59:31.942Z] Removing intermediate container 1f47a38a024e [2022-04-25T19:59:31.942Z] ---> 999cd12c3ae9 [2022-04-25T19:59:31.942Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-25T19:59:31.942Z] ---> Running in 4e05bbcccfd9 [2022-04-25T19:59:31.942Z] Removing intermediate container 4e05bbcccfd9 [2022-04-25T19:59:31.942Z] ---> 426bbe5e11b5 [2022-04-25T19:59:31.942Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-25T19:59:31.942Z] ---> 2436729a80f3 [2022-04-25T19:59:31.942Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-25T19:59:33.406Z] ---> 0e1f8304711d [2022-04-25T19:59:33.406Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-25T19:59:34.405Z] ---> dc52a3006f8f [2022-04-25T19:59:34.405Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-25T19:59:34.405Z] ---> Running in f1ed3258be4d [2022-04-25T19:59:35.018Z] Removing intermediate container f1ed3258be4d [2022-04-25T19:59:35.018Z] ---> 8bfb24e9e28e [2022-04-25T19:59:35.018Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T19:59:35.018Z] ---> Running in 887c89588c78 [2022-04-25T19:59:35.629Z] Removing intermediate container 887c89588c78 [2022-04-25T19:59:35.629Z] ---> 05e68be27eb3 [2022-04-25T19:59:35.629Z] Step 20/22 : LABEL arch=arm64 [2022-04-25T19:59:35.629Z] ---> Running in e964afb74ab5 [2022-04-25T19:59:36.242Z] Removing intermediate container e964afb74ab5 [2022-04-25T19:59:36.242Z] ---> 11c0be35ce04 [2022-04-25T19:59:36.242Z] Step 21/22 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T19:59:36.521Z] ---> Running in f0a5056a4e5c [2022-04-25T19:59:36.805Z] Removing intermediate container f0a5056a4e5c [2022-04-25T19:59:36.806Z] ---> a89cfa69d4e1 [2022-04-25T19:59:36.806Z] Step 22/22 : LABEL version=0.0.0 [2022-04-25T19:59:37.093Z] ---> Running in 9338a2faba59 [2022-04-25T19:59:37.698Z] Removing intermediate container 9338a2faba59 [2022-04-25T19:59:37.698Z] ---> fe466e328585 [2022-04-25T19:59:37.698Z] [2022-04-25T19:59:38.301Z] Successfully built fe466e328585 [2022-04-25T19:59:38.301Z] Successfully tagged support-scheduler-arm64:latest [2022-04-25T20:00:00.519Z]  Building support-scheduler ... done Removing intermediate container e6ec0cd98de7 [2022-04-25T20:00:00.519Z] ---> 0b64ca5b4476 [2022-04-25T20:00:00.519Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-25T20:00:00.519Z] ---> Running in f1e6e0a27dd7 [2022-04-25T20:00:00.519Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-25T20:00:03.929Z] Removing intermediate container f1e6e0a27dd7 [2022-04-25T20:00:03.929Z] ---> c3e389cbaf2c [2022-04-25T20:00:03.929Z] [2022-04-25T20:00:03.929Z] Step 11/23 : FROM docker:20.10.14 [2022-04-25T20:00:03.929Z] 20.10.14: Pulling from library/docker [2022-04-25T20:00:19.360Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-25T20:00:19.360Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-25T20:00:19.360Z] ---> c346e9eafbab [2022-04-25T20:00:19.360Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-04-25T20:00:19.360Z] ---> Running in 98e533b75560 [2022-04-25T20:00:19.360Z] Removing intermediate container 98e533b75560 [2022-04-25T20:00:19.360Z] ---> f7d8084cb980 [2022-04-25T20:00:19.360Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-04-25T20:00:19.360Z] ---> Running in 81f489869ac5 [2022-04-25T20:00:21.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T20:00:21.977Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T20:00:23.438Z] (1/43) Installing readline (8.1.1-r0) [2022-04-25T20:00:23.438Z] (2/43) Installing bash (5.1.16-r0) [2022-04-25T20:00:23.438Z] Executing bash-5.1.16-r0.post-install [2022-04-25T20:00:23.438Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-25T20:00:23.438Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-25T20:00:23.438Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-25T20:00:23.438Z] (6/43) Installing curl (7.80.0-r0) [2022-04-25T20:00:23.438Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-25T20:00:23.438Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-25T20:00:23.438Z] (9/43) Installing expat (2.4.7-r0) [2022-04-25T20:00:23.438Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-25T20:00:23.438Z] (11/43) Installing gdbm (1.22-r0) [2022-04-25T20:00:23.438Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-25T20:00:23.438Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-25T20:00:23.438Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-25T20:00:23.438Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-25T20:00:23.438Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-25T20:00:23.718Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-25T20:00:26.366Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-25T20:00:26.366Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-25T20:00:26.366Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-25T20:00:26.366Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-25T20:00:26.366Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-25T20:00:26.366Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-25T20:00:26.366Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-25T20:00:26.366Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-25T20:00:26.643Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-25T20:00:26.643Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-25T20:00:26.643Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-25T20:00:26.643Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-25T20:00:26.643Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-25T20:00:26.643Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-25T20:00:26.643Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-25T20:00:26.643Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-25T20:00:26.643Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-25T20:00:26.643Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-25T20:00:26.921Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-25T20:00:26.921Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-25T20:00:26.921Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-25T20:00:26.921Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-25T20:00:26.921Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-25T20:00:26.921Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-25T20:00:27.200Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-25T20:00:27.200Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-25T20:00:27.807Z] Executing busybox-1.34.1-r5.trigger [2022-04-25T20:00:27.807Z] OK: 82 MiB in 65 packages [2022-04-25T20:00:34.557Z] Collecting docker-compose==1.23.2 [2022-04-25T20:00:34.557Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-25T20:00:35.547Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-25T20:00:35.547Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-25T20:00:36.150Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-25T20:00:36.150Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-25T20:00:37.139Z] Collecting docker<4.0,>=3.6.0 [2022-04-25T20:00:37.139Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-25T20:00:37.415Z] Collecting texttable<0.10,>=0.9.0 [2022-04-25T20:00:37.415Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-25T20:00:40.048Z] Collecting docopt<0.7,>=0.6.1 [2022-04-25T20:00:40.048Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-25T20:00:44.366Z] Collecting PyYAML<4,>=3.10 [2022-04-25T20:00:44.366Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-25T20:00:48.686Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-25T20:00:48.686Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-25T20:00:50.675Z] Collecting cached-property<2,>=1.2.0 [2022-04-25T20:00:50.675Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-25T20:00:50.675Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-04-25T20:00:50.952Z] Collecting jsonschema<3,>=2.5.1 [2022-04-25T20:00:50.952Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-25T20:00:51.556Z] Collecting docker-pycreds>=0.4.0 [2022-04-25T20:00:51.556Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-25T20:00:52.164Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-04-25T20:00:52.443Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-25T20:00:52.443Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-25T20:00:53.436Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-25T20:00:53.436Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-25T20:00:53.436Z] Collecting idna<2.8,>=2.5 [2022-04-25T20:00:53.436Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-25T20:00:54.044Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-25T20:00:54.044Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-25T20:00:54.044Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-25T20:00:54.044Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-25T20:00:55.031Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-25T20:00:55.031Z] Attempting uninstall: urllib3 [2022-04-25T20:00:55.031Z] Found existing installation: urllib3 1.26.7 [2022-04-25T20:00:55.031Z] Uninstalling urllib3-1.26.7: [2022-04-25T20:00:55.307Z] Successfully uninstalled urllib3-1.26.7 [2022-04-25T20:00:56.300Z] Attempting uninstall: idna [2022-04-25T20:00:56.300Z] Found existing installation: idna 3.3 [2022-04-25T20:00:56.300Z] Uninstalling idna-3.3: [2022-04-25T20:00:56.300Z] Successfully uninstalled idna-3.3 [2022-04-25T20:00:59.706Z] Attempting uninstall: requests [2022-04-25T20:00:59.706Z] Found existing installation: requests 2.26.0 [2022-04-25T20:00:59.706Z] Uninstalling requests-2.26.0: [2022-04-25T20:00:59.706Z] Successfully uninstalled requests-2.26.0 [2022-04-25T20:00:59.982Z] Running setup.py install for texttable: started [2022-04-25T20:01:02.616Z] Running setup.py install for texttable: finished with status 'done' [2022-04-25T20:01:02.616Z] Running setup.py install for PyYAML: started [2022-04-25T20:01:06.024Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-25T20:01:06.300Z] Running setup.py install for docopt: started [2022-04-25T20:01:08.939Z] Running setup.py install for docopt: finished with status 'done' [2022-04-25T20:01:08.939Z] Running setup.py install for dockerpty: started [2022-04-25T20:01:11.598Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-25T20:01:13.776Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-04-25T20:01:32.176Z] Removing intermediate container 81f489869ac5 [2022-04-25T20:01:32.176Z] ---> 0e48e96151e9 [2022-04-25T20:01:32.176Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-25T20:01:32.176Z] ---> Running in a8ea7c5aa3e9 [2022-04-25T20:01:32.176Z] Removing intermediate container a8ea7c5aa3e9 [2022-04-25T20:01:32.176Z] ---> 23c0a3c56119 [2022-04-25T20:01:32.176Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-25T20:01:32.176Z] ---> Running in eb5d261a6ea9 [2022-04-25T20:01:32.176Z] Removing intermediate container eb5d261a6ea9 [2022-04-25T20:01:32.176Z] ---> cf8d200af7a1 [2022-04-25T20:01:32.176Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-25T20:01:33.628Z] ---> 8fad23fc98b8 [2022-04-25T20:01:33.628Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-25T20:01:34.618Z] ---> afa320364c01 [2022-04-25T20:01:34.618Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-25T20:01:35.613Z] ---> ad89fe42d7f0 [2022-04-25T20:01:35.613Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-25T20:01:35.897Z] ---> Running in 66a21daae782 [2022-04-25T20:01:36.510Z] Removing intermediate container 66a21daae782 [2022-04-25T20:01:36.510Z] ---> c346809f50e0 [2022-04-25T20:01:36.510Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-25T20:01:36.788Z] ---> Running in 5b0dc97cac48 [2022-04-25T20:01:37.401Z] Removing intermediate container 5b0dc97cac48 [2022-04-25T20:01:37.402Z] ---> 3de73f9cd4f6 [2022-04-25T20:01:37.402Z] Step 21/23 : LABEL arch=arm64 [2022-04-25T20:01:37.681Z] ---> Running in ba2388abf44b [2022-04-25T20:01:37.963Z] Removing intermediate container ba2388abf44b [2022-04-25T20:01:37.963Z] ---> 841537c4188c [2022-04-25T20:01:37.963Z] Step 22/23 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T20:01:38.247Z] ---> Running in 9a07c388720e [2022-04-25T20:01:38.863Z] Removing intermediate container 9a07c388720e [2022-04-25T20:01:38.863Z] ---> 3f1fe9266c46 [2022-04-25T20:01:38.863Z] Step 23/23 : LABEL version=0.0.0 [2022-04-25T20:01:38.863Z] ---> Running in 6cd9424e3c7d [2022-04-25T20:01:39.468Z] Removing intermediate container 6cd9424e3c7d [2022-04-25T20:01:39.468Z] ---> fd249ed3c8f9 [2022-04-25T20:01:39.468Z] [2022-04-25T20:01:40.071Z] Successfully built fd249ed3c8f9 [2022-04-25T20:01:40.071Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-25T20:14:48.151Z]  Building sys-mgmt-agent ... done Building bin/spire-agent... [2022-04-25T20:14:48.151Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-25T20:14:48.151Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-25T20:14:48.151Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-25T20:14:48.151Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-25T20:14:48.151Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-25T20:14:48.151Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-25T20:14:48.151Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-25T20:14:48.151Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-25T20:14:48.151Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-25T20:14:48.151Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-25T20:14:48.151Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-25T20:14:48.151Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-25T20:14:48.151Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-25T20:19:55.477Z] Building bin/spire-agent... [2022-04-25T20:19:55.477Z] Building bin/spire-agent... [2022-04-25T20:19:55.477Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-25T20:19:55.477Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-25T20:19:55.477Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-25T20:19:55.477Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-25T20:19:55.477Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-25T20:19:55.477Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-25T20:19:55.477Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-25T20:19:55.477Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-25T20:19:55.477Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-25T20:19:55.477Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-25T20:19:55.477Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-25T20:19:55.477Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-25T20:19:55.477Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-25T20:19:55.477Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-25T20:19:55.477Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-25T20:19:55.477Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-25T20:19:55.477Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-25T20:19:55.477Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-25T20:19:55.477Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-25T20:19:55.477Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-25T20:19:55.477Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-25T20:19:55.477Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-25T20:19:55.477Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-25T20:19:55.477Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-25T20:19:55.477Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-25T20:19:55.477Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-25T20:19:58.893Z] Removing intermediate container 570369191c50 [2022-04-25T20:19:58.893Z] ---> 7e11315e147e [2022-04-25T20:19:58.893Z] [2022-04-25T20:19:58.893Z] Step 13/26 : FROM alpine:3.15 [2022-04-25T20:19:58.893Z] ---> 3fb3c9af89a9 [2022-04-25T20:19:58.893Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-25T20:19:58.893Z] ---> Using cache [2022-04-25T20:19:58.894Z] ---> ec563147ff8d [2022-04-25T20:19:58.894Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T20:19:58.894Z] ---> Using cache [2022-04-25T20:19:58.894Z] ---> bf8d0f41f4e4 [2022-04-25T20:19:58.894Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-25T20:20:00.896Z] ---> Running in 9a4978c3d858 [2022-04-25T20:20:03.526Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T20:20:04.130Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T20:20:05.590Z] v3.15.4-52-gaf7b2b3e8c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-25T20:20:05.590Z] v3.15.4-62-g80a1f12087 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-25T20:20:05.590Z] OK: 15729 distinct packages available [2022-04-25T20:20:05.590Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T20:20:06.592Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T20:20:07.585Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-25T20:20:07.861Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-25T20:20:07.861Z] (3/5) Installing libucontext (1.1-r0) [2022-04-25T20:20:07.861Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-25T20:20:08.140Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-25T20:20:08.140Z] Executing busybox-1.34.1-r5.trigger [2022-04-25T20:20:08.417Z] OK: 6 MiB in 19 packages [2022-04-25T20:20:10.438Z] Removing intermediate container 9a4978c3d858 [2022-04-25T20:20:10.438Z] ---> e328f82ae0ed [2022-04-25T20:20:10.438Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-25T20:20:13.865Z] ---> 32f7d69e6df7 [2022-04-25T20:20:13.865Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-25T20:20:20.599Z] ---> aa3a353e9aba [2022-04-25T20:20:20.599Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-25T20:20:20.874Z] ---> 13b6190d6558 [2022-04-25T20:20:20.874Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-25T20:20:21.862Z] ---> b0ba20b420c8 [2022-04-25T20:20:21.862Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-25T20:20:22.871Z] ---> b1a97dbc0781 [2022-04-25T20:20:22.871Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-25T20:20:23.147Z] ---> Running in 177c0226c097 [2022-04-25T20:20:23.750Z] Removing intermediate container 177c0226c097 [2022-04-25T20:20:23.750Z] ---> fe1b04aceda7 [2022-04-25T20:20:23.750Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-25T20:20:23.750Z] ---> Running in 4e8c06491431 [2022-04-25T20:20:24.354Z] Removing intermediate container 4e8c06491431 [2022-04-25T20:20:24.354Z] ---> 62c484280081 [2022-04-25T20:20:24.354Z] Step 24/26 : LABEL arch=arm64 [2022-04-25T20:20:24.634Z] ---> Running in 43efe7687de4 [2022-04-25T20:20:25.242Z] Removing intermediate container 43efe7687de4 [2022-04-25T20:20:25.242Z] ---> 87465d54970b [2022-04-25T20:20:25.242Z] Step 25/26 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T20:20:25.242Z] ---> Running in 67f5e6d934eb [2022-04-25T20:20:25.857Z] Removing intermediate container 67f5e6d934eb [2022-04-25T20:20:25.857Z] ---> 09a0a8b573b5 [2022-04-25T20:20:25.857Z] Step 26/26 : LABEL version=0.0.0 [2022-04-25T20:20:25.857Z] ---> Running in b828a0b53de4 [2022-04-25T20:20:26.463Z] Removing intermediate container b828a0b53de4 [2022-04-25T20:20:26.463Z] ---> 880e5cba27a0 [2022-04-25T20:20:26.463Z] [2022-04-25T20:20:26.740Z] Successfully built 880e5cba27a0 [2022-04-25T20:20:26.740Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-25T20:25:04.126Z]  Building security-spire-agent ... done Removing intermediate container 5b6ff6f41d92 [2022-04-25T20:25:04.126Z] ---> a3b2a78d50af [2022-04-25T20:25:04.126Z] [2022-04-25T20:25:04.126Z] Step 13/25 : FROM alpine:3.15 [2022-04-25T20:25:04.126Z] ---> 3fb3c9af89a9 [2022-04-25T20:25:04.126Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-25T20:25:04.126Z] ---> Using cache [2022-04-25T20:25:04.126Z] ---> ec563147ff8d [2022-04-25T20:25:04.126Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T20:25:04.126Z] ---> Using cache [2022-04-25T20:25:04.126Z] ---> bf8d0f41f4e4 [2022-04-25T20:25:04.126Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-25T20:25:04.126Z] ---> Using cache [2022-04-25T20:25:04.126Z] ---> e328f82ae0ed [2022-04-25T20:25:04.126Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-25T20:25:04.126Z] Removing intermediate container e28b63c782b0 [2022-04-25T20:25:04.126Z] ---> 4b11bd7e9b90 [2022-04-25T20:25:04.126Z] [2022-04-25T20:25:04.126Z] Step 13/26 : FROM alpine:3.15 [2022-04-25T20:25:04.126Z] ---> 3fb3c9af89a9 [2022-04-25T20:25:04.126Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-25T20:25:04.126Z] ---> Using cache [2022-04-25T20:25:04.126Z] ---> ec563147ff8d [2022-04-25T20:25:04.126Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-25T20:25:04.126Z] ---> Using cache [2022-04-25T20:25:04.126Z] ---> bf8d0f41f4e4 [2022-04-25T20:25:04.126Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-25T20:25:04.126Z] ---> Running in 98a24977d485 [2022-04-25T20:25:04.126Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T20:25:04.126Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T20:25:04.126Z] ---> 4a17e1d5238d [2022-04-25T20:25:04.126Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-25T20:25:04.126Z] v3.15.4-52-gaf7b2b3e8c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-25T20:25:04.126Z] v3.15.4-62-g80a1f12087 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-25T20:25:04.126Z] OK: 15729 distinct packages available [2022-04-25T20:25:04.126Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-25T20:25:04.126Z] ---> e886718a628d [2022-04-25T20:25:04.126Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-25T20:25:04.126Z] ---> aadbf7c4c974 [2022-04-25T20:25:04.126Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-25T20:25:04.402Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-25T20:25:05.000Z] ---> e700e521bbf5 [2022-04-25T20:25:05.000Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-25T20:25:05.000Z] ---> Running in bc76de601d71 [2022-04-25T20:25:05.271Z] Removing intermediate container bc76de601d71 [2022-04-25T20:25:05.271Z] ---> 9889cb1011f4 [2022-04-25T20:25:05.271Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-25T20:25:05.271Z] ---> Running in 2519952de6e3 [2022-04-25T20:25:05.271Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-25T20:25:05.271Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-25T20:25:05.547Z] (3/4) Installing libucontext (1.1-r0) [2022-04-25T20:25:05.547Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-25T20:25:05.547Z] Removing intermediate container 2519952de6e3 [2022-04-25T20:25:05.547Z] ---> 656d0245d44f [2022-04-25T20:25:05.547Z] Step 23/25 : LABEL arch=arm64 [2022-04-25T20:25:05.825Z] Executing busybox-1.34.1-r5.trigger [2022-04-25T20:25:05.825Z] ---> Running in 064f3c11725b [2022-04-25T20:25:05.825Z] OK: 6 MiB in 18 packages [2022-04-25T20:25:06.106Z] Removing intermediate container 064f3c11725b [2022-04-25T20:25:06.106Z] ---> ff2c74f737fe [2022-04-25T20:25:06.106Z] Step 24/25 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T20:25:06.381Z] ---> Running in 5166fe287898 [2022-04-25T20:25:06.654Z] Removing intermediate container 5166fe287898 [2022-04-25T20:25:06.654Z] ---> 6d4ddc64125f [2022-04-25T20:25:06.654Z] Step 25/25 : LABEL version=0.0.0 [2022-04-25T20:25:06.654Z] Removing intermediate container 98a24977d485 [2022-04-25T20:25:06.654Z] ---> fd6abc1770fc [2022-04-25T20:25:06.654Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-25T20:25:06.654Z] ---> Running in f18a2ad765de [2022-04-25T20:25:06.924Z] Removing intermediate container f18a2ad765de [2022-04-25T20:25:06.924Z] ---> e2c65031ba53 [2022-04-25T20:25:06.924Z] [2022-04-25T20:25:07.199Z] Successfully built e2c65031ba53 [2022-04-25T20:25:07.469Z] Successfully tagged security-spire-server-arm64:latest [2022-04-25T20:25:10.078Z]  Building security-spire-server ... done  ---> 6b29e10ecf96 [2022-04-25T20:25:10.078Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-25T20:25:10.680Z] ---> 9e36740c38ce [2022-04-25T20:25:10.680Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-25T20:25:10.953Z] ---> Running in 11ead7a4c0a9 [2022-04-25T20:25:11.227Z] Removing intermediate container 11ead7a4c0a9 [2022-04-25T20:25:11.227Z] ---> 5651830d697c [2022-04-25T20:25:11.227Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-25T20:25:11.822Z] ---> a9768eaed547 [2022-04-25T20:25:11.822Z] Step 21/26 : WORKDIR / [2022-04-25T20:25:11.822Z] ---> Running in c4448ef580da [2022-04-25T20:25:12.094Z] Removing intermediate container c4448ef580da [2022-04-25T20:25:12.094Z] ---> 3d2e5be96935 [2022-04-25T20:25:12.094Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-25T20:25:12.370Z] ---> Running in ea0ac806af33 [2022-04-25T20:25:12.643Z] Removing intermediate container ea0ac806af33 [2022-04-25T20:25:12.643Z] ---> d8f69b662747 [2022-04-25T20:25:12.643Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-25T20:25:12.643Z] ---> Running in d6355193b5ed [2022-04-25T20:25:12.917Z] Removing intermediate container d6355193b5ed [2022-04-25T20:25:12.917Z] ---> 28caa324816d [2022-04-25T20:25:12.917Z] Step 24/26 : LABEL arch=arm64 [2022-04-25T20:25:13.193Z] ---> Running in 2e1eb374db80 [2022-04-25T20:25:13.465Z] Removing intermediate container 2e1eb374db80 [2022-04-25T20:25:13.465Z] ---> af3b75e8c4a4 [2022-04-25T20:25:13.465Z] Step 25/26 : LABEL git_sha=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [2022-04-25T20:25:13.465Z] ---> Running in 7dad487c265c [2022-04-25T20:25:13.738Z] Removing intermediate container 7dad487c265c [2022-04-25T20:25:13.738Z] ---> 7676bdc9bb5a [2022-04-25T20:25:13.738Z] Step 26/26 : LABEL version=0.0.0 [2022-04-25T20:25:14.013Z] ---> Running in 54f0bf2f5833 [2022-04-25T20:25:14.287Z] Removing intermediate container 54f0bf2f5833 [2022-04-25T20:25:14.287Z] ---> 622d6fe92d59 [2022-04-25T20:25:14.287Z] [2022-04-25T20:25:14.561Z] Successfully built 622d6fe92d59 [2022-04-25T20:25:14.561Z] Successfully tagged security-spire-config-arm64:latest [2022-04-25T20:25:15.174Z]  Building security-spire-config ... done  [Pipeline] } [2022-04-25T20:25:15.198Z] $ docker stop --time=1 113c55b109ab2fc417bc537caa8d1a670c5e9c7c2656a450b8b00cf7089121f8 [2022-04-25T20:25:17.009Z] $ docker rm -f 113c55b109ab2fc417bc537caa8d1a670c5e9c7c2656a450b8b00cf7089121f8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-25T20:25:17.653Z] + docker images [2022-04-25T20:25:18.246Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-25T20:25:18.246Z] security-spire-config-arm64 latest 622d6fe92d59 4 seconds ago 85.6MB [2022-04-25T20:25:18.246Z] security-spire-server-arm64 latest e2c65031ba53 12 seconds ago 86.3MB [2022-04-25T20:25:18.246Z] 4b11bd7e9b90 36 seconds ago 4.14GB [2022-04-25T20:25:18.246Z] a3b2a78d50af 38 seconds ago 4.14GB [2022-04-25T20:25:18.246Z] security-spire-agent-arm64 latest 880e5cba27a0 4 minutes ago 126MB [2022-04-25T20:25:18.246Z] 7e11315e147e 5 minutes ago 4.14GB [2022-04-25T20:25:18.246Z] sys-mgmt-agent-arm64 latest fd249ed3c8f9 23 minutes ago 282MB [2022-04-25T20:25:18.246Z] c3e389cbaf2c 25 minutes ago 1.31GB [2022-04-25T20:25:18.246Z] support-scheduler-arm64 latest fe466e328585 25 minutes ago 25.2MB [2022-04-25T20:25:18.246Z] 99534e2fb311 25 minutes ago 1.36GB [2022-04-25T20:25:18.246Z] core-command-arm64 latest 84f3b31fb9b4 32 minutes ago 15.5MB [2022-04-25T20:25:18.246Z] 99da81c6ae0e 32 minutes ago 1.31GB [2022-04-25T20:25:18.246Z] core-metadata-arm64 latest 041040ce9a4a 35 minutes ago 16.3MB [2022-04-25T20:25:18.246Z] 15d0849fdfad 36 minutes ago 1.31GB [2022-04-25T20:25:18.246Z] support-notifications-arm64 latest 012513424352 38 minutes ago 25.9MB [2022-04-25T20:25:18.246Z] b7f93106702e 39 minutes ago 1.37GB [2022-04-25T20:25:18.246Z] security-bootstrapper-arm64 latest 74538a3af487 43 minutes ago 18.3MB [2022-04-25T20:25:18.246Z] 76a17ff9ef99 43 minutes ago 1.31GB [2022-04-25T20:25:18.246Z] security-spiffe-token-provider-arm64 latest 7e959ddcda4e 49 minutes ago 27.9MB [2022-04-25T20:25:18.246Z] 0780c33f5e8b 50 minutes ago 1.36GB [2022-04-25T20:25:18.246Z] core-data-arm64 latest 84e87b5a5078 50 minutes ago 21.6MB [2022-04-25T20:25:18.246Z] f7e5b709473f 51 minutes ago 1.34GB [2022-04-25T20:25:18.246Z] security-secretstore-setup-arm64 latest 039f23b864f7 52 minutes ago 27.5MB [2022-04-25T20:25:18.246Z] security-proxy-setup-arm64 latest c93f8146443c 52 minutes ago 26.1MB [2022-04-25T20:25:18.246Z] 12db4201acde 52 minutes ago 1.32GB [2022-04-25T20:25:18.246Z] 55bc8182137c 52 minutes ago 1.32GB [2022-04-25T20:25:18.246Z] ci-base-image-arm64 latest 1235e9084bc0 About an hour ago 886MB [2022-04-25T20:25:18.246Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 725f1c02e7f9 3 days ago 551MB [2022-04-25T20:25:18.246Z] docker 20.10.14 c346e9eafbab 2 weeks ago 202MB [2022-04-25T20:25:18.246Z] alpine 3.14 ac73e934f311 2 weeks ago 5.34MB [2022-04-25T20:25:18.246Z] alpine 3.15 3fb3c9af89a9 2 weeks ago 5.32MB [2022-04-25T20:25:18.246Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 22 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-25T20:25:18.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-25T20:25:18.984Z] [2022-04-25T20:25:18.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-25T20:25:19.640Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-25T20:25:19.920Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-25T20:25:19.920Z] 8998bd30e6a1: Pulling fs layer [2022-04-25T20:25:19.920Z] 04944245beec: Pulling fs layer [2022-04-25T20:25:19.920Z] 699f458cf7ca: Pulling fs layer [2022-04-25T20:25:19.920Z] 765212b225bb: Pulling fs layer [2022-04-25T20:25:19.920Z] f23df028b6ca: Pulling fs layer [2022-04-25T20:25:19.920Z] d65c8cfc05b1: Pulling fs layer [2022-04-25T20:25:19.920Z] 2437ff75d9bd: Pulling fs layer [2022-04-25T20:25:19.920Z] f23df028b6ca: Waiting [2022-04-25T20:25:19.920Z] 2437ff75d9bd: Waiting [2022-04-25T20:25:19.920Z] d65c8cfc05b1: Waiting [2022-04-25T20:25:19.920Z] 765212b225bb: Waiting [2022-04-25T20:25:19.920Z] 04944245beec: Verifying Checksum [2022-04-25T20:25:19.920Z] 04944245beec: Download complete [2022-04-25T20:25:19.920Z] 765212b225bb: Verifying Checksum [2022-04-25T20:25:19.920Z] 765212b225bb: Download complete [2022-04-25T20:25:19.920Z] f23df028b6ca: Verifying Checksum [2022-04-25T20:25:19.920Z] f23df028b6ca: Download complete [2022-04-25T20:25:19.920Z] d65c8cfc05b1: Verifying Checksum [2022-04-25T20:25:19.920Z] d65c8cfc05b1: Download complete [2022-04-25T20:25:20.195Z] 699f458cf7ca: Verifying Checksum [2022-04-25T20:25:20.195Z] 699f458cf7ca: Download complete [2022-04-25T20:25:20.471Z] 8998bd30e6a1: Verifying Checksum [2022-04-25T20:25:20.471Z] 8998bd30e6a1: Download complete [2022-04-25T20:25:23.142Z] 2437ff75d9bd: Verifying Checksum [2022-04-25T20:25:23.142Z] 2437ff75d9bd: Download complete [2022-04-25T20:25:25.113Z] 8998bd30e6a1: Pull complete [2022-04-25T20:25:25.714Z] 04944245beec: Pull complete [2022-04-25T20:25:27.150Z] 699f458cf7ca: Pull complete [2022-04-25T20:25:27.423Z] 765212b225bb: Pull complete [2022-04-25T20:25:28.404Z] f23df028b6ca: Pull complete [2022-04-25T20:25:28.684Z] d65c8cfc05b1: Pull complete [2022-04-25T20:25:46.977Z] 2437ff75d9bd: Pull complete [2022-04-25T20:25:46.977Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-25T20:25:46.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-25T20:25:46.977Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-25T20:25:47.225Z] prd-ubuntu20.04-docker-arm64-4c-16g-22079 does not seem to be running inside a container [2022-04-25T20:25:47.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-25T20:25:50.480Z] $ docker top 86538d17599997826d1d86082c4219cb4ba8d57fcee5093d3bc95ee351a957ab -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-25T20:25:51.568Z] ---> job-cost.sh [2022-04-25T20:25:51.568Z] lf-activate-venv: SKIPPING [2022-04-25T20:25:51.568Z] INFO: No Stack... [2022-04-25T20:25:52.545Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-25T20:25:53.139Z] INFO: Archiving Costs [Pipeline] sh [2022-04-25T20:25:53.815Z] + cut -d, -f6 [2022-04-25T20:25:53.815Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-04-25T20:25:53.870Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3989-1-stack-cost] [2022-04-25T20:25:53.876Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3989-1-stack-cost] did not exist. Created. [2022-04-25T20:25:53.876Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3989-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-25T20:25:54.628Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-25T20:25:54.823Z] Stashed 1 file(s) [Pipeline] } [2022-04-25T20:25:54.838Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3989-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-25T20:25:54.914Z] $ docker stop --time=1 86538d17599997826d1d86082c4219cb4ba8d57fcee5093d3bc95ee351a957ab [2022-04-25T20:25:56.461Z] $ docker rm -f 86538d17599997826d1d86082c4219cb4ba8d57fcee5093d3bc95ee351a957ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-04-25T20:25:57.442Z] provisioning config files... [2022-04-25T20:25:57.450Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2220501278998633960tmp [Pipeline] { [Pipeline] sh [2022-04-25T20:25:57.781Z] + set +x [2022-04-25T20:25:57.781Z] + curl -s https://codecov.io/bash [2022-04-25T20:25:57.781Z] + bash -s -- [2022-04-25T20:25:57.781Z] [2022-04-25T20:25:57.781Z] _____ _ [2022-04-25T20:25:57.781Z] / ____| | | [2022-04-25T20:25:57.781Z] | | ___ __| | ___ ___ _____ __ [2022-04-25T20:25:57.781Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-25T20:25:57.781Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-25T20:25:57.781Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-25T20:25:57.781Z] Bash-1.0.6 [2022-04-25T20:25:57.781Z] [2022-04-25T20:25:57.781Z] [2022-04-25T20:25:57.781Z] ==> git version 2.25.1 found [2022-04-25T20:25:57.781Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-04-25T20:25:57.781Z] Release-Date: 2020-01-08 [2022-04-25T20:25:57.781Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-25T20:25:57.782Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-25T20:25:57.782Z] ==> Jenkins CI detected. [2022-04-25T20:25:57.782Z] current dir:  /w/workspace/edgex-go/1 [2022-04-25T20:25:57.782Z] project root: . [2022-04-25T20:25:57.782Z] --> token set from env [2022-04-25T20:25:57.782Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-25T20:25:57.782Z] ==> Running gcov in . (disable via -X gcov) [2022-04-25T20:25:57.782Z] ==> Python coveragepy not found [2022-04-25T20:25:57.782Z] ==> Searching for coverage reports in: [2022-04-25T20:25:57.782Z] + . [2022-04-25T20:25:57.782Z] -> Found 1 reports [2022-04-25T20:25:57.782Z] ==> Detecting git/mercurial file structure [2022-04-25T20:25:57.782Z] ==> Reading reports [2022-04-25T20:25:57.782Z] + ./coverage.out bytes=435134 [2022-04-25T20:25:57.782Z] ==> Appending adjustments [2022-04-25T20:25:57.782Z] https://docs.codecov.io/docs/fixing-reports [2022-04-25T20:25:59.178Z] + Found adjustments [2022-04-25T20:25:59.178Z] ==> Gzipping contents [2022-04-25T20:25:59.178Z] 60K /tmp/codecov.o7qwfJ.gz [2022-04-25T20:25:59.178Z] ==> Uploading reports [2022-04-25T20:25:59.178Z] url: https://codecov.io [2022-04-25T20:25:59.178Z] query: branch=PR-3989&commit=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3989%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3989&job=&cmd_args= [2022-04-25T20:25:59.178Z] -> Pinging Codecov [2022-04-25T20:25:59.178Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3989&commit=b7aae9d99efe6fa961be2a2cce737f8bc987d3b7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3989%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3989&job=&cmd_args= [2022-04-25T20:25:59.439Z] -> Uploading to [2022-04-25T20:25:59.439Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-25/00271124DB129430A58F1EEE437C3FCB/b7aae9d99efe6fa961be2a2cce737f8bc987d3b7/719cb3e1-0490-4367-afd2-705661803755.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220425%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220425T202559Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9404b1a52abdcab37ae10a92a42d9687ecea3809cc0f1f40f2d2935ee16c3a65 [2022-04-25T20:25:59.439Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-25T20:25:59.439Z] Dload Upload Total Spent Left Speed [2022-04-25T20:25:59.701Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59875 0 0 100 59875 0 288k --:--:-- --:--:-- --:--:-- 286k 100 59875 0 0 100 59875 0 264k --:--:-- --:--:-- --:--:-- 263k [2022-04-25T20:25:59.702Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b7aae9d99efe6fa961be2a2cce737f8bc987d3b7 [Pipeline] } [2022-04-25T20:25:59.729Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-04-25T20:26:00.969Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-25T20:26:01.300Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-25T20:26:02.193Z] ---> package-listing.sh [2022-04-25T20:26:02.193Z] ++ facter osfamily [2022-04-25T20:26:02.193Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-25T20:26:02.453Z] + OS_FAMILY=debian [2022-04-25T20:26:02.453Z] + workspace=/w/workspace/edgex-go/1 [2022-04-25T20:26:02.453Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-25T20:26:02.453Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-25T20:26:02.453Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-25T20:26:02.453Z] + PACKAGES=/tmp/packages_start.txt [2022-04-25T20:26:02.453Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-25T20:26:02.453Z] + PACKAGES=/tmp/packages_end.txt [2022-04-25T20:26:02.453Z] + case "${OS_FAMILY}" in [2022-04-25T20:26:02.453Z] + dpkg -l [2022-04-25T20:26:02.453Z] + grep '^ii' [2022-04-25T20:26:02.453Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-25T20:26:02.453Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-25T20:26:02.453Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-25T20:26:02.453Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-25T20:26:02.453Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-04-25T20:26:02.453Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-04-25T20:26:02.489Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-25T20:26:02.784Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-25T20:26:03.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-25T20:26:03.369Z] [2022-04-25T20:26:03.369Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-25T20:26:03.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-25T20:26:03.706Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-25T20:26:03.706Z] 5eb5b503b376: Pulling fs layer [2022-04-25T20:26:03.706Z] 5c69ac0246d0: Pulling fs layer [2022-04-25T20:26:03.706Z] ec43610c2a17: Pulling fs layer [2022-04-25T20:26:03.706Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-25T20:26:03.706Z] 33b1e0a273af: Pulling fs layer [2022-04-25T20:26:03.706Z] 5d3b04190fa2: Pulling fs layer [2022-04-25T20:26:03.706Z] 2f39f015ded8: Pulling fs layer [2022-04-25T20:26:03.706Z] 33b1e0a273af: Waiting [2022-04-25T20:26:03.706Z] 3a2ae6a8a46f: Waiting [2022-04-25T20:26:03.706Z] 2f39f015ded8: Waiting [2022-04-25T20:26:03.706Z] 5d3b04190fa2: Waiting [2022-04-25T20:26:03.706Z] 5c69ac0246d0: Download complete [2022-04-25T20:26:03.706Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-25T20:26:03.706Z] 3a2ae6a8a46f: Download complete [2022-04-25T20:26:03.706Z] 33b1e0a273af: Verifying Checksum [2022-04-25T20:26:03.706Z] 33b1e0a273af: Download complete [2022-04-25T20:26:03.706Z] ec43610c2a17: Verifying Checksum [2022-04-25T20:26:03.706Z] ec43610c2a17: Download complete [2022-04-25T20:26:03.706Z] 5d3b04190fa2: Download complete [2022-04-25T20:26:03.965Z] 5eb5b503b376: Verifying Checksum [2022-04-25T20:26:03.965Z] 5eb5b503b376: Download complete [2022-04-25T20:26:04.533Z] 2f39f015ded8: Download complete [2022-04-25T20:26:05.103Z] 5eb5b503b376: Pull complete [2022-04-25T20:26:05.363Z] 5c69ac0246d0: Pull complete [2022-04-25T20:26:05.623Z] ec43610c2a17: Pull complete [2022-04-25T20:26:05.884Z] 3a2ae6a8a46f: Pull complete [2022-04-25T20:26:06.143Z] 33b1e0a273af: Pull complete [2022-04-25T20:26:06.143Z] 5d3b04190fa2: Pull complete [2022-04-25T20:26:10.339Z] 2f39f015ded8: Pull complete [2022-04-25T20:26:10.339Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-25T20:26:10.339Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-25T20:26:10.339Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-25T20:26:10.427Z] prd-ubuntu20.04-docker-8c-8g-22077 does not seem to be running inside a container [2022-04-25T20:26:10.465Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-25T20:26:12.555Z] $ docker top adae3930baa3c5ac4ecdb060b08f5e3367138ffde3157f573b50653986a830e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-25T20:26:13.006Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-25T20:26:13.320Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-25T20:26:13.630Z] + ls /var/log/sa-host [2022-04-25T20:26:13.630Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-25T20:26:13.779Z] provisioning config files... [2022-04-25T20:26:13.788Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config216707147016051177tmp [Pipeline] { [Pipeline] echo [2022-04-25T20:26:13.833Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-25T20:26:14.145Z] ---> create-netrc.sh [Pipeline] } [2022-04-25T20:26:14.169Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-25T20:26:14.560Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-25T20:26:14.593Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-25T20:26:14.908Z] ---> sudo-logs.sh [2022-04-25T20:26:14.908Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-25T20:26:14.983Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-25T20:26:15.302Z] ---> job-cost.sh [2022-04-25T20:26:15.302Z] lf-activate-venv: SKIPPING [2022-04-25T20:26:15.302Z] DEBUG: total: 0.2199999988079071 [2022-04-25T20:26:15.302Z] INFO: Retrieving Stack Cost... [2022-04-25T20:26:15.871Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-25T20:26:16.131Z] INFO: Archiving Costs [Pipeline] echo [2022-04-25T20:26:16.163Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-25T20:26:16.475Z] ---> logs-deploy.sh [2022-04-25T20:26:16.475Z] lf-activate-venv: SKIPPING [2022-04-25T20:26:16.475Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3989/1 [2022-04-25T20:26:16.475Z] INFO: archiving workspace using pattern(s): [2022-04-25T20:26:17.414Z] Archives upload complete. [2022-04-25T20:26:17.414Z] INFO: archiving logs to Nexus